diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 23:31:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 23:31:20 +0000 |
commit | 9f77938b45ce1220f2f4dcdb159984042ab8d2dc (patch) | |
tree | b927717054fea045e4c8addcd57ff191048c2d2d | |
parent | 6a28f154e815505be8e77fd9a609359ae89e9b25 (diff) | |
download | pkgsrc-9f77938b45ce1220f2f4dcdb159984042ab8d2dc.tar.gz |
Importing ruby-textbuf.
Gapped text buffer extention for Ruby.
-rw-r--r-- | devel/ruby-textbuf/Makefile | 31 | ||||
-rw-r--r-- | devel/ruby-textbuf/distinfo | 4 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg/PLIST | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile new file mode 100644 index 00000000000..2b28152f72c --- /dev/null +++ b/devel/ruby-textbuf/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 23:31:20 taca Exp $ +# FreeBSD: ports/devel/ruby-textbuf/Makefile,v 1.1 2001/01/19 06:16:46 knu Exp + +DISTNAME= textbuf-0.3.8 +PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://www9.xdsl.ne.jp/~aamine/soft/ \ + http://www1.u-netsurf.ne.jp/~brew/mine/soft/ + +MAINTAINER= taca@netbsd.org +HOMEPAGE= http://www.xdsl.ne.jp/Cd/aamine/ +COMMENT= Gapped text buffer extention for Ruby + +RUBY_REQD= 1.5 +DIST_SUBDIR= ruby +USE_RUBY_SETUP= yes + +DOCS_EN= README.en +DOCS_JA= README.ja + +post-install: + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/textbuf/ja +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf +.endfor +.for f in ${DOCS_JA} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf/ja +.endfor + +.include "../../lang/ruby-base/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo new file mode 100644 index 00000000000..c337b1d533d --- /dev/null +++ b/devel/ruby-textbuf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/30 23:31:20 taca Exp $ + +SHA1 (ruby/textbuf-0.3.8.tar.gz) = fc85b25ea248a013b1b6bda3eb53d1899fde9c93 +Size (ruby/textbuf-0.3.8.tar.gz) = 31640 bytes diff --git a/devel/ruby-textbuf/pkg/DESCR b/devel/ruby-textbuf/pkg/DESCR new file mode 100644 index 00000000000..d981bb7791c --- /dev/null +++ b/devel/ruby-textbuf/pkg/DESCR @@ -0,0 +1,4 @@ +Textbuf is a gapped text buffer extention for Ruby. + +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-textbuf/pkg/PLIST b/devel/ruby-textbuf/pkg/PLIST new file mode 100644 index 00000000000..0f905ee7c91 --- /dev/null +++ b/devel/ruby-textbuf/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/30 23:31:20 taca Exp $ +${RUBY_SITEARCHLIBDIR}/textbuf.so +${RUBY_DOCDIR}/textbuf/README.en +${RUBY_DOCDIR}/textbuf/ja/README.ja +@dirrm ${RUBY_DOCDIR}/textbuf/ja +@dirrm ${RUBY_DOCDIR}/textbuf |