Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30815/10.4-transitional/unstable/main/finkinfo/devel
Modified Files:
ant-optional.info ecj.info
Added Files:
ant-contrib.info maven.info maven.patch
Log Message:
tons and tons of java package updates :)
Index: ecj.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/ecj.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ecj.info 27 Jun 2006 05:27:09 -0000 1.2
+++ ecj.info 30 Jun 2006 00:34:55 -0000 1.3
@@ -1,13 +1,13 @@
Package: ecj
Version: 3.1.2
-Revision: 22
+Revision: 23
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)
+Depends: system-java (>= 1.4-1)
+BuildDepends: system-java-dev (>= 1.4-1)
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
@@ -21,7 +21,7 @@
CompileScript: <<
#!/bin/sh -ev
- ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
+ ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml -DjavacSource=1.4
-DjavacTarget=1.4
<<
InstallScript: <<
Index: ant-optional.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/ant-optional.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ant-optional.info 30 Nov 2005 19:52:45 -0000 1.7
+++ ant-optional.info 30 Jun 2006 00:34:55 -0000 1.8
@@ -1,10 +1,10 @@
Package: ant-optional
Version: 1.6.5
-Revision: 5
+Revision: 6
Type: java(1.4)
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-BuildDepends: ant-base (>= %v-1), antlr (>= 2.7.5-2), bcel, jakarta-bsf (>=
2.3.0-3), log4j, jakarta-oro (>= 2.0.7-1), jakarta-regexp (>= 1.4-1), jsch,
jzlib, commons-logging, commons-net, javamail, jdepend (>= 2.6-4), netrexx,
xalan-j, stylebook, system-java-dev (>= 1.4-1)
-Depends: ant-base (>= %v-1), antlr (>= 2.7-1), bcel, jakarta-bsf (>= 2.3.0-3),
log4j, jakarta-oro (>= 2.0.7-1), jakarta-regexp (>= 1.3-1), jsch, jzlib,
commons-logging, commons-net, javamail, jdepend (>= 2.6-4), netrexx, xalan-j,
stylebook, system-java (>= 1.4-1)
+BuildDepends: ant-base (>= %v-1), antlr (>= 2.7.4-3), bcel, jakarta-bsf (>=
2.3.0-3), jdepend, log4j, jakarta-oro (>= 2.0.7-1), jakarta-regexp (>= 1.4-1),
jsch, jzlib, commons-logging, commons-net, javamail, jdepend (>= 2.6-4),
netrexx, xalan-j, stylebook, system-java-dev (>= 1.4-1)
+Depends: ant-base (>= %v-1), antlr (>= 2.7-1), bcel, jakarta-bsf (>= 2.3.0-3),
log4j, jakarta-oro (>= 2.0.7-1), jakarta-regexp (>= 1.3-1), jdepend, jsch,
jzlib, commons-logging, commons-net, javamail, jdepend (>= 2.6-4), netrexx,
xalan-j, stylebook, system-java (>= 1.4-1)
Conflicts: ant (<< 1.6.5-1)
Replaces: ant (<< 1.6.5-1)
--- NEW FILE: ant-contrib.info ---
Package: ant-contrib
Version: 1.0
Revision: 1
Type: java(1.4)
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
BuildDepends: ant-base (>= 1.6.5-1), bcel (>= 5.1-1), junit, system-java-dev
(>= 1.4-1)
Depends: ant-base (>= 1.6.5-1), bcel (>= 5.1-1), system-java (>= 1.4-1)
Source: mirror:sourceforge:%n/%n-%vb2-src.tar.bz2
Source-MD5: 9f4563dffa0050feb9946fb2433a880d
SourceDirectory: %n
CompileScript: ant dist -Ddep.available=true
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/share/doc/%N
mv build/dist/bin/docs/* %i/share/doc/%N/
<<
JarFiles: build/dist/bin/lib/*.jar
Description: Additional ant tasks
DocFiles: build/dist/bin/*.txt
DescDetail: <<
The Ant-Contrib project is a collection of tasks (and at one point maybe types
and other tools) for Apache Ant.
<<
License: BSD
Homepage: http://ant-contrib.sourceforge.net/
--- NEW FILE: maven.patch ---
diff -uNr maven-2.0.4/bin/mvn maven-2.0.4-new/bin/mvn
--- maven-2.0.4/bin/mvn 2006-04-10 17:11:00.000000000 -0400
+++ maven-2.0.4-new/bin/mvn 2006-06-27 15:44:12.000000000 -0400
@@ -26,8 +26,8 @@
done
-if [ -f /etc/mavenrc ] ; then
- . /etc/mavenrc
+if [ -f @FINKPREFIX@/etc/maven/mavenrc ] ; then
+ . @FINKPREFIX@/etc/maven/mavenrc
fi
if [ -f "$HOME/.mavenrc" ] ; then
@@ -90,8 +90,12 @@
cd "$saveddir"
# echo Using m2 at $M2_HOME
+
+ CLASSWORLDS_CONF=""
fi
+[ -z "$CLASSWORLDS_CONF" ] && CLASSWORLDS_CONF="${M2_HOME}/bin/m2.conf"
+
# For Cygwin, ensure paths are in UNIX format before anything is touched
if $cygwin ; then
[ -n "$M2_HOME" ] &&
@@ -140,7 +144,7 @@
exec "$JAVACMD" \
$MAVEN_OPTS \
-classpath "${M2_HOME}"/core/boot/classworlds-*.jar \
- "-Dclassworlds.conf=${M2_HOME}/bin/m2.conf" \
+ "-Dclassworlds.conf=$CLASSWORLDS_CONF" \
"-Dmaven.home=${M2_HOME}" \
${CLASSWORLDS_LAUNCHER} $QUOTED_ARGS
--- NEW FILE: maven.info ---
Package: maven
Version: 2.0.4
Revision: 1
Type: java(1.4)
Source: mirror:apache:%n/binaries/%n-%v-bin.tar.gz
Source-MD5: 419075d899236d745e9860408603d2cb
SourceDirectory: %n-%v
PatchScript: <<
sed -e 's,@FINKPREFIX@,%p,g' < %a/%n.patch | patch -p1
<<
Depends: system-java (>= 1.4-1)
CompileScript: echo "none needed"
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/etc/maven
echo "M2_HOME=%p/share/maven" > %i/etc/maven/mavenrc
echo "CLASSWORLDS_CONF=%p/etc/maven/m2.conf" >> %i/etc/maven/mavenrc
mv bin/m2.conf %i/etc/maven/
install -d -m 755 %i/bin
mv bin/m2 bin/mvn %i/bin/
rm -rf bin
chmod 755 %i/bin/*
install -d -m 755 %i/share/maven
mv conf core lib %i/share/maven/
<<
DocFiles: *.txt
Homepage: http://maven.apache.org/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Description: Software project management tool
DescDetail: <<
Maven is a software project management and comprehension tool.
Based on the concept of a project object model (POM), Maven can
manage a project's build, reporting and documentation from a
central piece of information.
<<
License: BSD
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