mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.6.5.
This commit is contained in:
parent
8daf47ba42
commit
252584d7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67304
4 changed files with 9 additions and 18 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xmlparser
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= http://www.yoshidam.net/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ruby/xmlparser-0.6.2.tar.gz) = 16782db3080993f02ac03efcca78028d
|
||||
MD5 (ruby/xmlparser-0.6.5.tar.gz) = ead5d1fd5f57b99a40445b66f1be1551
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- extconf.rb.orig Wed Jun 20 12:35:18 2001
|
||||
+++ extconf.rb Sat Apr 27 22:11:57 2002
|
||||
@@ -23,8 +23,8 @@
|
||||
##$CFLAGS="-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok" +
|
||||
## ' -DXML_ENC_PATH=getenv\(\"XML_ENC_PATH\"\)' +
|
||||
## " -DNEW_EXPAT"
|
||||
-$CFLAGS = "-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok"
|
||||
-$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
|
||||
+#$CFLAGS = "-I#{cwd}/expat/xmlparse -I#{cwd}/expat/xmltok"
|
||||
+#$LDFLAGS = "-L#{cwd}/expat/xmlparse -Wl,-rpath,/usr/local/lib"
|
||||
#$LDFLAGS = "-L#{cwd}/expat/xmlparse"
|
||||
dir_config("xmltok")
|
||||
dir_config("xmlparse")
|
|
@ -31,11 +31,13 @@
|
|||
%%RUBY_SITELIBDIR%%/xml/dom2/notation.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/dom2/processinginstruction.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/dom2/text.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/dom2/xpath.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/encoding-ja.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/parser.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/parserns.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/sax.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/saxdriver.rb
|
||||
%%RUBY_SITELIBDIR%%/xml/xpath.rb
|
||||
%%RUBY_SITELIBDIR%%/xmldigest.rb
|
||||
%%RUBY_SITELIBDIR%%/xmlencoding-ja.rb
|
||||
%%RUBY_SITELIBDIR%%/xmltree.rb
|
||||
|
@ -55,9 +57,8 @@
|
|||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/document.dtd
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/dom2test1.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/dom2test2.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/test.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/gtkxpath.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/test1.xml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/test2.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dom2/test2.xml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/ext1.dtd
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/dtd/ext2.dtd
|
||||
|
@ -78,6 +79,9 @@
|
|||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/namespaces/namespace2.xml
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/nstest.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/saxtest.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/test/featurelist.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/test/skippedentity.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/test/useforeigndtd.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/treetest.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/videolist.dtd
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/videolist.rb
|
||||
|
@ -93,6 +97,7 @@
|
|||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/xmlstats.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/xpointer.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmlparser/xpointertest.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/test
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/namespaces
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/dtd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmlparser/dom2
|
||||
|
|
Loading…
Add table
Reference in a new issue