Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10816/10.4/unstable/main/finkinfo/devel
Modified Files:
ecj.info javacc.info xalan-j-docs.info xalan-j.info
xerces-j-docs.info xerces-j.info
Log Message:
starting in on a bunch of java updates
Index: xalan-j.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/xalan-j.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xalan-j.info 20 Jan 2006 20:23:13 -0000 1.1
+++ xalan-j.info 27 Jun 2006 05:27:09 -0000 1.2
@@ -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
Index: xerces-j.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/xerces-j.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xerces-j.info 20 Jan 2006 20:23:13 -0000 1.1
+++ xerces-j.info 27 Jun 2006 05:27:09 -0000 1.2
@@ -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
@@ -19,14 +21,14 @@
#
Description: XML parser in Java
DescDetail: <<
- The rich generating and validating capabilities allow the Xerces-J Parser to
- be used for:
- - Building XML-savvy Web servers.
- - The next generation of vertical applications which will use XML as their
- data format.
- - On-the-fly validation for creating XML editors.
- - Ensuring the integrity of e-business data expressed in XML.
- - Building truly internationalized XML applications.
+ The rich generating and validating capabilities allow the Xerces-J
Parser to
+ be used for:
+ - Building XML-savvy Web servers.
+ - The next generation of vertical applications which will use XML as
their
+ data format.
+ - On-the-fly validation for creating XML editors.
+ - Ensuring the integrity of e-business data expressed in XML.
+ - Building truly internationalized XML applications.
<<
DescPackaging: <<
- avoid the lengthy build of docs (install xerces-j-docs if you want that)
Index: xalan-j-docs.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/xalan-j-docs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xalan-j-docs.info 20 Jan 2006 20:23:13 -0000 1.1
+++ xalan-j-docs.info 27 Jun 2006 05:27:09 -0000 1.2
@@ -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
+CompileScript: sh build.sh autojavadocs autodocs
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
Index: xerces-j-docs.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/xerces-j-docs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xerces-j-docs.info 1 Feb 2006 17:48:41 -0000 1.2
+++ xerces-j-docs.info 27 Jun 2006 05:27:09 -0000 1.3
@@ -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
-Source: mirror:apache:xml/xerces-j/Xerces-J-src.%v.tar.gz
-Source-MD5: 487701cad13bcf87cec21ed2d782ca45
-SourceDirectory: xerces-2_7_1
-Source2: mirror:apache:xml/xerces-j/Xerces-J-tools.%v.tar.gz
-Source2ExtractDir: xerces-2_7_1
-Source2-MD5: 62848744d8277b597f073fdfecd35967
+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: 162d481e901a302eb82eb40ebeb8653e
+SourceDirectory: xerces-2_8_0
+Source2: mirror:apache:xml/%n/Xerces-J-tools.%v.tar.gz
+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
Index: ecj.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ecj.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ecj.info 20 Jan 2006 20:23:12 -0000 1.1
+++ ecj.info 27 Jun 2006 05:27:09 -0000 1.2
@@ -1,37 +1,41 @@
Package: ecj
-Version: 3.1
-Revision: 1
+Version: 3.1.2
+Revision: 1022
+Description: Eclipse Compiler for Java
+Type: java
+License: OSI-Approved
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: system-java (>= 1.3-1)
+BuildDepends: system-java (>= 1.3-1)
CustomMirror: <<
- nam-US: http://ranger.befunk.com/fink
- nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
- nam-CA: http://www.southofheaven.net/befunk
+ nam-US: http://ranger.befunk.com/fink
+ nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
+ nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-%v.tar.bz2
-Source-MD5: 2de79767d0c79c28d08507fb363d6a8b
-Type: java(1.4)
-Homepage: http://www.eclipse.org/
-Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-Description: Eclipse Compiler for Java
+NoSourceDirectory: true
+Source-MD5: c5790d3f1b5cc4f120ec0ce385672408
+
CompileScript: <<
-#!/bin/sh -ex
+#!/bin/sh -ev
- ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
+ ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
<<
+
InstallScript: <<
-#!/bin/sh -ex
+#!/bin/sh -ev
install -d -m 755 %i/bin
cat <<END >%i/bin/ecj
-#!/bin/sh
-java -cp %p/share/java/%n/jdtcore.jar
org.eclipse.jdt.internal.compiler.batch.Main "\$@"
+#!/bin/sh -e
+java -cp %p/share/java/%n/ecj.jar org.eclipse.jdt.internal.compiler.batch.Main
"\$@"
END
chmod 755 %i/bin/ecj
-
<<
-JarFiles: jdtcoresrc/jdtcore.jar
+JarFiles: jdtcoresrc/ecj.jar
+
+Homepage: http://www.eclipse.org/
+DescDetail: Ecj is the Java bytecode compiler of the Eclipse Project.
-DescDetail: <<
-Ecj is the Java bytecode compiler of the Eclipse Project.
-<<
-License: OSI-Approved
Index: javacc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/javacc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- javacc.info 20 Jan 2006 20:23:12 -0000 1.1
+++ javacc.info 27 Jun 2006 05:27:09 -0000 1.2
@@ -1,17 +1,20 @@
Package: javacc
-Version: 3.2
-Revision: 4
+Version: 4.0
+Revision: 1
Type: java(1.4)
-BuildDepends: ant-base (>= 1.6.5-1), fink (>= 0.22.2-1), system-java14-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
nam-US: http://astrange.ithinksw.net/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
-Source: mirror:custom:%n-%v.tar.gz
-Source-MD5: bc0fe5d325e24f2e7c95e5c962813354
-SourceDirectory: %n-%v
+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: <<
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