Update to 0.0.4.
This commit is contained in:
parent
265f64f0df
commit
ffceecabd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41413
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= panda
|
||||
PORTVERSION= 0.0.3
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= print ruby
|
||||
MASTER_SITES= http://www2s.biglobe.ne.jp/~Nori/ruby/dist/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -29,13 +29,13 @@ INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= README
|
||||
DOCS_JA= ChangeLog.ja README.ja TODO.ja
|
||||
EXAMPLES_EN= main.rb
|
||||
EXAMPLES_EN= circles.rb main.rb
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
.for f in ${EXAMPLES_EN}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
cd ${RUBY_EXAMPLESDIR}/${PORTNAME} && ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif .
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/ruby-panda-0.0.3.tar.gz) = 362a51cbddbe9b4566c144f5f35d14f3
|
||||
MD5 (ruby/ruby-panda-0.0.4.tar.gz) = e36196f1cd84756a18fe6b8bbd973e82
|
||||
|
@ -6,6 +6,7 @@
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/panda
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/brave-gnu.png
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/circles.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu-head.jpg
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu-head.png
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/panda/gnu_box.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user