aboutsummaryrefslogtreecommitdiff
path: root/print/html2latex
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-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 Notes: svn path=/head/; revision=386312
* Change the master site to my FreeBSD directory.Joerg Wunsch2014-08-091-2/+2
| | | | Notes: svn path=/head/; revision=364415
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-293-1/+1
| | | | Notes: svn path=/head/; revision=363322
* Stagify.Vanilla I. Shu2014-07-073-29/+11
| | | | | | | Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=361082
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* 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
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27421
* Shelder the next homeless... Distfile also resurrected from an oldJoerg Wunsch2000-02-191-1/+1
| | | | | | | CD-ROM. Notes: svn path=/head/; revision=26016
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-232-3/+5
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Include <unistd.h> if __FreeBSD__ >= 3. I didn't see any easier waySatoshi Asami1997-03-281-1/+5
| | | | | | | to get the BSD macro. Notes: svn path=/head/; revision=6047
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-2/+2
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* Typo in CATEGORIES.Satoshi Asami1996-07-121-2/+2
| | | | | | | Pointed out by: John Fieber <jfieber@indiana.edu> Notes: svn path=/head/; revision=3375
* Change category ( "printing" -> "print").Satoshi Asami1996-07-061-2/+2
| | | | Notes: svn path=/head/; revision=3318
* html2latex, a simple converter to make HTML files printable.Joerg Wunsch1996-04-128-0/+282
(I've made sure and got an explicit permission from the author for redistribution.) Notes: svn path=/head/; revision=2994