diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-19 06:16:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-19 06:16:46 +0000 |
commit | 4788104295f1ae91140c22aa11b5640163c7f925 (patch) | |
tree | ee658d90188193284706c4c70eb4fc5b9affba0b /devel/ruby-textbuf | |
parent | e6ebf5b8729bf47996109b19a40bc0ca85ea3c18 (diff) | |
download | ports-4788104295f1ae91140c22aa11b5640163c7f925.tar.gz ports-4788104295f1ae91140c22aa11b5640163c7f925.zip |
Notes
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 36 | ||||
-rw-r--r-- | devel/ruby-textbuf/distinfo | 1 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-plist | 5 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile new file mode 100644 index 000000000000..b366fd72303c --- /dev/null +++ b/devel/ruby-textbuf/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Ruby- +# Date created: 19 Jan 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= textbuf +PORTVERSION= 0.3.6 +CATEGORIES= devel ruby +MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ +MASTER_SITE_SUBDIR= knu +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_RUBY= yes +USE_RUBY_AMSTD= yes +USE_RUBY_SETUP= yes + +DOCS_EN= README.en +DOCS_JA= README.ja + +do-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${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 +.endif + +.include <bsd.port.mk> diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo new file mode 100644 index 000000000000..c1b2567d174f --- /dev/null +++ b/devel/ruby-textbuf/distinfo @@ -0,0 +1 @@ +MD5 (ruby/textbuf-0.3.6.tar.gz) = d535e8ba9ac41a8cb91a68357cdb49df diff --git a/devel/ruby-textbuf/pkg-comment b/devel/ruby-textbuf/pkg-comment new file mode 100644 index 000000000000..bc36a44b7686 --- /dev/null +++ b/devel/ruby-textbuf/pkg-comment @@ -0,0 +1 @@ +Gapped text buffer extention for Ruby diff --git a/devel/ruby-textbuf/pkg-descr b/devel/ruby-textbuf/pkg-descr new file mode 100644 index 000000000000..d981bb7791ce --- /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 000000000000..ef2f6164e040 --- /dev/null +++ b/devel/ruby-textbuf/pkg-plist @@ -0,0 +1,5 @@ +%%RUBY_SITEARCHLIBDIR%%/textbuf.so +%%RUBY_DOCDIR%%/textbuf/README.en +%%RUBY_DOCDIR%%/textbuf/ja/README.ja +@dirrm %%RUBY_DOCDIR%%/textbuf/ja +@dirrm %%RUBY_DOCDIR%%/textbuf |