diff options
author | sakamoto <sakamoto> | 2000-07-08 16:06:45 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-07-08 16:06:45 +0000 |
commit | 55c9d33014def5f5313ea3f64223387b68c74df0 (patch) | |
tree | d4a669a51088a4f946c451403d1905ff62b5ff61 /comms | |
parent | 1730df60597e3ba66420e6f1045e91df99b71c08 (diff) | |
download | pkgsrc-55c9d33014def5f5313ea3f64223387b68c74df0.tar.gz |
ruby-termios-module:
termios module for Ruby
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 24 | ||||
-rw-r--r-- | comms/ruby-termios/files/md5 | 3 | ||||
-rw-r--r-- | comms/ruby-termios/pkg/COMMENT | 1 | ||||
-rw-r--r-- | comms/ruby-termios/pkg/DESCR | 1 | ||||
-rw-r--r-- | comms/ruby-termios/pkg/PLIST | 7 |
5 files changed, 36 insertions, 0 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile new file mode 100644 index 00000000000..9eda65d0355 --- /dev/null +++ b/comms/ruby-termios/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/08 16:06:45 sakamoto Exp $ +# + +DISTNAME= ruby-termios-module-0.0.4 +CATEGORIES= comms +MASTER_SITES= ftp://arika.org/pub/Tools/Ruby/ + +MAINTAINER= sakamoto@netbsd.org +HOMEPAGE= http://arika.org/ruby/termios.html + +DEPENDS+= ruby-1.4.*:../../lang/ruby + +RUBY_VERSION= 1.4 +PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION} + +do-configure: + (cd ${WRKSRC}; ruby extconf.rb) + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/termios + ${INSTALL_DATA} ${WRKSRC}/test[0-3].rb \ + ${PREFIX}/share/examples/ruby/termios + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/ruby-termios/files/md5 b/comms/ruby-termios/files/md5 new file mode 100644 index 00000000000..d95f06b0878 --- /dev/null +++ b/comms/ruby-termios/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/08 16:06:46 sakamoto Exp $ + +MD5 (ruby-termios-module-0.0.4.tar.gz) = d1688aa58ab25ce4bc45b94e73710694 diff --git a/comms/ruby-termios/pkg/COMMENT b/comms/ruby-termios/pkg/COMMENT new file mode 100644 index 00000000000..be44e6fb71e --- /dev/null +++ b/comms/ruby-termios/pkg/COMMENT @@ -0,0 +1 @@ +termios module for Ruby diff --git a/comms/ruby-termios/pkg/DESCR b/comms/ruby-termios/pkg/DESCR new file mode 100644 index 00000000000..be44e6fb71e --- /dev/null +++ b/comms/ruby-termios/pkg/DESCR @@ -0,0 +1 @@ +termios module for Ruby diff --git a/comms/ruby-termios/pkg/PLIST b/comms/ruby-termios/pkg/PLIST new file mode 100644 index 00000000000..7c937964321 --- /dev/null +++ b/comms/ruby-termios/pkg/PLIST @@ -0,0 +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 |