summaryrefslogtreecommitdiff
path: root/comms/ruby-termios/DESCR
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 04:01:36 +0000
committertaca <taca@pkgsrc.org>2010-09-10 04:01:36 +0000
commita64db62b7aab22b414c380dd91d744781e9456b6 (patch)
tree93423749d1399acfc21e15f56a090b156adda136 /comms/ruby-termios/DESCR
parentbb2c15ea7c06c9c41bdf9e4c4ebb74077ffd95ac (diff)
downloadpkgsrc-a64db62b7aab22b414c380dd91d744781e9456b6.tar.gz
Update comms/ruby-termios package to 0.9.6
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Add LICENSE. 2009-08-28 akira yamada <akira@arika.org> * version 0.9.6. 2009-02-05 akira yamada <akira@arika.org> * termios.c: added RDoc. * README: converted to RDoc. * ruby-termios.gemspec: added. 2008-10-23 akira yamada <akira@arika.org> * termios.c: added IOCTL_COMMANDS, IOCTL_COMMAND_NAMES, MODEM_SIGNALS, MODEM_SIGNAL_NAMES, PTY_PACKET_OPTIONS, PTY_PACKET_OPTION_NAMES, LINE_DISCIPLINES and LINE_DISCIPLINE_NAMES. This change is contributed from Chris Hoffman <chrishoffman_cardialife.com>. * termios.c, extconf.rb: included <sys/ioctl.h>. 2008-06-03 akira yamada <akira@arika.org> * extconf.rb, termios.c: adjusted rb_io_t/OpenFile checks for Ruby 1.8.7.
Diffstat (limited to 'comms/ruby-termios/DESCR')
-rw-r--r--comms/ruby-termios/DESCR4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/ruby-termios/DESCR b/comms/ruby-termios/DESCR
index 61033c85ad3..1cbb29ff27b 100644
--- a/comms/ruby-termios/DESCR
+++ b/comms/ruby-termios/DESCR
@@ -1 +1,3 @@
-This is a Ruby extension for termios library.
+Termios module is simple wrapper of termios(3). It can be included into
+IO-family classes and can extend IO-family objects. In addition, the methods
+can use as module function.