summaryrefslogtreecommitdiff
path: root/devel/ruby-strscan
diff options
context:
space:
mode:
authortaca <taca>2001-06-30 23:23:59 +0000
committertaca <taca>2001-06-30 23:23:59 +0000
commita3b7b3f884c0106468043a5bd920405d50a042b7 (patch)
tree0dc52f1fb5d925bd8c2394df463acbd0778561bd /devel/ruby-strscan
parent0070af22d773884ba4235013c583fac61b9d1b85 (diff)
downloadpkgsrc-a3b7b3f884c0106468043a5bd920405d50a042b7.tar.gz
Importing ruby-strscan 0.6.3.
Fast string scanner class library for Ruby.
Diffstat (limited to 'devel/ruby-strscan')
-rw-r--r--devel/ruby-strscan/Makefile31
-rw-r--r--devel/ruby-strscan/distinfo4
-rw-r--r--devel/ruby-strscan/pkg/DESCR5
-rw-r--r--devel/ruby-strscan/pkg/PLIST17
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile
new file mode 100644
index 00000000000..cb458164316
--- /dev/null
+++ b/devel/ruby-strscan/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 23:23:59 taca Exp $
+# FreeBSD: ports/devel/ruby-strscan/Makefile,v 1.13 2001/01/27 09:41:20 knu Exp
+
+DISTNAME= strscan-0.6.3
+PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://www9.xdsl.ne.jp/~aamine/soft/
+
+MAINTAINER= taca@netbsd.org
+HOMEPAGE= http://www1.u-netsurf.ne.jp/~brew/mine/
+COMMENT= Fast string scanner class library for Ruby
+
+DIST_SUBDIR= ruby
+USE_RUBY_SETUP= yes
+
+DOCS_EN= README.en doc.en/changes.html doc.en/index.html \
+ doc.en/reference.html doc.en/usage.html
+DOCS_JA= README.ja doc.ja/changes.html doc.ja/index.html \
+ doc.ja/reference.html doc.ja/usage.html
+
+post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/strscan/ja
+.for f in ${DOCS_EN}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan
+.endfor
+.for f in ${DOCS_JA}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja
+.endfor
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-strscan/distinfo b/devel/ruby-strscan/distinfo
new file mode 100644
index 00000000000..ee387cf1524
--- /dev/null
+++ b/devel/ruby-strscan/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/30 23:23:59 taca Exp $
+
+SHA1 (ruby/strscan-0.6.3.tar.gz) = cf6b39935d43090e97647061a12da30434c7faa9
+Size (ruby/strscan-0.6.3.tar.gz) = 24773 bytes
diff --git a/devel/ruby-strscan/pkg/DESCR b/devel/ruby-strscan/pkg/DESCR
new file mode 100644
index 00000000000..2638a28fc9d
--- /dev/null
+++ b/devel/ruby-strscan/pkg/DESCR
@@ -0,0 +1,5 @@
+StrScanner is a fast string scanner class for Ruby. It is very useful
+in writing a parser.
+
+Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
+WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/devel/ruby-strscan/pkg/PLIST b/devel/ruby-strscan/pkg/PLIST
new file mode 100644
index 00000000000..e91cdb8bbe3
--- /dev/null
+++ b/devel/ruby-strscan/pkg/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/30 23:23:59 taca Exp $
+${RUBY_SITEARCHLIBDIR}/cscan.so
+${RUBY_SITELIBDIR}/rscan.rb
+${RUBY_SITELIBDIR}/scanner.rb
+${RUBY_SITELIBDIR}/strscan.rb
+${RUBY_DOCDIR}/strscan/README.en
+${RUBY_DOCDIR}/strscan/changes.html
+${RUBY_DOCDIR}/strscan/index.html
+${RUBY_DOCDIR}/strscan/reference.html
+${RUBY_DOCDIR}/strscan/usage.html
+${RUBY_DOCDIR}/strscan/ja/README.ja
+${RUBY_DOCDIR}/strscan/ja/changes.html
+${RUBY_DOCDIR}/strscan/ja/index.html
+${RUBY_DOCDIR}/strscan/ja/reference.html
+${RUBY_DOCDIR}/strscan/ja/usage.html
+@dirrm ${RUBY_DOCDIR}/strscan/ja
+@dirrm ${RUBY_DOCDIR}/strscan