summaryrefslogtreecommitdiff
path: root/print/lprps-letter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix NOPORTDOCS=yes case.Hiroki Sato2008-10-052-29/+24
| | | | Notes: svn path=/head/; revision=221207
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* KATO mega patchEdwin Groothuis2003-09-271-5/+5
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-3/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Accidental whitespaceChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27421
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-5/+5
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Live with the single warning fixed previously so that this builds againSteve Price1999-06-221-17/+4
| | | | | | | on the Alpha. Notes: svn path=/head/; revision=19652
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toSatoshi Asami1998-11-201-38/+10
| | | | | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. Notes: svn path=/head/; revision=14709
* Make thise ports use LOOP_VAR and LOOP_OPTIONS for PAPERSIZE. WhileSatoshi Asami1998-10-301-2/+4
| | | | | | | | I'm here, make a2ps43's Makefile detect the missing PAPERSIZE correctly, and add -${PAPERSIZE} in lprps's PKGNAME. Notes: svn path=/head/; revision=14259
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+2
| | | | Notes: svn path=/head/; revision=14111
* Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1998-08-191-5/+0
| | | | Notes: svn path=/head/; revision=12653
* Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change toSatoshi Asami1997-11-101-1/+2
| | | | | | | | | | | | bsd.port.mk that will be committed soon, this will disable automatic package building when PACKAGE_BUILDING is defined (so they can be built from separate scripts). These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is not defined). Notes: svn path=/head/; revision=8563
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Update the INSTALL doc for 44BSD systems rather than old 4.3BSD.David E. O'Brien1997-05-251-0/+64
| | | | Notes: svn path=/head/; revision=6554
* Cleaned up install output.David E. O'Brien1997-05-251-20/+23
| | | | Notes: svn path=/head/; revision=6553
* Call sendmail by it's proper name.David E. O'Brien1997-01-291-6/+46
| | | | | | | | | Quiet two compile warnings. Submitted by: Jeremy Prior <jez@netcraft.co.uk> (+additions by me) Notes: svn path=/head/; revision=5465
* Lprps is a collection of programs for using lpr with a PostScript printer.David E. O'Brien1996-11-259-0/+186
(it used to be mentioned in the Handbook in the printing chapter) Notes: svn path=/head/; revision=4652