summaryrefslogtreecommitdiff
path: root/comms/ruby-termios
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2000-07-08 16:06:45 +0000
committersakamoto <sakamoto>2000-07-08 16:06:45 +0000
commitddee18f08ba7bae5734c7d827c41e380d3fb2c32 (patch)
treed4a669a51088a4f946c451403d1905ff62b5ff61 /comms/ruby-termios
parent42f6b27a6034dd18990e852308cc0f7813eb52c2 (diff)
downloadpkgsrc-ddee18f08ba7bae5734c7d827c41e380d3fb2c32.tar.gz
ruby-termios-module:
termios module for Ruby
Diffstat (limited to 'comms/ruby-termios')
-rw-r--r--comms/ruby-termios/Makefile24
-rw-r--r--comms/ruby-termios/files/md53
-rw-r--r--comms/ruby-termios/pkg/COMMENT1
-rw-r--r--comms/ruby-termios/pkg/DESCR1
-rw-r--r--comms/ruby-termios/pkg/PLIST7
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