diff options
author | knu <knu@FreeBSD.org> | 2001-07-29 20:14:10 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-29 20:14:10 +0800 |
commit | 86d90bdd078a0530e419780f2369aff2d352f37f (patch) | |
tree | 2de9f9a354916b5df68ce8a025c49a9926a16d62 /print | |
parent | fc6e4ab525f08851f5c78a4e08ddbb6182007edd (diff) | |
download | freebsd-ports-gnome-86d90bdd078a0530e419780f2369aff2d352f37f.tar.gz freebsd-ports-gnome-86d90bdd078a0530e419780f2369aff2d352f37f.tar.zst freebsd-ports-gnome-86d90bdd078a0530e419780f2369aff2d352f37f.zip |
Update to 0.0.5.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-panda/Makefile | 10 | ||||
-rw-r--r-- | print/ruby-panda/distinfo | 2 | ||||
-rw-r--r-- | print/ruby-panda/pkg-plist | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index cedf2a0f3da5..cadcb289bc63 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -6,7 +6,7 @@ # PORTNAME= panda -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= print ruby MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -27,9 +27,11 @@ RUBY_WITH_PTHREAD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_TARGET= site-install -DOCS_EN= README -DOCS_JA= ChangeLog.ja README.ja TODO.ja -EXAMPLES_EN= circles.rb main.rb +DOCS_EN= README \ + doc/ref_en.html doc/ref_en.rd +DOCS_JA= ChangeLog.ja README.ja TODO.ja \ + doc/ref_ja.html doc/ref_ja.rd +EXAMPLES_EN= circles.rb main.rb morecircles.rb template.rb post-install: .if !defined(NOPORTDOCS) diff --git a/print/ruby-panda/distinfo b/print/ruby-panda/distinfo index facb8993cba2..e4d8f07010d1 100644 --- a/print/ruby-panda/distinfo +++ b/print/ruby-panda/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-panda-0.0.4.tar.gz) = e36196f1cd84756a18fe6b8bbd973e82 +MD5 (ruby/ruby-panda-0.0.5.tar.gz) = 53076c11d45f165a4ceced38ebbba079 diff --git a/print/ruby-panda/pkg-plist b/print/ruby-panda/pkg-plist index 3e429ac450a2..5194c4c904f0 100644 --- a/print/ruby-panda/pkg-plist +++ b/print/ruby-panda/pkg-plist @@ -1,8 +1,12 @@ %%RUBY_SITEARCHLIBDIR%%/panda.so %%PORTDOCS%%%%RUBY_DOCDIR%%/panda/README +%%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ref_en.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ref_en.rd %%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ja/ChangeLog.ja %%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ja/README.ja %%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ja/TODO.ja +%%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ja/ref_ja.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/panda/ja/ref_ja.rd %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda/ja %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/brave-gnu.png @@ -14,4 +18,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/input.tif %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/input2.tif %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/main.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/morecircles.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/template.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/panda |