Update to 0.0.5.
This commit is contained in:
parent
2c6eeb1048
commit
64fe64426b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45579
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/ruby-panda-0.0.4.tar.gz) = e36196f1cd84756a18fe6b8bbd973e82
|
||||
MD5 (ruby/ruby-panda-0.0.5.tar.gz) = 53076c11d45f165a4ceced38ebbba079
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user