summaryrefslogtreecommitdiff
path: root/print/gp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $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
* Fixed MASTER_SITESSatoshi Taoka1999-03-132-4/+3
| | | | | | | | PR: ports/10218 Submitted by: Michael Haro mharo@area51.fremont.ca.us Notes: svn path=/head/; revision=17163
* Use a4 size if compiling for Japanese, letter otherwise.Satoshi Asami1998-11-201-2/+6
| | | | Notes: svn path=/head/; revision=14711
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* Update to 2.5p2.Steve Price1998-08-245-91/+129
| | | | | | | | PR: 7690 Submitted by: maintainer Notes: svn path=/head/; revision=12773
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* definition of CATEGORIES was wrong. Because of this, ja-gp-XX has notJun-ichiro itojun Hagino1998-06-041-2/+2
| | | | | | | | | | been listed in "japanese" category. PR: 6669 Submitted by: Sada Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=11251
* port update, to let it build correctly.Jun-ichiro itojun Hagino1998-04-184-47/+57
| | | | | | | PR: 6110 Notes: svn path=/head/; revision=10562
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Unmark broken, packaging works now.Satoshi Asami1998-02-181-3/+1
| | | | Notes: svn path=/head/; revision=9791
* remove some filter files to make it packageAndreas Klemm1998-02-161-6/+0
| | | | | | | | dunno, how exactly I produced these files after installation and testing of the package ... Notes: svn path=/head/; revision=9765
* Mark this port broken, doesn't package. (I put BROKEN in the beginning,Satoshi Asami1998-02-161-1/+3
| | | | | | | | not because I'm overly annoyed or anything but because this Makefile has so many special case variables I didn't know where to stick it.) Notes: svn path=/head/; revision=9753
* import of new port GP.Andreas Klemm1998-02-148-0/+201
A GUI printer manager written with TCL/TK. Is able to preview and convert file types before print. Looks nice. Notes: svn path=/head/; revision=9720