Author: ranger
Date: Tue Jun 27 05:31:40 2006
New Revision: 148

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=148&repname=user%3a+ranger>
Log:
xalan, xerces, and javacc updates

Modified:
    trunk/experimental/common/main/finkinfo/devel/javacc.info
    trunk/experimental/common/main/finkinfo/devel/xalan-j-docs.info
    trunk/experimental/common/main/finkinfo/devel/xalan-j.info
    trunk/experimental/common/main/finkinfo/devel/xerces-j-docs.info
    trunk/experimental/common/main/finkinfo/devel/xerces-j.info

Modified: trunk/experimental/common/main/finkinfo/devel/javacc.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/javacc.info&rev=148&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/devel/javacc.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/javacc.info Tue Jun 27 
05:31:40 2006
@@ -2,7 +2,7 @@
 Version: 4.0
 Revision: 1
 Type: java(1.4)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), system-java-dev
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), system-java-dev (>= 
1.4-1)
 Depends: system-java (>= 1.4-1)
 CustomMirror: <<
   nam-US: http://ranger.befunk.com/fink
@@ -12,6 +12,9 @@
 Source: mirror:custom:%n-%vsrc.tar.gz
 Source-MD5: bf91835dc1bb4821f4b26fd552b43c8d
 SourceDirectory: %n
