aboutsummaryrefslogtreecommitdiff
path: root/textproc/java2html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76042
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update to version 0.9.2.Steve Price2000-05-281-1/+1
| | | | Notes: svn path=/head/; revision=28827
* Update to version 0.9.1.Steve Price2000-04-301-1/+1
| | | | | | | | PR: 18183 Submitted by: maintainer Notes: svn path=/head/; revision=28131
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Update to version 0.7.2.Steve Price1999-12-251-2/+2
| | | | | | | | PR: 15562 Submitted by: maintainer Notes: svn path=/head/; revision=24017
* Update {java,perl}2html to 0.6.3Dan Moschuk1999-09-281-1/+1
| | | | | | | | PR: ports/1400[34] Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Notes: svn path=/head/; revision=22032
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Update to version 0.6.1.Steve Price1999-05-291-2/+2
| | | | | | | | PR: 11897 Submitted by: maintainer Notes: svn path=/head/; revision=19069
* Update to version 0.5.Steve Price1999-05-041-5/+5
| | | | | | | | PR: 10885 Submitted by: maintainer Notes: svn path=/head/; revision=18480
* Initial import of java2html version 0.4.Steve Price1999-05-031-0/+28
A Jave, C, and C++ to HTML converter. PR: 10885 Submitted by: Martin Kammerhofer <mkamm@gmx.net> Notes: svn path=/head/; revision=18375