Thu Jun 19 14:56:48 2008 UTC ()
- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.


(taca)
diff -r1.10 -r1.11 pkgsrc/textproc/ruby-nqxml/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/ruby-nqxml/PLIST

cvs diff -r1.10 -r1.11 pkgsrc/textproc/ruby-nqxml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-nqxml/Makefile 2008/04/04 15:31:39 1.10
+++ pkgsrc/textproc/ruby-nqxml/Makefile 2008/06/19 14:56:48 1.11
@@ -1,47 +1,49 @@ @@ -1,47 +1,49 @@
1# $NetBSD: Makefile,v 1.10 2008/04/04 15:31:39 jlam Exp $ 1# $NetBSD: Makefile,v 1.11 2008/06/19 14:56:48 taca Exp $
2# 2#
3 3
4DISTNAME= nqxml-1.1.3p1 4DISTNAME= nqxml-1.1.3p1
5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/p/./} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/p/./}
6PKGREVISION= 1 6PKGREVISION= 2
7CATEGORIES= textproc ruby 7CATEGORIES= textproc ruby
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nqxml/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nqxml/}
9 9
10MAINTAINER= neumann@s-direktnet.de 10MAINTAINER= neumann@s-direktnet.de
11HOMEPAGE= http://sourceforge.net/projects/nqxml/ 11HOMEPAGE= http://sourceforge.net/projects/nqxml/
12COMMENT= XML parser written in pure Ruby 12COMMENT= XML parser written in pure Ruby
13 13
14NO_BUILD= yes 14NO_BUILD= yes
15USE_RUBY_INSTALL= yes 15USE_RUBY_INSTALL= yes
16 16
17DOC= README 17DOC= README
18EXAMPLES= data.xml doc.xml dumpXML.rb parseTestStream.rb \ 18EXAMPLES= data.xml doc.xml dumpXML.rb parseTestStream.rb \
19 parseTestTree.rb printEntityClassNames.rb \ 19 parseTestTree.rb printEntityClassNames.rb \
20 reverseTags.rb reverseText.rb write.rb \ 20 reverseTags.rb reverseText.rb write.rb \
21 write.rb writeManualDoc.rb writeParsedDoc.rb 21 write.rb writeManualDoc.rb writeParsedDoc.rb
22CONTRIB_LIB= autodis_1.rb autodis_2.rb 22CONTRIB_LIB= autodis_1.rb autodis_2.rb
23TESTS= dispatchertester.rb oasis.rb streamingparsertester.rb test.rb \ 23TESTS= dispatchertester.rb oasis.rb streamingparsertester.rb test.rb \
24 testresource.rb tokenizertester.rb treeparsertester.rb \ 24 testresource.rb tokenizertester.rb treeparsertester.rb \
25 writertester.rb 25 writertester.rb
26REPLACE_RUBY_DIRS= examples tests 26REPLACE_RUBY_DIRS= examples tests
27 27
 28INSTALLATION_DIRS= ${RUBY_DOC}/nqxml ${RUBY_EG}/nqxml/contrib \
 29 ${RUBY_EG}/nqxml/tests
 30
28post-install: 31post-install:
29 ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/nqxml 
30.for f in ${DOC} 32.for f in ${DOC}
31 ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/nqxml 33 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_DOC}/nqxml
32.endfor 34.endfor
33 ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/nqxml/contrib 
34.for f in ${EXAMPLES} 35.for f in ${EXAMPLES}
35 ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/nqxml 36 ${INSTALL_DATA} ${WRKSRC}/examples/${f} \
 37 ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml
36.endfor 38.endfor
37.for f in ${CONTRIB_LIB} 39.for f in ${CONTRIB_LIB}
38 ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \ 40 ${INSTALL_DATA} ${WRKSRC}/contrib/${f} \
39 ${RUBY_EXAMPLESDIR}/nqxml/contrib 41 ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml/contrib
40.endfor 42.endfor
41 ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/nqxml/tests 
42.for f in ${TESTS} 43.for f in ${TESTS}
43 ${INSTALL_DATA} ${WRKSRC}/tests/${f} ${RUBY_EXAMPLESDIR}/nqxml/tests 44 ${INSTALL_DATA} ${WRKSRC}/tests/${f} \
 45 ${DESTDIR}${PREFIX}/${RUBY_EG}/nqxml/tests
