aboutsummaryrefslogtreecommitdiff
path: root/java/xdoclet
Commit message (Collapse)AuthorAgeFilesLines
* Assign a new maintainerHerve Quiroz2005-11-141-1/+1
| | | | Notes: svn path=/head/; revision=148180
* - Update to 1.2.3Herve Quiroz2005-11-133-45/+148
| | | | | | | | | | | - 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-052-1040/+450
| | | | | | | | | | - 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
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* 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-173-3/+14
| | | | | | | | | 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-103-406/+165
| | | | | | | 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-264-0/+1334
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