Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9814/main/finkinfo/devel

Modified Files:
        ecj.info 
Log Message:
new upstream

Index: ecj.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ecj.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ecj.info    30 Jun 2006 00:34:54 -0000      1.3
+++ ecj.info    25 Mar 2008 15:27:39 -0000      1.4
@@ -1,40 +1,56 @@
 Package: ecj
-Version: 3.1.2
-Revision: 1023
+Version: 3.2.2
+Revision: 1
 Description: Eclipse Compiler for Java
-Type: java
+Type: java (1.5)
 License: OSI-Approved
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: system-java (>= 1.4-1)
-BuildDepends: system-java-dev (>= 1.4-1)
+Depends: system-java (>= 1.5-0)
+BuildDepends: <<
+       ant-base,
+       system-java-dev (>= 1.5-0)
+<<
 
 CustomMirror: <<
-       nam-US: http://ranger.befunk.com/fink
-       nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
-       nam-CA: http://www.southofheaven.net/befunk
+       asi-CN: http://download.actuatechina.com/eclipse/eclipse/downloads/drops
+       asi-TW: http://ftp.cs.pu.edu.tw/pub/eclipse/downloads/drops
+       eur-MK: http://eclipse.netcetera.com.mk/downloads/drops
+       eur-MK: http://eclipse.panton.com.mk/downloads/drops
+       nam-US: 
http://ftp.us.xemacs.org/pub/mirrors/eclipse/eclipse/downloads/drops
+       nam-US: 
http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops
 <<
-Source: mirror:custom:%n-%v.tar.bz2
 NoSourceDirectory: true
-Source-MD5: c5790d3f1b5cc4f120ec0ce385672408
+Source: mirror:custom:R-%v-200702121330/%nsrc.zip
+Source-MD5: f9d7b548658c84231b00fada8d4b4f1b
+SourceRename: %n-%v.zip
 
 CompileScript: <<
-#!/bin/sh -ev
+  
+  # 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
 
-  ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml -DjavacSource=1.4 
-DjavacTarget=1.4
+  # 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: <<
-#!/bin/sh -ev
-
   install -d -m 755 %i/bin
-cat <<END >%i/bin/ecj
-#!/bin/sh -e
-java -cp %p/share/java/%n/ecj.jar org.eclipse.jdt.internal.compiler.batch.Main 
"\$@"
-END
+  echo \#\!'/bin/sh -e' >> %i/bin/ecj
+  echo 'java -Xmx768M -cp %p/share/java/%n/ecj.jar 
org.eclipse.jdt.internal.compiler.batch.Main "$@"' >> %i/bin/ecj
   chmod 755 %i/bin/ecj
 <<
-JarFiles: jdtcoresrc/ecj.jar
+JarFiles: ecj.jar
+DocFiles: about.html
 
 Homepage: http://www.eclipse.org/
 DescDetail: Ecj is the Java bytecode compiler of the Eclipse Project.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to