Switch to new Ruby's frame work.

Update MASTER_SITE, and set MAINTAINER to me.
This commit is contained in:
taca 2001-06-30 15:04:58 +00:00
parent 81119336b9
commit ea3775c614
4 changed files with 22 additions and 26 deletions

View file

@ -1,25 +1,21 @@
# $NetBSD: Makefile,v 1.2 2001/02/16 13:56:23 wiz Exp $
# $NetBSD: Makefile,v 1.3 2001/06/30 15:04:58 taca Exp $
#
DISTNAME= ruby-termios-module-0.0.4
DISTNAME= termios
PKGNAME= ${RUBY_PKGNAMEPREFIX}termios-0.0.4
CATEGORIES= comms
MASTER_SITES= ftp://arika.org/pub/Tools/Ruby/
MASTER_SITES= ftp://ftp.ruby-lang.org/pub/ruby/contrib/
MAINTAINER= sakamoto@netbsd.org
MAINTAINER= taca@netbsd.org
HOMEPAGE= http://arika.org/ruby/termios.html
COMMENT= termios module for Ruby
COMMENT= Ruby extention to termios library
DEPENDS+= ruby-1.4.*:../../lang/ruby
RUBY_VERSION= 1.4
PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION}
do-configure:
(cd ${WRKSRC}; ruby extconf.rb)
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/termios
${INSTALL_DATA} ${WRKSRC}/test[0-3].rb \
${PREFIX}/share/examples/ruby/termios
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/termios
${INSTALL_DATA} ${WRKSRC}/test/test[0-3].rb ${RUBY_EXAMPLESDIR}/termios
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2001/04/20 09:04:26 agc Exp $
$NetBSD: distinfo,v 1.3 2001/06/30 15:04:58 taca Exp $
SHA1 (ruby-termios-module-0.0.4.tar.gz) = 223ce8dac2300107b5a9ef45fd2c174f0d49bfce
Size (ruby-termios-module-0.0.4.tar.gz) = 6743 bytes
SHA1 (ruby/termios.tar.gz) = 945a53969962590356bc8f2e942732b86a608d1e
Size (ruby/termios.tar.gz) = 5439 bytes

View file

@ -1 +1 @@
termios module for Ruby
This is a Ruby extention for termios library.

View file

@ -1,7 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/08 16:06:45 sakamoto Exp $
lib/ruby/${RUBY_VERSION}/${MACHINE_GNU_ARCH}-${LOWER_OPSYS}/termios.so
share/examples/ruby/termios/test0.rb
share/examples/ruby/termios/test1.rb
share/examples/ruby/termios/test2.rb
share/examples/ruby/termios/test3.rb
@dirrm share/examples/ruby/termios
@comment $NetBSD: PLIST,v 1.2 2001/06/30 15:04:58 taca Exp $
${RUBY_ARCHLIBDIR}/termios.so
${RUBY_EXAMPLESDIR}/termios/test0.rb
${RUBY_EXAMPLESDIR}/termios/test1.rb
${RUBY_EXAMPLESDIR}/termios/test2.rb
${RUBY_EXAMPLESDIR}/termios/test3.rb
@dirrm ${RUBY_EXAMPLESDIR}/termios/