summaryrefslogtreecommitdiff
path: root/comms
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
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')
-rw-r--r--comms/ruby-termios/Makefile7
-rw-r--r--comms/ruby-termios/PLIST3
-rw-r--r--comms/ruby-termios/distinfo8
3 files changed, 9 insertions, 9 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 09fcdd51cba..93adc71b60f 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/01/03 15:07:28 taca Exp $
+# $NetBSD: Makefile,v 1.17 2007/08/18 14:26:59 taca Exp $
#
-DISTNAME= ruby-termios-0.9.4
-PKGNAME= ${RUBY_PKGPREFIX}-termios-0.9.4
-PKGREVISION= 4
+DISTNAME= ruby-termios-0.9.5
+PKGNAME= ${RUBY_PKGPREFIX}-termios-0.9.5
CATEGORIES= comms ruby
MASTER_SITES= http://arika.org/archive/
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
diff --git a/comms/ruby-termios/distinfo b/comms/ruby-termios/distinfo
index 70ad12f33d0..6edfa9d46e2 100644
--- a/comms/ruby-termios/distinfo
+++ b/comms/ruby-termios/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/01/03 14:25:49 taca Exp $
+$NetBSD: distinfo,v 1.7 2007/08/18 14:26:59 taca Exp $
-SHA1 (ruby-termios-0.9.4.tar.gz) = 083bf763e542c59783e003da7df17b2a4d574723
-RMD160 (ruby-termios-0.9.4.tar.gz) = f9e48c0ed4bcd6b9a9a917b41efefcd2ae49e99c
-Size (ruby-termios-0.9.4.tar.gz) = 8402 bytes
+SHA1 (ruby-termios-0.9.5.tar.gz) = e9689dd0d51f7305bee34e2ce3abc4d4f561466f
+RMD160 (ruby-termios-0.9.5.tar.gz) = 923707f2afe4f2f9c853d51d0e7d94e511fa75df
+Size (ruby-termios-0.9.5.tar.gz) = 10927 bytes