aboutsummaryrefslogtreecommitdiff
path: root/java/xdoclet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Add NO_ARCHDmitry Marakasov2015-08-281-1/+2
| | | | | | | | | - Don't install empty docdirs Approved by: portmgr blanket Notes: svn path=/head/; revision=395514
* Convert j* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347771
* - Stage supportAntoine Brodin2014-02-171-17/+7
| | | | | | | - Remove infozip dependency Notes: svn path=/head/; revision=344808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Assign a new maintainerHerve Quiroz2005-11-141-1/+1
| | | | Notes: svn path=/head/; revision=148180
* - Update to 1.2.3Herve Quiroz2005-11-131-10/+8
| | | | | | | | | | | - Add SHA256 checksum - Bump PORTEPOCH PR: 88909 Submitted by: Alex Vasylenko <lxv@omut.org> Notes: svn path=/head/; revision=148133
* - Update to bsd.java.mk 2.0Herve Quiroz2005-04-051-6/+8
| | | | | | | | | | - Use ${JAVAJARDIR} and %%JAVAJARDIR%% - Use %%EXAMPLESDIR%% - Use PORTDOCS (and honor NOPORTDOCS) - Add $FreeBSD$ tag in pkg-plist Notes: svn path=/head/; revision=132512
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-031-1/+1
| | | | Notes: svn path=/head/; revision=132381
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-231-1/+1
| | | | | | | | Reported by: kris Pointy hat to: me Notes: svn path=/head/; revision=85451
* 1) Include xjavadoc, which I had installed locally, and without whichSheldon Hearn2003-07-171-1/+11
| | | | | | | | | xdoclet doesn't work. 2) Remove empty stylesheets directory that was messing up packaging. Notes: svn path=/head/; revision=85065
* Update to 1.2b3, the last beta anticipated for the 1.2 release.Sheldon Hearn2003-07-101-1/+1
| | | | | | | Over 160 bugs fixed, including some really annoying ejb tag mishandling. Notes: svn path=/head/; revision=84591
* New port xdoclet (xdoclet-1.2b2):Sheldon Hearn2003-02-261-0/+43
XDoclet is a Java code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags. Notes: svn path=/head/; revision=76481