ant-optional stable port information

Package: ant-optional
Version: 1.7.0
Revision: 2
Type: java(1.4)
Maintainer: Benjamin Reed
BuildDepends: <<
ant-base (>= %v-1),
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.4-1),
javamail,
jdepend (>= 2.6-4),
jsch,
junit,
jzlib,
log4j,
netrexx,
stylebook,
xalan-j,
system-java-dev (>= 1.4-1)
<<
Depends: <<
ant-base (>= %v-1),
antlr (>= 2.7-1),
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,
stylebook,
xalan-j,
system-java (>= 1.4-1)
<<
Conflicts: ant (<< 1.6.5-1)
Replaces: ant (<< 1.6.5-1)

CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
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:apache:ant/source/apache-ant-%v-src.tar.bz2
Source-MD5: 22b378e27ab300e4d73bf09d91c7e2a6
SourceDirectory: apache-ant-%v
CompileScript: <<
#!/bin/sh -ex

./build.sh -Ddist.name=ant -Dchmod.fail=false dist
<<
InstallScript: <<
#!/bin/sh -ex

mkdir -p %i/lib/ant/lib
for package in antlr apache-bcel apache-bsf apache-log4j apache-oro apache-regexp apache-resolver commons-logging commons-net jdepend javamail jmf jsch netrexx starteam stylebook swing trax vaj weblogic
do
if [ -f "ant/lib/ant-$package.jar" ]; then
install -c -m 644 ant/lib/ant-$package.jar %i/lib/ant/lib/
else
echo "warning: ant-$package.jar was missing"
fi
done
<<
SplitOff: <<
Package: ant
Depends: ant-base (>= %v-1), ant-optional (>= %v-%r)
DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
<<
Description: Optional tasks for Ant
DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
DescDetail: <<
This package supplies the JAR files for Ant's optional tasks.
<<
DescPort: <<
Some of these optional tasks require external jar files that are not necessarily
part of your Fink installation. To use them, you may need to get these extra
depedencies and put them in your CLASSPATH.

starteam (needs com.starbase.util.Platform)
vaj (needs com.ibm.ivj.util.base.Workspace)
weblogic (needs weblogic.ejbc, weblogic.ejb.utils.DDCreator, and weblogic.Server)

Also, note that none of the possible script engines are specified here as
dependencies, even if they are available in Fink. This is due to a circular
dependency in Rhino (which depends on xmlbeans, which in turn depends on this
package).

For now, you cannot assume that any of the script engines are available, since
users may have already built this package without the script engine installed.
If you need it, contact me and maybe we can figure out a way to get things
working. :)
<<
License: BSD
Homepage: http://ant.apache.org/

ant-optional _unstable_ port information

Package: ant-optional
Version: 1.7.0
Revision: 2
Type: java(1.4)
Maintainer: Benjamin Reed
BuildDepends: <<
ant-base (>= %v-1),
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.4-1),
javamail,
jdepend (>= 2.6-4),
jsch,
junit,
jzlib,
log4j,
netrexx,
stylebook,
xalan-j,
system-java-dev (>= 1.4-1)
<<
Depends: <<
ant-base (>= %v-1),
antlr (>= 2.7-1),
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,
stylebook,
xalan-j,
system-java (>= 1.4-1)
<<
Conflicts: ant (<< 1.6.5-1)
Replaces: ant (<< 1.6.5-1)

CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
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:apache:ant/source/apache-ant-%v-src.tar.bz2
Source-MD5: 22b378e27ab300e4d73bf09d91c7e2a6
SourceDirectory: apache-ant-%v
CompileScript: <<
#!/bin/sh -ex

./build.sh -Ddist.name=ant -Dchmod.fail=false dist
<<
InstallScript: <<
#!/bin/sh -ex

mkdir -p %i/lib/ant/lib
for package in antlr apache-bcel apache-bsf apache-log4j apache-oro apache-regexp apache-resolver commons-logging commons-net jdepend javamail jmf jsch netrexx starteam stylebook swing trax vaj weblogic
do
if [ -f "ant/lib/ant-$package.jar" ]; then
install -c -m 644 ant/lib/ant-$package.jar %i/lib/ant/lib/
else
echo "warning: ant-$package.jar was missing"
fi
done
<<
SplitOff: <<
Package: ant
Depends: ant-base (>= %v-1), ant-optional (>= %v-%r)
DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
<<
Description: Optional tasks for Ant
DocFiles: INSTALL KEYS LICENSE* NOTICE README WHATSNEW
DescDetail: <<
This package supplies the JAR files for Ant's optional tasks.
<<
DescPort: <<
Some of these optional tasks require external jar files that are not necessarily
part of your Fink installation. To use them, you may need to get these extra
depedencies and put them in your CLASSPATH.

starteam (needs com.starbase.util.Platform)
vaj (needs com.ibm.ivj.util.base.Workspace)
weblogic (needs weblogic.ejbc, weblogic.ejb.utils.DDCreator, and weblogic.Server)

Also, note that none of the possible script engines are specified here as
dependencies, even if they are available in Fink. This is due to a circular
dependency in Rhino (which depends on xmlbeans, which in turn depends on this
package).

For now, you cannot assume that any of the script engines are available, since
users may have already built this package without the script engine installed.
If you need it, contact me and maybe we can figure out a way to get things
working. :)
<<
License: BSD
Homepage: http://ant.apache.org/