Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim the DESCR's to something reasonable at Satoshi's request. | erich | 1996-10-16 | 1 | -23/+1 |
| | |||||
* | Version number is always required for package. | asami | 1996-08-31 | 1 | -1/+3 |
| | |||||
* | Remove "getbdf - " from front of one-liner. | asami | 1996-08-31 | 1 | -1/+1 |
| | |||||
* | Add USE_X11 | ache | 1996-08-31 | 1 | -1/+2 |
| | |||||
* | Convert any X server font to .bdf format | ache | 1996-08-31 | 7 | -0/+84 |
| | |||||
* | Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the | asami | 1996-08-17 | 1 | -4/+4 |
| | | | | "miscellaneous bsd.port.mk variables" section after MAINTAINER. | ||||
* | New port for `freefonts' a bunch of free type-1 fonts for X11 | erich | 1996-08-16 | 6 | -0/+162 |
| | |||||
* | Convert from ncftp to fetch. I'm not really happy with this ports | gpalmer | 1996-06-27 | 1 | -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. | ||||
* | Add a pre-clean target to delete the "src" subdirectory, which is a | asami | 1996-03-07 | 1 | -1/+4 |
| | | | | staging area to create the tarball during fetch. | ||||
* | Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a | asami | 1995-11-09 | 1 | -1/+1 |
| | | | | lot of ports or what! ;> | ||||
* | added myself as MAINTAINER | erich | 1995-10-29 | 1 | -1/+4 |
| | |||||
* | Various plan9 utilities. It's such a complete collection, I'm going | asami | 1995-08-14 | 6 | -0/+253 |
| | | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> | ||||
* | Updated for new bsd.port.mk. | asami | 1995-04-22 | 1 | -2/+2 |
| | |||||
* | And now the rest of the x11 ports Makefiles. | asami | 1995-04-13 | 1 | -5/+8 |
| | |||||
* | Pipe output of tar to "gzip --best" to ensure we get the exact same | asami | 1995-04-01 | 1 | -2/+3 |
| | | | | tar.gz file every time. | ||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | asami | 1995-03-24 | 1 | -1/+2 |
| | | | | and some other minor cleanup. | ||||
* | Add code to get the MASTER_SITE_OVERRIDE working for the fetch target. | ats | 1995-02-13 | 1 | -3/+6 |
| | |||||
* | Set MAKE_FLAGS so that `make PREFIX=...' works as expected. | jmz | 1995-02-13 | 1 | -1/+2 |
| | |||||
* | With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of | gpalmer | 1994-12-12 | 1 | -2/+1 |
| | | | | these need to have INSTALL_MANPAGES= yes anymore. | ||||
* | xfed, a program to edit .bdf files. This stuff is so old, I couldn't | asami | 1994-12-08 | 4 | -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. |