From ddee18f08ba7bae5734c7d827c41e380d3fb2c32 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Sat, 8 Jul 2000 16:06:45 +0000 Subject: ruby-termios-module: termios module for Ruby --- comms/ruby-termios/Makefile | 24 ++++++++++++++++++++++++ comms/ruby-termios/files/md5 | 3 +++ comms/ruby-termios/pkg/COMMENT | 1 + comms/ruby-termios/pkg/DESCR | 1 + comms/ruby-termios/pkg/PLIST | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 comms/ruby-termios/Makefile create mode 100644 comms/ruby-termios/files/md5 create mode 100644 comms/ruby-termios/pkg/COMMENT create mode 100644 comms/ruby-termios/pkg/DESCR create mode 100644 comms/ruby-termios/pkg/PLIST (limited to 'comms/ruby-termios') 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 -- cgit v1.2.3