44.endfor 46.endfor
45 47
46.include "../../lang/ruby/modules.mk" 48.include "../../lang/ruby/modules.mk"
47.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/ruby-nqxml/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-nqxml/PLIST 2006/09/07 15:55:50 1.2
+++ pkgsrc/textproc/ruby-nqxml/PLIST 2008/06/19 14:56:48 1.3
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1@comment $NetBSD: PLIST,v 1.2 2006/09/07 15:55:50 taca Exp $ 1@comment $NetBSD: PLIST,v 1.3 2008/06/19 14:56:48 taca Exp $
2${RUBY_SITELIBDIR}/nqxml/dispatcher.rb 2${RUBY_VENDORLIB}/nqxml/dispatcher.rb
3${RUBY_SITELIBDIR}/nqxml/document.rb 3${RUBY_VENDORLIB}/nqxml/document.rb
4${RUBY_SITELIBDIR}/nqxml/entities.rb 4${RUBY_VENDORLIB}/nqxml/entities.rb
5${RUBY_SITELIBDIR}/nqxml/error.rb 5${RUBY_VENDORLIB}/nqxml/error.rb
6${RUBY_SITELIBDIR}/nqxml/info.rb 6${RUBY_VENDORLIB}/nqxml/info.rb
7${RUBY_SITELIBDIR}/nqxml/parser.rb 7${RUBY_VENDORLIB}/nqxml/parser.rb
8${RUBY_SITELIBDIR}/nqxml/streamingparser.rb 8${RUBY_VENDORLIB}/nqxml/streamingparser.rb
9${RUBY_SITELIBDIR}/nqxml/tokenizer.rb 9${RUBY_VENDORLIB}/nqxml/tokenizer.rb
10${RUBY_SITELIBDIR}/nqxml/treeparser.rb 10${RUBY_VENDORLIB}/nqxml/treeparser.rb
11${RUBY_SITELIBDIR}/nqxml/utils.rb 11${RUBY_VENDORLIB}/nqxml/utils.rb
12${RUBY_SITELIBDIR}/nqxml/writer.rb 12${RUBY_VENDORLIB}/nqxml/writer.rb
13${RUBY_DOCDIR}/nqxml/README 13${RUBY_DOC}/nqxml/README
14${RUBY_EXAMPLESDIR}/nqxml/contrib/autodis_1.rb 14${RUBY_EG}/nqxml/contrib/autodis_1.rb
15${RUBY_EXAMPLESDIR}/nqxml/contrib/autodis_2.rb 15${RUBY_EG}/nqxml/contrib/autodis_2.rb
16${RUBY_EXAMPLESDIR}/nqxml/data.xml 16${RUBY_EG}/nqxml/data.xml
17${RUBY_EXAMPLESDIR}/nqxml/doc.xml 17${RUBY_EG}/nqxml/doc.xml
18${RUBY_EXAMPLESDIR}/nqxml/dumpXML.rb 18${RUBY_EG}/nqxml/dumpXML.rb
19${RUBY_EXAMPLESDIR}/nqxml/parseTestStream.rb 19${RUBY_EG}/nqxml/parseTestStream.rb
20${RUBY_EXAMPLESDIR}/nqxml/parseTestTree.rb 20${RUBY_EG}/nqxml/parseTestTree.rb
21${RUBY_EXAMPLESDIR}/nqxml/printEntityClassNames.rb 21${RUBY_EG}/nqxml/printEntityClassNames.rb
22${RUBY_EXAMPLESDIR}/nqxml/reverseTags.rb 22${RUBY_EG}/nqxml/reverseTags.rb
23${RUBY_EXAMPLESDIR}/nqxml/reverseText.rb 23${RUBY_EG}/nqxml/reverseText.rb
24${RUBY_EXAMPLESDIR}/nqxml/tests/dispatchertester.rb 24${RUBY_EG}/nqxml/tests/dispatchertester.rb
25${RUBY_EXAMPLESDIR}/nqxml/tests/oasis.rb 25${RUBY_EG}/nqxml/tests/oasis.rb
26${RUBY_EXAMPLESDIR}/nqxml/tests/streamingparsertester.rb 26${RUBY_EG}/nqxml/tests/streamingparsertester.rb
27${RUBY_EXAMPLESDIR}/nqxml/tests/test.rb 27${RUBY_EG}/nqxml/tests/test.rb
28${RUBY_EXAMPLESDIR}/nqxml/tests/testresource.rb 28${RUBY_EG}/nqxml/tests/testresource.rb
29${RUBY_EXAMPLESDIR}/nqxml/tests/tokenizertester.rb 29${RUBY_EG}/nqxml/tests/tokenizertester.rb
30${RUBY_EXAMPLESDIR}/nqxml/tests/treeparsertester.rb 30${RUBY_EG}/nqxml/tests/treeparsertester.rb
31${RUBY_EXAMPLESDIR}/nqxml/tests/writertester.rb 31${RUBY_EG}/nqxml/tests/writertester.rb
32${RUBY_EXAMPLESDIR}/nqxml/write.rb 32${RUBY_EG}/nqxml/write.rb
33${RUBY_EXAMPLESDIR}/nqxml/writeManualDoc.rb 33${RUBY_EG}/nqxml/writeManualDoc.rb
34${RUBY_EXAMPLESDIR}/nqxml/writeParsedDoc.rb 34${RUBY_EG}/nqxml/writeParsedDoc.rb
35@dirrm ${RUBY_SITELIBDIR}/nqxml 35@dirrm ${RUBY_VENDORLIB}/nqxml
36@dirrm ${RUBY_DOCDIR}/nqxml 36@dirrm ${RUBY_DOC}/nqxml
37@dirrm ${RUBY_EXAMPLESDIR}/nqxml/contrib 37@dirrm ${RUBY_EG}/nqxml/contrib
38@dirrm ${RUBY_EXAMPLESDIR}/nqxml/tests 38@dirrm ${RUBY_EG}/nqxml/tests
39@dirrm ${RUBY_EXAMPLESDIR}/nqxml 39@dirrm ${RUBY_EG}/nqxml