summaryrefslogtreecommitdiff
path: root/comms/ruby-termios
AgeCommit message (Collapse)AuthorFilesLines
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca2-12/+13
Correct install directory under site_ruby, too.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-02-21s/extention/extension/ OED says "extention" is obsolete.snj1-2/+2
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch1-1/+2
which has changed for Solaris installs.
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-2/+2
2003-09-11Update ruby-termios package to 0.9.4.taca3-14/+27
- 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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-06-30Switch to new Ruby's frame work.taca4-26/+22
Update MASTER_SITE, and set MAINTAINER to me.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-08ruby-termios-module:sakamoto5-0/+36
termios module for Ruby