Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1246/common/main/finkinfo/devel

Modified Files:
        ant-junit.info ant.info javacc.info xalan-j-docs.info 
        xalan-j.info xerces-j-docs.info xerces-j.info 
Log Message:
bunch of java updates, time to test on 10.2

Index: xalan-j-docs.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/xalan-j-docs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xalan-j-docs.info   19 Jul 2004 21:00:03 -0000      1.2
+++ xalan-j-docs.info   10 Sep 2004 13:10:57 -0000      1.3
@@ -3,30 +3,16 @@
 Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
-BuildDepends: ant (>= 1.6.1-1), system-java13-dev
+Type: java(1.3)
+BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), 
system-java13-dev
 Depends: xalan-j (>= %v-1)
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source: mirror:custom:xml/xalan-j/xalan-j_2_6_0-src.tar.gz
+Source: mirror:apache:xml/xalan-j/xalan-j_2_6_0-src.tar.gz
 SourceDirectory: xalan-j_2_6_0
 Source-MD5: a210f7108e680ab60a11977ec99ab1f9
 PatchScript: <<
   perl -pi.bak -e 's,\r,,g' build.sh
 <<
-CompileScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  export PATH="$JAVA_HOME/bin:$PATH"
- sh build.sh docs.nojardepends javadocs.nojardepends
-<<
+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/

Index: xalan-j.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/xalan-j.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xalan-j.info        19 Jul 2004 21:00:03 -0000      1.2
+++ xalan-j.info        10 Sep 2004 13:10:57 -0000      1.3
@@ -3,30 +3,16 @@
 Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
-BuildDepends: ant (>= 1.6.1-1), system-java13-dev, xerces-j (>= 2.6.2-1)
+Type: java(1.3)
+BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), 
system-java13-dev, xerces-j (>= 2.6.2-1)
 Depends: system-java13 | system-java14 | system-java15, xerces-j (>= 2.6.2-1)
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source: mirror:custom:xml/%n/source/%n_2_6_0-src.tar.gz
+Source: mirror:apache:xml/%n/source/%n_2_6_0-src.tar.gz
 SourceDirectory: %n_2_6_0
 Source-MD5: a210f7108e680ab60a11977ec99ab1f9
 PatchScript: <<
   perl -pi.bak -e 's,\r,,g' build.sh
 <<
-CompileScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  export PATH="$JAVA_HOME/bin:$PATH"
-  sh build.sh jar
-<<
+CompileScript: sh build.sh jar
 InstallScript: # nothing to do
 DocFiles: License
 JarFiles: build/*.jar

Index: ant-junit.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/ant-junit.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ant-junit.info      14 Jul 2004 02:29:09 -0000      1.2
+++ ant-junit.info      10 Sep 2004 13:10:57 -0000      1.3
@@ -1,28 +1,15 @@
 Package: ant-junit
-Version: 1.6.1
-Revision: 2
+Version: 1.6.2
+Revision: 1
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
-BuildDepends: junit, system-java13-dev
-Depends: ant (>= %v-%r), fink (>= 0.10.0), junit, system-java13 | system-java14 | 
system-java15
-Source: mirror:custom:ant/source/apache-ant-%v-src.tar.bz2
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source-MD5: 3e1f06aae6b691543299ccb1a5cb038f
+Type: java(1.3)
+BuildDepends: fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), junit, 
system-java13-dev
+Depends: ant (>= %v-%r), junit, system-java13 | system-java14 | system-java15
+Source: mirror:apache:ant/source/apache-ant-%v-src.tar.bz2
+Source-MD5: 83c3adefdbf90bcbc4b804d4c55c0778
 SourceDirectory: apache-ant-%v
-CompileScript: <<
-#!/bin/sh -ex
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  ./build.sh -Ddist.name=ant -Dchmod.fail=false dist
-<<
+CompileScript: ./build.sh -Ddist.name=ant -Dchmod.fail=false dist
 InstallScript: <<
 #!/bin/sh -ex
  mkdir -p %i/lib

Index: xerces-j-docs.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/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  19 Jul 2004 21:00:03 -0000      1.2
+++ xerces-j-docs.info  10 Sep 2004 13:10:57 -0000      1.3
@@ -3,30 +3,16 @@
 Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
+Type: java(1.3)
 Depends: xerces-j (>= %v-1)
-BuildDepends: ant (>= 1.6.1-1), fink (>= 0.16.0-1), system-java13-dev
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source: mirror:custom:xml/%n/Xerces-J-src.%v.tar.gz
+BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), 
system-java13-dev
+Source: mirror:apache:xml/%n/Xerces-J-src.%v.tar.gz
 Source-MD5: cfd536b8d72f8ebe3465ae35f5e3775d
 SourceDirectory: xerces-2_6_2
 Source2: mirror:custom:xml/%n/Xerces-J-tools.%v.tar.gz
 Source2ExtractDir: xerces-2_6_2
 Source2-MD5: 55ba4b71ae95acf7d50c4bc0d796ee76
-CompileScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  export PATH="$JAVA_HOME/bin:$PATH"
-  sh build.sh docs javadocs
-<<
+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

Index: xerces-j.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/xerces-j.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xerces-j.info       19 Jul 2004 21:00:03 -0000      1.2
+++ xerces-j.info       10 Sep 2004 13:10:57 -0000      1.3
@@ -3,30 +3,16 @@
 Revision: 2
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
-BuildDepends: ant (>= 1.6.1-1), fink (>= 0.16.0-1), system-java13-dev
+Type: java(1.3)
+BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), 
system-java13-dev
 Depends: system-java13 | system-java14 | system-java15
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source: mirror:custom:xml/%n/Xerces-J-src.%v.tar.gz
+Source: mirror:apache:xml/%n/Xerces-J-src.%v.tar.gz
 Source-MD5: cfd536b8d72f8ebe3465ae35f5e3775d
 SourceDirectory: xerces-2_6_2
 Source2: mirror:custom:xml/%n/Xerces-J-tools.%v.tar.gz
 Source2ExtractDir: xerces-2_6_2
 Source2-MD5: 55ba4b71ae95acf7d50c4bc0d796ee76
-CompileScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  export PATH="$JAVA_HOME/bin:$PATH"
-  sh build.sh jars
-<<
+CompileScript: sh build.sh jars
 InstallScript: # Nothing to do
 DocFiles: ISSUES LICENSE* README Readme.html STATUS TODO
 JarFiles: build/*.jar

Index: javacc.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/javacc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- javacc.info 19 Jul 2004 20:54:27 -0000      1.2
+++ javacc.info 10 Sep 2004 13:10:57 -0000      1.3
@@ -1,7 +1,8 @@
 Package: javacc
 Version: 3.2
 Revision: 2
-BuildDepends: ant (>= 1.6.1-1), system-java13-dev
+Type: java(1.3)
+BuildDepends: ant (>= 1.6.2-1), fink (>= 0.22.1-1), system-java13-dev
 Depends: system-java13 | system-java14 | system-java15
 CustomMirror: <<
   nam-US: http://ranger.befunk.com/fink
@@ -11,19 +12,10 @@
 Source: mirror:custom:%n-%v.tar.gz
 Source-MD5: bc0fe5d325e24f2e7c95e5c962813354
 SourceDirectory: %n-%v
-CompileScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  ant binary-distribution
-<<
+CompileScript: ant binary-distribution
 JarFiles: dist/%n-%v/bin/lib/*.jar
 InstallScript: <<
-#!/bin/sh
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
+#!/bin/sh -ex
 
   install -d -m 755 %i/bin
 

Index: ant.info
===================================================================
RCS file: /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/ant.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ant.info    12 Jul 2004 20:16:34 -0000      1.2
+++ ant.info    10 Sep 2004 13:10:57 -0000      1.3
@@ -1,28 +1,15 @@
 Package: ant
-Version: 1.6.1
-Revision: 2
+Version: 1.6.2
+Revision: 1
+Type: java(1.3)
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 #
-BuildDepends: system-java13-dev
-Depends: fink (>= 0.10.0), system-java13 | system-java14 | system-java15
-Source: mirror:custom:ant/source/apache-ant-%v-src.tar.bz2
-CustomMirror: <<
- nam-US: http://apache.i-connexion.net/dist/
- nam-US: http://mir2.ovh.net/ftp.apache.org/dist/
- nam-US: ftp://mir1.ovh.net/ftp.apache.org/dist/
- nam-US: http://nagoya.apache.org/mirror/
- nam-US: http://www.apache.org/dist/
- eur-FR: http://apache.crihan.fr/dist/
-<<
-Source-MD5: 3e1f06aae6b691543299ccb1a5cb038f
+BuildDepends: fink (>= 0.22.1-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev
+Depends: system-java13 | system-java14 | system-java15
+Source: mirror:apache:ant/source/apache-ant-%v-src.tar.bz2
+Source-MD5: 83c3adefdbf90bcbc4b804d4c55c0778
 SourceDirectory: apache-%n-%v
-CompileScript: <<
-#!/bin/sh -ex
-
-  JAVAVER=`find /System/Library/Frameworks/JavaVM.framework/Versions -name include 
2>/dev/null | perl -p -e 's,.*Versions/(.*?)/.*,$1,g' | grep -E '^1.3' | tail -1`
-  export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/$JAVAVER/Home
-  ./build.sh -Ddist.name=%n -Dchmod.fail=false dist
-<<
+CompileScript: ./build.sh -Ddist.name=%n -Dchmod.fail=false dist
 InstallScript: <<
 #!/bin/sh -ex
  mkdir -p %i/lib



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to