summaryrefslogtreecommitdiff
path: root/comms/ruby-termios
AgeCommit message (Collapse)AuthorFilesLines
2012-12-05Fix build problem with ruby193-base-1.9.3p327 (Ruby 1.9.3 patchlevel 327).taca1-2/+2
2011-11-08* Remove .require_paths from PLISTtaca2-4/+3
* Bump PKGREVISION.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10Update comms/ruby-termios package to 0.9.6taca7-90/+18
* 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.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-06-22Explicitly set DISTFILES.taca1-1/+2
Why it had no problem a little while ago?
2008-06-21* Don't install an extra file. Noted via private mail from joerg@.taca3-3/+15
* Remove redundant EXTRACT_SUFX from Makefile.
2008-06-19Add a patch to build with Ruby 1.8.7.taca3-3/+31
Bump PKGREVISION.
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-33/+59
directly into site_ruby.
2007-08-18Update ruby-termios package to 0.9.5.taca3-9/+9
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.
2006-09-07Sort PLIST.taca1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Cosmetic change with pkglint(1).taca1-3/+3
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
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