1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.0.2.

This commit is contained in:
Akinori MUSHA 2001-11-16 04:56:41 +00:00
parent 4ed575d2ca
commit 2f09ba2d0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50111
3 changed files with 9 additions and 5 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= xslt
PORTVERSION= 0.0.1
PORTVERSION= 0.0.2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.fantasy-coders.de/ruby/xslt4r/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}4r-${PORTVERSION:S/./_/g}
DISTNAME= ${PORTNAME}4r-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@ -21,9 +21,10 @@ USE_RUBY= yes
RUBY_SHEBANG_FILES= ${WRKSRC}/xslt.rb
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
DOCS= ChangeLog ToDo
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xslt.rb ${RUBY_SITELIBDIR}/
${LN} -sf ${RUBY_SITELIBDIR}/xslt.rb ${LOCALBASE}/bin/xslt
@ -31,7 +32,9 @@ do-install:
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/test/*.x* ${RUBY_EXAMPLESDIR}/${PORTNAME}
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/ToDo ${RUBY_DOCDIR}/${PORTNAME}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ruby/xslt4r-0_0_1.tar.gz) = b1805d4168c467870f7a6038abf226f6
MD5 (ruby/xslt4r-0.0.2.tar.gz) = 50504106dbe6bf479a825782842b52fa

View File

@ -6,5 +6,6 @@ bin/xslt
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/test.xml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/test_style.xsl
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xslt
%%PORTDOCS%%%%RUBY_DOCDIR%%/xslt/ChangeLog
%%PORTDOCS%%%%RUBY_DOCDIR%%/xslt/ToDo
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xslt