Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2191/main/finkinfo/devel
Modified Files: ant-base.info antlr.info ecj.info javacc.info Log Message: updates to ant, antlr, ecj, and javacc Index: ecj.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ecj.info,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ecj.info 25 Mar 2008 15:27:39 -0000 1.4 +++ ecj.info 1 Nov 2010 17:10:59 -0000 1.5 @@ -1,10 +1,10 @@ Package: ecj -Version: 3.2.2 +Version: 3.6.1 Revision: 1 Description: Eclipse Compiler for Java Type: java (1.5) License: OSI-Approved -Maintainer: Benjamin Reed <e...@fink.racoonfink.com> +Maintainer: Benjamin Reed <e...@fink.raccoonfink.com> Depends: system-java (>= 1.5-0) BuildDepends: << @@ -21,26 +21,27 @@ nam-US: http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops << NoSourceDirectory: true -Source: mirror:custom:R-%v-200702121330/%nsrc.zip -Source-MD5: f9d7b548658c84231b00fada8d4b4f1b +Source: mirror:custom:R-%v-201009090800/%nsrc-%v.zip +Source-MD5: 8a2b6222349dad952e7451fd47b6022b SourceRename: %n-%v.zip +UseMaxBuildJobs: true CompileScript: << - - # Compile the Java sources - find org -name *.java > files - mkdir classes - javac -d classes -classpath %p/lib/ant/lib/ant.jar @files - rm -f files - - # Put the classes into a JAR - jar cf ecj.jar -C classes org - - # Put the *.properties into the JAR - find org -name *.properties -exec jar uf ecj.jar '{}' \; - - # Put the *.rsc into the JAR - find org -name *.rsc -exec jar uf ecj.jar '{}' \; + + # Compile the Java sources + find org -name *.java > files + mkdir classes + javac -target 1.5 -source 1.5 -d classes -classpath %p/lib/ant/lib/ant.jar @files + rm -f files + + # Put the classes into a JAR + jar cf ecj.jar -C classes org + + # Put the *.properties into the JAR + find org -name *.properties -exec jar uf ecj.jar '{}' \; + + # Put the *.rsc into the JAR + find org -name *.rsc -exec jar uf ecj.jar '{}' \; << InstallScript: << Index: ant-base.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ant-base.info,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ant-base.info 18 Nov 2009 20:00:54 -0000 1.9 +++ ant-base.info 1 Nov 2010 17:10:58 -0000 1.10 @@ -1,58 +1,110 @@ +Info4: << Package: ant-base -Version: 1.7.1 -Revision: 3 +Version: 1.8.1 +Revision: 1 +Description: Java based build tool Type: java -Maintainer: Benjamin Reed <ant-b...@fink.racoonfink.com> -# -BuildDepends: fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java-dev (>= 1.5-1) +License: BSD +Maintainer: Benjamin Reed <ant-b...@fink.raccoonfink.com> + Depends: system-java (>= 1.5-1) -Source: mirror:apache:ant/source/apache-ant-%v-src.tar.bz2 -Source-MD5: 0d68db4a1ada5c91bcbf53cefd0c2fd7 -SourceDirectory: apache-ant-%v +BuildDepends: fink (>= 0.29.7-1) Replaces: ant (<< 1.6.5-1) -PatchScript: << - perl -pi -e 's,target name="test-jar",target name="test-jar" if="blah",' build.xml - perl -pi -e 's,java.util.ServiceLoader,fail.util.ServiceLoader,g' build.xml -<< -CompileScript: env CLASSPATH= ./build.sh -Ddist.name=ant -Dchmod.fail=false dist + +Source: mirror:apache:ant/binaries/apache-ant-%v-bin.tar.bz2 +Source-MD5: 708cf4d654869146a0ab8410b8ae67fe +SourceDirectory: apache-ant-%v + +UseMaxBuildJobs: true +CompileScript: echo "none needed" + InstallScript: << #!/bin/sh -ex # Dump the entire application into %i/lib/ant - mkdir -p %i/lib - cp -R ant %i/lib + mkdir -p %i/lib/ant + cp -R . %i/lib/ant # make up for failing build.xml chmod -R ugo+r %i/lib/ant # docs install -d -m 755 %i/share/doc/%N/html - mv %i/lib/ant/docs/* %i/lib/ant/docs/.htaccess %i/share/doc/%N/html + mv %i/lib/ant/docs/* %i/share/doc/%N/html mv %i/lib/ant/lib/README %i/share/doc/%N/README.lib rm %i/lib/ant/{INSTALL,KEYS,LICENSE,NOTICE,README,WHATSNEW} rmdir %i/lib/ant/docs # binaries install -d -m 755 %i/bin - cp -R ant/bin/* %i/bin + cp -R bin/* %i/bin rm -f %i/bin/*.bat rm -f %i/bin/*.cmd - - # Remove optional jars; these are provided by the ant-optional package - for package in antlr apache-bcel apache-bsf apache-log4j apache-oro apache-regexp apache-resolver commons-logging commons-net icontract jai javamail jdepend jmf jsch junit netrexx starteam stylebook swing trax vaj weblogic xalan1 xslp - do - rm -f %i/lib/ant/lib/ant-$package.jar - done - - # Remove all jUnit files - find %i -name \*junit\* -delete -<< -RuntimeVars: << - ANT_HOME: %p/lib/ant << -# DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW -Description: Java based build tool +RuntimeVars: ANT_HOME: %p/lib/ant +SplitOff: << + Package: ant-junit + Description: JUnit plugin for Ant + Depends: ant-base (>= %v-%r) + DocFiles: LICENSE* + Files: << + lib/ant/etc/junit* + lib/ant/lib/*junit* + << +<< +SplitOff2: << + Package: ant-optional + Description: Optional tasks for Ant + Depends: << + ant-base (>= 1.7.1-3), + antlr (>= 2.7.4-3), + bcel, + commons-logging, + commons-net, + jakarta-bsf (>= 2.3.0-3), + jakarta-oro (>= 2.0.7-1), + jakarta-regexp (>= 1.3-1), + javamail, + jdepend (>= 2.6-4), + jsch, + junit, + jzlib, + log4j, + netrexx, + xalan-j + << + DocFiles: LICENSE* + Files: << + lib/ant/lib/ant-antlr.* + lib/ant/lib/ant-apache-bcel.* + lib/ant/lib/ant-apache-bsf.* + lib/ant/lib/ant-apache-log4j.* + lib/ant/lib/ant-apache-oro.* + lib/ant/lib/ant-apache-regexp.* + lib/ant/lib/ant-apache-resolver.* + lib/ant/lib/ant-commons-logging.* + lib/ant/lib/ant-commons-net.* + lib/ant/lib/ant-jai.* + lib/ant/lib/ant-javamail.* + lib/ant/lib/ant-jdepend.* + lib/ant/lib/ant-jmf.* + lib/ant/lib/ant-jsch.* + lib/ant/lib/ant-netrexx.* + lib/ant/lib/ant-swing.* + << +<< +SplitOff3: << + Package: ant + Depends: << + ant-base (>= %v-%r), + ant-junit (>= %v-%r), + ant-optional (>= %v-%r) + << + DocFiles: LICENSE* +<< + +Homepage: http://ant.apache.org/ DescDetail: << Ant is different. Instead of a model where it is extended with shell based commands, it is extended using Java classes. Instead of writing @@ -76,5 +128,5 @@ InstallScript ;-) Removed *.bat and *.cmd in bin << -License: BSD -Homepage: http://ant.apache.org/ +<< + Index: antlr.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/antlr.info,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- antlr.info 8 Sep 2009 03:08:29 -0000 1.6 +++ antlr.info 1 Nov 2010 17:10:59 -0000 1.7 @@ -1,24 +1,31 @@ Package: antlr Version: 2.7.7 -Revision: 1003 -GCC: 4.0 +Revision: 1004 +Description: ANother Tool for Language Recognition +Type: java(1.5) +License: Public Domain Maintainer: Benjamin Reed <an...@fink.raccoonfink.com> + +Depends: system-java (>= 1.5-1) +BuildDepends: system-java-dev (>= 1.5-1) Conflicts: pccts +GCC: 4.0 + Source: http://www.antlr2.org/download/%n-%v.tar.gz Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090 -Type: java(1.5) -BuildDepends: system-java-dev (>= 1.5-1) -Depends: system-java (>= 1.5-1) + +UseMaxBuildJobs: true ConfigureParams: --disable-csharp CompileScript: << #!/bin/sh -ex export JAVAC=javac if [ -x /usr/bin/gcc-4.2 ]; then - export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2 + export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2 fi ./configure %c make docdir=%p/share/doc/%n extradir=%p/share/%n << + InstallScript: << #!/bin/sh -ex export JAVAC=javac @@ -36,9 +43,11 @@ # Copy examples and scripts cp -r examples scripts %i/share/doc/%n << -PostInstScript: ranlib %p/lib/libantlr.a JarFiles: %n/%n.jar -Description: ANother Tool for Language Recognition + +PostInstScript: ranlib %p/lib/libantlr.a + +Homepage: http://www.antlr.org DescDetail: << ANother Tool for Language Recognition (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, @@ -46,5 +55,4 @@ Java, C#, or C++ actions. ANTLR provides excellent support for tree construction, tree walking, and translation. << -License: Public Domain -Homepage: http://www.antlr.org + Index: javacc.info =================================================================== RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/javacc.info,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- javacc.info 17 Oct 2008 14:52:51 -0000 1.4 +++ javacc.info 1 Nov 2010 17:10:59 -0000 1.5 @@ -1,14 +1,27 @@ Package: javacc -Version: 4.1 +Version: 5.0 Revision: 1 +Description: Java Parser Generator Type: java(1.5) -BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 0.22.2-1), system-java-dev (>= 1.5-1) +License: BSD +Maintainer: Benjamin Reed <jav...@fink.raccoonfink.com> + Depends: system-java (>= 1.5-1) -Source: https://%n.dev.java.net/files/documents/17/108015/%n-%vsrc.tar.gz -Source-MD5: 84ed7416d71e4a9e156d16218dfa2b3e +BuildDepends: << + ant-base (>= 1.7.1-3), + ant-junit (>= 1.6.5-1), + fink (>= 0.29.7-1), + system-java-dev (>= 1.5-1) +<< + +Source: https://javacc.dev.java.net/files/documents/17/142527/%n-%vsrc.tar.gz +Source-MD5: 871d78a2a5859c2eebc712c1f8135be5 SourceDirectory: %n +PatchScript: perl -pi -e 's,<javac ,<javac source="1.5" target="1.5" ,g' build.xml + +UseMaxBuildJobs: true CompileScript: ant -Djavacc.root=`pwd` binary-distribution -JarFiles: dist/%n-%v/bin/lib/*.jar + InstallScript: << #!/bin/sh -ex @@ -27,12 +40,11 @@ install -d -m 755 %i/share/doc/%n mv dist/%n-%v/doc/* %i/share/doc/%n/ mv dist/%n-%v/examples %i/share/doc/%n/ - << +JarFiles: dist/%n-%v/bin/lib/*.jar DocFiles: LICENSE README + Homepage: http://javacc.dev.java.net/ -Maintainer: Benjamin Reed <jav...@fink.racoonfink.com> -Description: Java Parser Generator DescDetail: << Java Compiler Compiler [tm] (JavaCC [tm]) is the most popular parser generator for use with Java [tm] applications. A parser generator is @@ -42,4 +54,4 @@ capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. << -License: BSD + ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs