Commit graph

31 commits

Author SHA1 Message Date
joerg
7c0b79ce89 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:31:59 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
taca
1e394fcd0d Explicitly set DISTFILES.
Why it had no problem a little while ago?
2008-06-22 02:34:26 +00:00
taca
cd1a5b7db5 * Don't install an extra file. Noted via private mail from joerg@.
* Remove redundant EXTRACT_SUFX from Makefile.
2008-06-21 03:58:51 +00:00
taca
83a0216707 Add a patch to build with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:39:58 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
taca
91e86fa095 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.
2007-08-18 14:26:59 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
8d2edeed36 Cosmetic change with pkglint(1). 2005-03-06 12:57:06 +00:00
agc
645a2eab08 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:05:29 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
taca
005d3d8a4c Migrate ruby-rdtool to use new framework for Ruby packages.
Correct install directory under site_ruby, too.
2004-11-27 15:34:29 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
snj
872838a448 s/extention/extension/ OED says "extention" is obsolete. 2004-02-21 06:42:29 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
dent
49d8831342 Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
taca
bf8f4c963a Update ruby-termios package to 0.9.4.
- 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-09-11 16:57:51 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
zuntum
d8ed248248 Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
taca
ea3775c614 Switch to new Ruby's frame work.
Update MASTER_SITE, and set MAINTAINER to me.
2001-06-30 15:04:58 +00:00
agc
d26f80ba43 Move to sha1 digests, and add distfile sizes. 2001-04-20 08:55:26 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
sakamoto
b0dbd40570 ruby-termios-module:
termios module for Ruby
2000-07-08 16:06:45 +00:00