mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.1.0.
This commit is contained in:
parent
0ec4183d00
commit
7f4435a4ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45891
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nqxml
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
@ -23,8 +23,9 @@ DOCS= ChangeLog README Credits TODO
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${RUBY} install.rb
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/dispatcher
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/dispatcher/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ruby/nqxml-1.0.2.tar.gz) = fa6f391afd49a2907d32a542034d5139
|
||||
MD5 (ruby/nqxml-1.1.0.tar.gz) = 11fa2cd2202bfdd0d1a8aeca91f16893
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%RUBY_SITELIBDIR%%/nqxml/dispatcher.rb
|
||||
%%RUBY_SITELIBDIR%%/nqxml/document.rb
|
||||
%%RUBY_SITELIBDIR%%/nqxml/entities.rb
|
||||
%%RUBY_SITELIBDIR%%/nqxml/error.rb
|
||||
@ -20,6 +21,9 @@
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/write.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/writeManualDoc.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/writeParsedDoc.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/dispatcher/autodis_1.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/nqxml/dispatcher/autodis_2.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/nqxml/dispatcher
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/nqxml
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/nqxml/ChangeLog
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/nqxml/Credits
|
||||
|
Loading…
Reference in New Issue
Block a user