summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-08-18 14:26:59 +0000
committertaca <taca@pkgsrc.org>2007-08-18 14:26:59 +0000
commit91e86fa0956d1f0ca72640208c6aec2aeacdd20e (patch)
tree55430a48776c5162f8135c37015bf0c08ece2a7b /comms/ruby-termios/PLIST
parent923a9bca4839b38be1632c7e038d63cfe5a61603 (diff)
downloadpkgsrc-91e86fa0956d1f0ca72640208c6aec2aeacdd20e.tar.gz
Update ruby-termios package to 0.9.5.
2007-05-30 akira yamada <akira@arika.org> * extconf.rb: rb_io_t test isn't needed for Ruby 1.6. * version 0.9.5. 2007-05-29 Tanaka Akira <akr@fsij.org> * extconf.rb: check rb_io_t. check fd member in OpenFile. * termios.c: support Ruby 1.9. use unsigned long for flags bigger than Fixnum such as CRTSCTS. use rb_sys_fail instead of rb_raise(rb_eRuntimeError). (Termios_to_termios): use rb_ary_entry to access cc_ary to avoid SEGV. (termios_tcgetpgrp): use pid_t. (termios_tcsetpgrp): ditto. (Termios::Termios#dup): defined to duplicate cc. (Termios::Termios#clone): ditto. (Termios::POSIX_VDISABLE): defined. (Termios::CCINDEX_NAMES): defined. (Termios::IFLAG_NAMES): defined. (Termios::OFLAG_NAMES): defined. (Termios::OFLAG_CHOICES): defined. (Termios::CFLAG_NAMES): defined. (Termios::CFLAG_CHOICES): defined. (Termios::LFLAG_NAMES): defined. (Termios::BAUD_NAMES): defined. (Termios::IUTF8): defined. (Termios::VDSUSP): defined for 4.4BSD. (Termios::VSTATUS): defined for 4.4BSD. (Termios::MDMBUF): defined for 4.4BSD. * lib/termios.rb: new file. inspect and pretty_print defined. 2005-05-30 akira yamada <akira@arika.org> * termios.c: applied a patch which makes ruby-termios work under both ruby1.8 and ruby1.9. [ruby-talk:143781] Thanks to: Akr.
Diffstat (limited to 'comms/ruby-termios/PLIST')
-rw-r--r--comms/ruby-termios/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/ruby-termios/PLIST b/comms/ruby-termios/PLIST
index 6bb3f5e46dd..d36407f270f 100644
--- a/comms/ruby-termios/PLIST
+++ b/comms/ruby-termios/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2006/09/07 15:51:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/08/18 14:26:59 taca Exp $
${RUBY_SITEARCHLIBDIR}/termios.${RUBY_DLEXT}
+${RUBY_SITELIBDIR}/termios.rb
${RUBY_DOCDIR}/termios/ChangeLog
${RUBY_DOCDIR}/termios/README
${RUBY_DOCDIR}/termios/TODO.ja