From bf8f4c963ad5cb047c454db7998fac3b377fd5a8 Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 11 Sep 2003 16:57:51 +0000 Subject: Update ruby-termios package to 0.9.4. - Old binary isn't available any more. - Update distfile URL and HOMEPAGE. 2002-10-13 akira yamada * termios.c (termios_set_ispeed): fixed typo. (termios_initialize): 0-cleared "@cc". (Termios_to_termios): unknown cc-values are treated as 0. * examples/modem_check.rb: renamed examples/modem_check1.rb. * examples/modem_check0.rb, exampes/modem_check2.rb: new. * version 0.9.4. 2002-10-12 akira yamada * termios.c: revoked Termios::Termios#set_cc and removed some methods such as Termios::Termios#iflag etc. they became attr_reader. * version 0.9.3. 2002-10-12 akira yamada * termios.c (termios_cc): accepts index of c_cc. (termios_set_a_cc): new function for Termios::Termios#set_cc. (Init_termios): added new constants Termios::CCINDEX, Termios::IFLAGS, Termios::OFLAGS, Termios::CFLAGS, Termios::LFLAGS and Termios::BAUD. * examples/modem_check.rb: it did not work. rewrited. * test/test0.rb: rewrited. * version 0.9.2. 2002-10-10 akira yamada * termios.c (Init_termios): revived Termios::Termios#c_foo/c_foo= for backward compatibility. 2002-09-25 akira yamada * termios.c (termios_clone): new method "clone" for Termios::Termios. (Init_termios): revived Termios.new_termios for backward compatibility. * version 0.9.1. 2002-09-25 akira yamada * Termios module can be included to IO classes and can extend IO objects. * now Termios::Termios is rb_cObject class. * version 0.9.0. Wed Nov 15 19:03:06 2000 akira yamada * renamed to ruby-termios. --- comms/ruby-termios/PLIST | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'comms/ruby-termios/PLIST') diff --git a/comms/ruby-termios/PLIST b/comms/ruby-termios/PLIST index 8715d1d086d..5bfcbc271a9 100644 --- a/comms/ruby-termios/PLIST +++ b/comms/ruby-termios/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:44:40 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/11 16:57:51 taca Exp $ ${RUBY_ARCHLIBDIR}/termios.so -${RUBY_EXAMPLESDIR}/termios/test0.rb -${RUBY_EXAMPLESDIR}/termios/test1.rb -${RUBY_EXAMPLESDIR}/termios/test2.rb -${RUBY_EXAMPLESDIR}/termios/test3.rb +${RUBY_DOCDIR}/termios/ChangeLog +${RUBY_DOCDIR}/termios/README +${RUBY_DOCDIR}/termios/TODO.ja +${RUBY_EXAMPLESDIR}/termios/modem_check0.rb +${RUBY_EXAMPLESDIR}/termios/modem_check1.rb +${RUBY_EXAMPLESDIR}/termios/modem_check2.rb +${RUBY_EXAMPLESDIR}/termios/secret_input1.rb +${RUBY_EXAMPLESDIR}/termios/secret_input2.rb @dirrm ${RUBY_EXAMPLESDIR}/termios/ -- cgit v1.2.3