diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
commit | 84f3661d6ed0001ec39e8cb0bd06499ff5544f89 (patch) | |
tree | c4630eeab8a14d3ce671d60f2258fbc9e0fb6405 /devel/ruby-textbuf | |
parent | bafc92f0595aff2a31e99b366ff140e8d2c23bc4 (diff) | |
download | ports-84f3661d6ed0001ec39e8cb0bd06499ff5544f89.tar.gz ports-84f3661d6ed0001ec39e8cb0bd06499ff5544f89.zip |
Update to 0.3.7. A couple of examples are added.
Notes
Notes:
svn path=/head/; revision=38971
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-textbuf/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-textbuf/pkg-plist | 4 |
3 files changed, 9 insertions, 2 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index b366fd72303c..5d5c2c57992c 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= textbuf -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= devel ruby MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ MASTER_SITE_SUBDIR= knu @@ -24,6 +24,9 @@ DOCS_JA= README.ja do-install: .if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/textbuf/ja + ${INSTALL_DATA} ${WRKSRC}/stest.rb ${RUBY_EXAMPLESDIR}/textbuf/ + ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/textbuf/ja/ ${MKDIR} ${RUBY_DOCDIR}/textbuf/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf/ diff --git a/devel/ruby-textbuf/distinfo b/devel/ruby-textbuf/distinfo index c1b2567d174f..76c305dda8d4 100644 --- a/devel/ruby-textbuf/distinfo +++ b/devel/ruby-textbuf/distinfo @@ -1 +1 @@ -MD5 (ruby/textbuf-0.3.6.tar.gz) = d535e8ba9ac41a8cb91a68357cdb49df +MD5 (ruby/textbuf-0.3.7.tar.gz) = 9c16915fd27393f71083229d8ca3c9ef diff --git a/devel/ruby-textbuf/pkg-plist b/devel/ruby-textbuf/pkg-plist index 3b64d69b0148..9b6d7951d78c 100644 --- a/devel/ruby-textbuf/pkg-plist +++ b/devel/ruby-textbuf/pkg-plist @@ -1,4 +1,8 @@ %%RUBY_SITEARCHLIBDIR%%/textbuf.so +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/textbuf/stest.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/textbuf/ja/test.rb +%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/textbuf/ja +%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/textbuf %%PORTDOCS%%%%RUBY_DOCDIR%%/textbuf/README.en %%PORTDOCS%%%%RUBY_DOCDIR%%/textbuf/ja/README.ja %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/textbuf/ja |