summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2003-09-11 16:57:51 +0000
committertaca <taca@pkgsrc.org>2003-09-11 16:57:51 +0000
commitbf8f4c963ad5cb047c454db7998fac3b377fd5a8 (patch)
tree8cf03d901e0e9f7fd6d59f3e8ff7229119baae3c /comms/ruby-termios/PLIST
parent77853266def8142303d99863c62dd1225b85c06b (diff)
downloadpkgsrc-bf8f4c963ad5cb047c454db7998fac3b377fd5a8.tar.gz
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 <akira@arika.org> * 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 <akira@arika.org> * 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 <akira@arika.org> * 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 <akira@arika.org> * termios.c (Init_termios): revived Termios::Termios#c_foo/c_foo= for backward compatibility. 2002-09-25 akira yamada <akira@arika.org> * 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 <akira@arika.org> * 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 <akira@arika.org> * renamed to ruby-termios.
Diffstat (limited to 'comms/ruby-termios/PLIST')
-rw-r--r--comms/ruby-termios/PLIST14
1 files changed, 9 insertions, 5 deletions
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/