summaryrefslogtreecommitdiff
path: root/devel/ruby-textbuf
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-02 10:41:26 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-02 10:41:26 +0000
commit84f3661d6ed0001ec39e8cb0bd06499ff5544f89 (patch)
treec4630eeab8a14d3ce671d60f2258fbc9e0fb6405 /devel/ruby-textbuf
parentAdd ruby-dialogs, a simple Ruby interface to dialog(1). (diff)
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/Makefile5
-rw-r--r--devel/ruby-textbuf/distinfo2
-rw-r--r--devel/ruby-textbuf/pkg-plist4
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