summaryrefslogtreecommitdiff
path: root/textproc/java2html (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-10Fix CONFLICTS entries of multiple portsStefan Eßer1-0/+3
There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2018-09-10Add DOCS options to ports that should have one.Mathieu Arnold1-0/+2
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov1-1/+1
Approved by: portmgr blanket
2015-05-14MASTER_SITES cleanup.Mathieu Arnold1-2/+1
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
2014-09-24Remove USE_AUTOTOOLSTijl Coosemans1-2/+1
2014-01-21* Convert to stagingMathieu Arnold3-16/+18
* Add license * Rename patch to follow makepatch naming Sponsored by: Absolight
2013-09-22Fix NO_STAGE attributionBaptiste Daroussin1-1/+1
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-5/+2
textproc)
2011-07-03-remove MD5Olli Hauer1-1/+0
2010-12-04Sync to new bsd.autotools.mkAde Lovett1-1/+1
2008-11-22- use DOCSDIRIon-Mihai Tetcu2-6/+7
- fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
2006-01-24SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett1-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.
2004-03-31SIZEify (maintainer timeout)Trevor Johnson1-0/+1
2004-03-14Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett1-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.
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
2001-02-21``Homepage:'' -> ``WWW:''Peter Pentchev1-1/+1
PR: 25256 Submitted by: maintainer
2001-02-05More style fixes for ports/textproc.Jimmy Olgeni1-1/+1
2000-05-28Update to version 0.9.2.Steve Price2-2/+2
2000-04-30Update to version 0.9.1.Steve Price3-8/+32
PR: 18183 Submitted by: maintainer
2000-04-09Update with the new PORTNAME/PORTVERSION variablesChris Piazza1-2/+2
1999-12-25Update to version 0.7.2.Steve Price3-3/+5
PR: 15562 Submitted by: maintainer
1999-09-28Update {java,perl}2html to 0.6.3Dan Moschuk2-2/+2
PR: ports/1400[34] Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
1999-05-29Update to version 0.6.1.Steve Price3-10/+10
PR: 11897 Submitted by: maintainer
1999-05-04Update to version 0.5.Steve Price4-15/+14
PR: 10885 Submitted by: maintainer
1999-05-03Initial import of java2html version 0.4.Steve Price6-0/+68
A Jave, C, and C++ to HTML converter. PR: 10885 Submitted by: Martin Kammerhofer <mkamm@gmx.net>