FreshPorts -- The Place For Ports Sat, 17 May 2008 5:22 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
apache-ant 1.7.0_1 devel on this many watch lists=90 search for ports that depend on this port
Java- and XML-based build tool, conceptually similar to make
Maintained by: java@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Aug 2003 14:12:49
Also Listed In: java


Apache Ant, a Java-based build tool, conceptually similar to make.

Ant uses XML build files that defines a set of targets. Each target
has dependencies (other targets) and contains a set of tasks to
perform.

There are tasks for various things, like compiling ("javac"),
copying ("copy"), deleting ("delete"), executing other programs
("java", "exec", "execon", etc.), stylesheet transformations
("style") and so on.

WWW: http://ant.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: java/javavmwrapper, java/diablo-jdk15

To install the port: cd /usr/ports/devel/apache-ant/ && make install clean
To add the package: pkg_add -r apache-ant


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2005-10-10
    Affects: users of devel/apache-ant
    Author: hq@FreeBSD.org
    Reason: 
      The Ant launcher script now uses javavmwrapper to pick a suitable JDK. Hence
      it is no longer needed to define JAVA_HOME for Ant to run. You may rather use
      and combination of JAVA_VERSION, JAVA_OS and JAVA_VENDOR. See javavm(1) for
      further information. However, you may still override this behavior using
      JAVACMD.
    
      The ANT_INCLUDE_SHARED_JARS variable used to be effective only when set to
      "YES" (case sensitive). It is now a defined/undefined switch and thus will be
      effective if defined, regardless of its value.
    
    

  • 2004-07-26
    Affects: users of devel/apache-ant
    Author: glewis@FreeBSD.org
    Reason: 
      The update to Ant 1.6.2 introduces the following changes which may break
      older environments, according to the 1.6.2 release notes:
    
      . The import task used the canonical version of a file path. This
        has been changed to use the absolute path. Bugzilla 28505.
      . ant-xalan2.jar has been removed since the only class contained
        in it didn't depend on Xalan-J 2 at all. Its sole dependency has
        always been TraX and so it has been merged into ant-trax.jar.
      . All exceptions thrown by tasks are now wrapped in a buildexception
        giving the location in the buildfile of the task.
      . Nested elements for namespaced tasks and types may belong to
        the Ant default namespace as well as the task's or type's namespace.
      . <junitreport> will very likely no longer work with Xalan-J 1.
    
    
Port Moves

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 May 2007 21:32:57
Original commit files touched by this commit  1.7.0_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
07 Mar 2007 22:32:45
Original commit files touched by this commit  1.7.0
hq search for other commits by this committer
Update to 1.7.0

PR:             108070
Submitted by:   David King <ketralnis@ketralnis.com>
06 Sep 2006 22:52:18
Original commit files touched by this commit  1.6.5_2
hq search for other commits by this committer
- Install data files in DATADIR=${JAVASHAREDIR}/${PORTNAME}
- Install documentation files in ${DOCSDIR}
- Use PORTDOCS to reduce pkg-plist size
- Bump PORTREVISION

Reviewed by:    glewis
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.6.5_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
23 Oct 2005 13:07:52
Original commit files touched by this commit  1.6.5_1
nork search for other commits by this committer
New style bsd.java.mk.

Pointed out by: hq
11 Oct 2005 17:36:30
Original commit files touched by this commit  1.6.5_1
hq search for other commits by this committer
Add a mirror for the man page distribution on MASTER_SITE_LOCAL as the former
server is experiencing trouble on regular basis lately.
10 Oct 2005 15:38:42
Original commit files touched by this commit  1.6.5_1
hq search for other commits by this committer
- Improve launcher script:
    - Use 'java' command from javavmwrapper [1]
    - ANT_INCLUDE_SHARED_JARS is now a defined/undefined switch rather than a
      YES/whatever check
    - Use SUB_FILES to configure (files/ant -> files/ant.sh.in)
- ECHO_CMD -> ECHO_MSG
- Use MAN1PREFIX and MAN5PREFIX
- Cleanup port and launcher script
- Bump PORTREVISION

PR:             86902 [1]
Submitted by:   Panagiotis Astithas <past@ebs.gr> [1]
Reviewed by:    glewis
11 Jul 2005 02:45:40
Original commit files touched by this commit  1.6.5
hq search for other commits by this committer
Fix plist from last commit (and buy myself a brand new pointy hat...)
11 Jul 2005 02:31:20
Original commit files touched by this commit  1.6.5
hq search for other commits by this committer
Update to 1.6.5
25 May 2005 16:00:13
Original commit files touched by this commit  1.6.2
hq search for other commits by this committer
- Handle NOPORTDOCS in pkg-plist
- Install man pages unconditionally

PR:             81271
Submitted by:   Bjoern Koenig <bkoenig@cs.tu-berlin.de>
03 Dec 2004 16:25:40
Original commit files touched by this commit  1.6.2
hq search for other commits by this committer
Assign maintainership to java@FreeBSD.org as this port is a critical piece
of infrastructure for a lot of java based ports.

Approved by:    glewis
03 Dec 2004 01:01:34
Original commit files touched by this commit  1.6.2
hq search for other commits by this committer
Reset znerd's ports maintainership:

- All JDK ports (and JDK documentation ports) that were formerly maintained by
  znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
  and xmlenc)
- Everything else is reset to ports@FreeBSD.org

Approved by:    znerd (maintainer)
26 Jul 2004 19:43:30
Original commit files touched by this commit  1.6.2
glewis search for other commits by this committer
. Update to 1.6.2.  The submitter's patches were used and in addition I
  fixed the packing list and removed PORTREVISION.
. Use ${MASTER_SITE_APACHE} to simplify (and expand) the MASTER_SITE list.

PR:             69600 [1]
Submitted by:   Sean O'Connell <oconnell@soe.ucsd.edu> [1]
03 Apr 2004 12:30:54
Original commit files touched by this commit  1.6.1_1
znerd search for other commits by this committer
- fixed the location of EXTRACT_ONLY in Makefile so now
  portlint does not complain
- changed the 'ant(1)' script so that it now uses the
  'classpath' command provided by java/javavmwrapper
  (command added recently)

PR:             65063
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
16 Feb 2004 08:08:50
Original commit files touched by this commit  1.6.1
znerd search for other commits by this committer
Update to Apache Ant 1.6.1.

Requested by:   Mike Berning <meb@cinci.rr.com>
                Peter Schultz <pmes@bis.midco.net>
                leafy <leafy@leafy.idv.tw>
PR:             62893
12 Jan 2004 13:40:00
Original commit files touched by this commit  1.6.0_2
znerd search for other commits by this committer
Fixed 'ant' shell script. Previously the '-lib' option did not
work correctly.

Bumped PORTREVISION.
06 Jan 2004 07:16:47
Original commit files touched by this commit  1.6.0_1
znerd search for other commits by this committer
By default disable FreeBSD-specific behaviour to include all
JAR files in ${PREFIX}/share/java/classes in the CLASSPATH.
To re-enable the non-compatible behaviour, set
ANT_INCLUDE_SHARED_JARS to YES (case-sensitive).

The old, non-compatible behaviour has been a cause of much
discussion and frustration.

Bumped PORTREVISION.

See:
http://lists.freebsd.org/pipermail/freebsd-java/2003-September/000744.html

Requested by:   Jonathan Chen <jonc@chen.org.nz> and others
22 Dec 2003 07:26:21
Original commit files touched by this commit  1.6.0
znerd search for other commits by this committer
Update to Apache Ant 1.6.0.
20 Nov 2003 00:24:02
Original commit files touched by this commit  1.5.4_1
glewis search for other commits by this committer
. Install the etc directory.  Various documentation refers to files in
  this directory.

PR:             58450
Submitted by:   Remco van 't Veer <rwvtveer@xs4all.nl>
Approved by:    znerd (maintainer)
13 Nov 2003 21:12:28
Original commit files touched by this commit  1.5.4_1
glewis search for other commits by this committer
. Add missing -n so that manpages message is consistent with other
  install messages.
25 Sep 2003 10:40:14
Original commit files touched by this commit  1.5.4_1
znerd search for other commits by this committer
Now installs man page for Ant.
Bumped PORTREVISION.

PR:             44335
Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
14 Aug 2003 14:12:07
Original commit files touched by this commit  1.5.4
znerd search for other commits by this committer
Update to Apache Ant 1.5.4.

This is a minor bugfix release that fixes a problem with the javah task on JDK
1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If
you don't use javah or VAJ, there is no reason to upgrade.

See:
http://ant.apache.org/antnews.html

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.429 seconds.