summaryrefslogtreecommitdiff
path: root/x11-fonts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-6/+6
| | | | Notes: svn path=/head/; revision=4575
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* trim the DESCR's to something reasonable at Satoshi's request.Eric L. Hernes1996-10-161-23/+1
| | | | Notes: svn path=/head/; revision=4011
* Version number is always required for package.Satoshi Asami1996-08-311-1/+3
| | | | Notes: svn path=/head/; revision=3729
* Remove "getbdf - " from front of one-liner.Satoshi Asami1996-08-311-1/+1
| | | | Notes: svn path=/head/; revision=3728
* Add USE_X11Andrey A. Chernov1996-08-301-1/+2
| | | | Notes: svn path=/head/; revision=3727
* Convert any X server font to .bdf formatAndrey A. Chernov1996-08-307-0/+84
| | | | Notes: svn path=/head/; revision=3725
* Variable reordering. Move NO_WRKSUBDIR and USE_X11 to theSatoshi Asami1996-08-171-4/+4
| | | | | | | "miscellaneous bsd.port.mk variables" section after MAINTAINER. Notes: svn path=/head/; revision=3630
* New port for `freefonts' a bunch of free type-1 fonts for X11Eric L. Hernes1996-08-166-0/+162
| | | | Notes: svn path=/head/; revision=3619
* Convert from ncftp to fetch. I'm not really happy with this portsGary Palmer1996-06-261-2/+2
| | | | | | | | | do-fetch: routine, as it doesn't check the return value of fetch (or ncftp when it was in there), but I'm not about to start hacking this late in the game. Notes: svn path=/head/; revision=3291
* Add a pre-clean target to delete the "src" subdirectory, which is aSatoshi Asami1996-03-071-1/+4
| | | | | | | staging area to create the tarball during fetch. Notes: svn path=/head/; revision=2794
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+4
| | | | Notes: svn path=/head/; revision=2372
* Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami1995-08-146-0/+253
| | | | | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> Notes: svn path=/head/; revision=2055
* Updated for new bsd.port.mk.Satoshi Asami1995-04-221-2/+2
| | | | Notes: svn path=/head/; revision=1484
* And now the rest of the x11 ports Makefiles.Satoshi Asami1995-04-121-5/+8
| | | | Notes: svn path=/head/; revision=1352
* Pipe output of tar to "gzip --best" to ensure we get the exact sameSatoshi Asami1995-04-011-2/+3
| | | | | | | tar.gz file every time. Notes: svn path=/head/; revision=1271
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Add code to get the MASTER_SITE_OVERRIDE working for the fetch target.Andreas Schulz1995-02-121-3/+6
| | | | Notes: svn path=/head/; revision=960
* Set MAKE_FLAGS so that `make PREFIX=...' works as expected.Jean-Marc Zucconi1995-02-121-1/+2
| | | | Notes: svn path=/head/; revision=955
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofGary Palmer1994-12-121-2/+1
| | | | | | | these need to have INSTALL_MANPAGES= yes anymore. Notes: svn path=/head/; revision=558
* xfed, a program to edit .bdf files. This stuff is so old, I couldn'tSatoshi Asami1994-12-084-0/+48
find a site that has a tarball of the latest sources so I had to write my own "fetch:" target to get the files and tar them up. Maybe we can add a rule like this to bsd.port.mk. Interested parties please take a look at the Makefile. Notes: svn path=/head/; revision=543