diff options
author | knu <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
commit | f060442891bf25e69263be5e0b38d53d288ccf38 (patch) | |
tree | 67f844a54a76b1989cd160ad68c46f607f00ab1d | |
parent | 98ecfd474ab70790a926c373eb96033643a2eaf6 (diff) | |
download | FreeBSD-ports-f060442891bf25e69263be5e0b38d53d288ccf38.zip FreeBSD-ports-f060442891bf25e69263be5e0b38d53d288ccf38.tar.gz |
Update to 0.3.7. A couple of examples are added.
-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 b366fd7..5d5c2c5 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 c1b2567..76c305d 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 3b64d69..9b6d795 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 |