Importing ruby-strscan 0.6.3.
Fast string scanner class library for Ruby.
This commit is contained in:
parent
c12d68d03b
commit
50852a42ad
4 changed files with 57 additions and 0 deletions
31
devel/ruby-strscan/Makefile
Normal file
31
devel/ruby-strscan/Makefile
Normal file
|
@ -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"
|
4
devel/ruby-strscan/distinfo
Normal file
4
devel/ruby-strscan/distinfo
Normal file
|
@ -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
|
5
devel/ruby-strscan/pkg/DESCR
Normal file
5
devel/ruby-strscan/pkg/DESCR
Normal file
|
@ -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
|
17
devel/ruby-strscan/pkg/PLIST
Normal file
17
devel/ruby-strscan/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue