aboutsummaryrefslogtreecommitdiff
path: root/devel/jakarta-ant
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra item from pkg-plist. Bumped PORTREVISION.Ernst de Haan2003-05-152-1/+1
| | | | | | | Provided by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=81022
* Upgrade from 1.5.3 to 1.5.3-1.Ernst de Haan2003-04-222-4/+3
| | | | | | | | | | | | Reported by: Sergiy Vyshnevetskiy <serg@vostok.net> Shawn O'Connor <soconnor@peopleview.net> Cliff L. Biffle <cbiffle@safety.net> Jim Bloom <bloom@acm.org> Matthew Juszczak <matt@atopia.net> Daniel Mueller <mue.da@gmx.de> Notes: svn path=/head/; revision=79446
* Installing in ${PREFIX}/ant. No version number in target directory nameErnst de Haan2003-04-161-1/+2
| | | | | | | | | | anymore. Bumped PORTREVISION. Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 50982 Notes: svn path=/head/; revision=79057
* Upgrade to 1.5.3.Ernst de Haan2003-04-103-2/+4
| | | | | | | PR: 50758 Notes: svn path=/head/; revision=78688
* Upgrade to 1.5.2. From this version on, this tool is calledErnst de Haan2003-03-314-15/+51
| | | | | | | 'Apache Ant' instead of 'Jakarta Ant'. Notes: svn path=/head/; revision=77836
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fixing previous commit. The antRun script should go in the 'bin'Ernst de Haan2003-02-282-3/+5
| | | | | | | | | | | subdirectory of the port installation directory, not in ${PREFIX}/bin. Bumped PORTREVISION. Indicated by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=76617
* Now installing the antRun script again, in ${PREFIX}/bin.Ernst de Haan2003-02-272-3/+5
| | | | | | | | | | | | | | Bumped PORTREVISION. The antRun script was incorrectly removed from the list of installed files in the following commit: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/jakarta-ant/Makefile.diff?r1=1.17&r2=1.18&f=h Indicated by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=76573
* Packing list incorrectly listed jaxp.jar and crimson.jar.Ernst de Haan2003-02-051-2/+0
| | | | | | | | Submitted by: Akifyev Sergey <asa@gascom.ru> PR: 47720 Notes: svn path=/head/; revision=74835
* Not installing bin/ directory anymore. Only installingErnst de Haan2002-10-182-10/+4
| | | | | | | | the 'ant' script in #{PREFIX}/bin/ant Bumped PORTREVISION. Notes: svn path=/head/; revision=68297
* Not installing symlinks anymore. This is not necessary anymore,Ernst de Haan2002-10-181-6/+1
| | | | | | | | | | | | | since the ant shell script now looks in ${PREFIX}/share/java/classes self. Bumped PORTREVISION. PR: 43951 Requested by: Ken Gunderson <kgunders@teamcool.net> Notes: svn path=/head/; revision=68266
* Using FreeBSD-specific shell script. This shell script includes allErnst de Haan2002-10-113-32/+148
| | | | | | | | | JAR files in ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant. Bumped PORTREVISION. Notes: svn path=/head/; revision=67816
* Upgrade to Jakarta Ant 1.5.1.Ernst de Haan2002-10-093-3/+4
| | | | | | | | | | See: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/README PR: 43859 Notes: svn path=/head/; revision=67714
* Upgrade to 1.5.0.Ernst de Haan2002-08-053-6/+8
| | | | Notes: svn path=/head/; revision=64033
* Added ${MASTER_SITE_LOCAL} to the download locations.Ernst de Haan2002-06-241-1/+3
| | | | Notes: svn path=/head/; revision=61878
* Now installing in ${PREFIX}/${PORTNAME}-${PORTVERSION}Ernst de Haan2002-06-241-1/+2
| | | | | | | | instead of in ${PREFIX}/${DISTNAME}. Bumped PORTREVISION. Notes: svn path=/head/; revision=61877
* Upgrade to Ant 1.5.0.b3.Ernst de Haan2002-06-243-3/+9
| | | | Notes: svn path=/head/; revision=61876
* Upgrade from 1.5.0.b1 to 1.5.0.b2.Ernst de Haan2002-06-033-11/+20
| | | | | | | | See: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/ Notes: svn path=/head/; revision=60532
* Upgrade to 1.5.0 beta 1.Ernst de Haan2002-05-214-640/+941
| | | | | | | | | | | | The port now installs into ${PREFIX} instead of ${PREFIX}/share/java since this is an application, not a library. For a list of changes, see: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/ Notes: svn path=/head/; revision=59643
* Installing relative symlinks instead of absolute ones.Ernst de Haan2002-05-071-5/+4
| | | | | | | | | | Bumped PORTREVISION. Submitted by: Christopher Elkins <chrise@scardini.com> PR: 32546 Notes: svn path=/head/; revision=58654
* Now uses ${USE_JAVA} and ${FIND}.Ernst de Haan2002-04-132-14/+65
| | | | | | | | | | | | Using ${SED} i.s.o. ${PERL} for replacements. Made the output of the make process friendlier. Fixed the problem that JAVA_HOME had to be set. Bumped PORTREVISION. PR: 32382 Notes: svn path=/head/; revision=57657
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵Ernst de Haan2001-11-271-3/+3
| | | | | | | | | znerd@FreeBSD.org Approved by: sobomax Notes: svn path=/head/; revision=50645
* upgrade to 1.4.1Ying-Chieh Liao2001-10-243-689/+691
| | | | | | | | PR: 31314 Submitted by: maintainer Notes: svn path=/head/; revision=49174
* Maintainer update: Jakarta Ant 1.4Patrick S. Gardella2001-09-133-512/+769
| | | | | | | | PR: 30549 Submitted by: maintainer Notes: svn path=/head/; revision=47797
* - make the ant program actually work if no JAVA_HOME is set (make the defaultPete Fritchman2001-08-261-0/+4
| | | | | | | | | | | java command the javavm wrapper). - bump portrevision PR: 27073 Submitted by: maintainer Notes: svn path=/head/; revision=46922
* depends on something else in jakarta-antYing-Chieh Liao2001-05-241-1/+1
| | | | | | | | PR: 26820 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=43010
* Add Ant-1.3, a Java based build tool, from Jakarta Project.OKAZAKI Tetsurou2001-04-035-0/+577
Among four submissions, this commit based on the port sent by Ernst de Haan <ernst@jollem.com> at ports/24291. PR: 21435, 23368, 24291 Submitted by: Leo Kim <leo@florida.sarang.net>, Dave Glowacki <dglo@ssec.wisc.edu>, Sean Blakey <sean@beastie.bellevue.virtualtek.com>, Ernst de Haan <ernst@jollem.com> Also thanks to: Palle Girgensohn <girgen@partitur.se>, Richard Stockley <rws@procopia.demon.co.uk>, Kees Jan Koster <kjkoster@kjkoster.org> Notes: svn path=/head/; revision=40780