+PatchScript: <<
+       perl -pi -e 's,<javac ,<javac source="1.4" target="1.4" ,g' build.xml
+<<
 CompileScript: ant binary-distribution
 JarFiles: dist/%n-%v/bin/lib/*.jar
 InstallScript: <<

Modified: trunk/experimental/common/main/finkinfo/devel/xalan-j-docs.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/xalan-j-docs.info&rev=148&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/devel/xalan-j-docs.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/xalan-j-docs.info Tue Jun 27 
05:31:40 2006
@@ -1,26 +1,26 @@
 Package: xalan-j-docs
 Version: 2.7.0
-Revision: 1
+Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-#
 Type: java(1.4)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java14-dev
-Depends: xalan-j (>= %v-1)
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java-dev (>= 1.4-1)
+Depends: xalan-j (>= %v-1), system-java (>= 1.4-1)
 Source: mirror:apache:xml/xalan-j/source/xalan-j_2_7_0-src.tar.gz
 SourceDirectory: xalan-j_2_7_0
 Source-MD5: 7859a78a5564cae42c933adcbbecdd01
 PatchScript: <<
-  perl -pi.bak -e 's,\r,,g' build.sh
+       perl -pi -e 's,\r,,g' build.sh
+       perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' build.xml
 <<
 CompileScript: sh build.sh docs.nojardepends javadocs.nojardepends
 InstallScript: <<
- mkdir -p %i/share/doc/xalan-j/
- cp -r build/docs/ %i/share/doc/xalan-j/
+       mkdir -p %i/share/doc/xalan-j/
+       cp -r build/docs/ %i/share/doc/xalan-j/
 <<
 DocFiles: licenses/*
 Description: Docs for xalan-j
 DescPackaging: <<
- - use '*.nojardepends' targets to avoid building the jar
+       use '*.nojardepends' targets to avoid building the jar
 <<
 Homepage: http://xml.apache.org/xalan-j/index.html
 License: BSD

Modified: trunk/experimental/common/main/finkinfo/devel/xalan-j.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/xalan-j.info&rev=148&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/devel/xalan-j.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/xalan-j.info Tue Jun 27 
05:31:40 2006
@@ -1,16 +1,16 @@
 Package: xalan-j
 Version: 2.7.0
-Revision: 1
+Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-#
 Type: java(1.4)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java14-dev, xerces-j (>= 2.7.0-1)
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java-dev (>= 1.4-1), xerces-j (>= 2.7.0-1)
 Depends: system-java (>= 1.4-1), xerces-j (>= 2.7.0-1)
 Source: mirror:apache:xml/%n/source/%n_2_7_0-src.tar.gz
 SourceDirectory: %n_2_7_0
 Source-MD5: 7859a78a5564cae42c933adcbbecdd01
 PatchScript: <<
-  perl -pi.bak -e 's,\r,,g' build.sh
+       perl -pi.bak -e 's,\r,,g' build.sh
+       perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' build.xml
 <<
 CompileScript: sh build.sh jar
 InstallScript: # nothing to do
@@ -18,18 +18,18 @@
 JarFiles: build/*.jar
 Description: Java XSLT processor
 DescDetail: <<
- Xalan is an XSLT processor for transforming XML documents into HTML,
- text, or other XML document types. It implements the W3C Recommendations
- for XSL Transformations (XSLT) and the XML Path Language (XPath).
- It can be used from the command line, in an applet or a servlet,
- or as a module in other program.
+       Xalan is an XSLT processor for transforming XML documents into HTML,
+       text, or other XML document types. It implements the W3C Recommendations
+       for XSL Transformations (XSLT) and the XML Path Language (XPath).
+       It can be used from the command line, in an applet or a servlet,
+       or as a module in other program.
 <<
 DescPort: <<
- build.sh is a dos file and darwin doesn't handle it
- so I've patched it to remove all those line endings (^M)
+       build.sh is a dos file and darwin doesn't handle it
+       so I've patched it to remove all those line endings (^M)
 <<
 DescPackaging: <<
-  avoid the lengthy build of docs (install xalan-j-docs if you want that)
+       avoid the lengthy build of docs (install xalan-j-docs if you want that)
 <<
 Homepage: http://xml.apache.org/xalan-j/index.html
 License: BSD

Modified: trunk/experimental/common/main/finkinfo/devel/xerces-j-docs.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/xerces-j-docs.info&rev=148&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/devel/xerces-j-docs.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/xerces-j-docs.info Tue Jun 27 
05:31:40 2006
@@ -1,26 +1,28 @@
 Package: xerces-j-docs
-Version: 2.7.1
+Version: 2.8.0
 Revision: 1
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-#
 Type: java(1.4)
-Depends: xerces-j (>= %v-1)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java14-dev
+Depends: xerces-j (>= %v-1), system-java (>= 1.4-1)
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java-dev (>= 1.4-1)
 Source: mirror:apache:xml/%n/Xerces-J-src.%v.tar.gz
-Source-MD5: 487701cad13bcf87cec21ed2d782ca45
-SourceDirectory: xerces-2_7_1
+Source-MD5: 162d481e901a302eb82eb40ebeb8653e
+SourceDirectory: xerces-2_8_0
 Source2: mirror:apache:xml/%n/Xerces-J-tools.%v.tar.gz
-Source2ExtractDir: xerces-2_7_1
-Source2-MD5: 62848744d8277b597f073fdfecd35967
+Source2ExtractDir: xerces-2_8_0
+Source2-MD5: 4206f318b43654552f16a9040bdfa6b4
+PatchScript: <<
+       perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' build.xml
+<<
 CompileScript: sh build.sh docs javadocs
 InstallScript: <<
- mkdir -p %i/share/doc/xerces-j/html
- cp -R build/docs/ %i/share/doc/xerces-j/html
+       mkdir -p %i/share/doc/xerces-j/html
+       cp -R build/docs/ %i/share/doc/xerces-j/html
 <<
 DocFiles: LICENSE
 Homepage: http://xml.apache.org/xerces2-j/index.html
 Description: Documentation for xerces-j
 DescPackaging: <<
- - cp the docs to share/doc/xerces-j/html
+       cp the docs to share/doc/xerces-j/html
 <<
 License: BSD

Modified: trunk/experimental/common/main/finkinfo/devel/xerces-j.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/devel/xerces-j.info&rev=148&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/devel/xerces-j.info (original)
+++ trunk/experimental/common/main/finkinfo/devel/xerces-j.info Tue Jun 27 
05:31:40 2006
@@ -1,17 +1,19 @@
 Package: xerces-j
-Version: 2.7.1
+Version: 2.8.0
 Revision: 1
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-#
 Type: java(1.4)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java14-dev
+BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 
0.22.1.1-1), system-java-dev (>= 1.4-1)
 Depends: system-java (>= 1.4-1)
 Source: mirror:apache:xml/%n/Xerces-J-src.%v.tar.gz
-Source-MD5: 487701cad13bcf87cec21ed2d782ca45
-SourceDirectory: xerces-2_7_1
+Source-MD5: 162d481e901a302eb82eb40ebeb8653e
+SourceDirectory: xerces-2_8_0
 Source2: mirror:apache:xml/%n/Xerces-J-tools.%v.tar.gz
-Source2ExtractDir: xerces-2_7_1
-Source2-MD5: 62848744d8277b597f073fdfecd35967
+Source2ExtractDir: xerces-2_8_0
+Source2-MD5: 4206f318b43654552f16a9040bdfa6b4
+PatchScript: <<
+       perl -pi -e 's,<javac,<javac target="1.4" source="1.4",g' build.xml
+<<
 CompileScript: sh build.sh jars
 InstallScript: # Nothing to do
 DocFiles: ISSUES LICENSE* README Readme.html STATUS TODO


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to