Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-26 | Fix WRKSRC. | Satoshi Asami | |
1998-10-04 | Move manpages to Makefile and use MAN1 macro. | Steve Price | |
1998-08-07 | Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from | Satoshi Asami | |
x11 to fonts. While I'm here, change the category names in some (hopefully all) CJK font ports. | |||
1997-12-25 | Be more selective about which ports to maintain. I no longer have time | Satoshi Asami | |
to maintain all these ports I once committed (sometimes as a proxy). | |||
1997-03-04 | Add WRKSRC, seems like fetch creates all the subdirectories in the | Satoshi Asami | |
created-on-the-fly tarfile. | |||
1997-03-03 | Use xfed sources from ftp.demon.co.uk. I tried this server with | Thomas Gellekum | |
FETCH=wget on a 2.1.0 system. Closes PR #2809. | |||
1996-12-17 | Add files/md5 entries for files whose checksum should be ignored as well. | Satoshi Asami | |
Requires rev. 1.239 of bsd.port.mk. | |||
1996-11-18 | Compress a bunch of manpages. Remove unnecessary @ directives from | Satoshi Asami | |
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | |||
1996-11-18 | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | |
1996-06-26 | Convert from ncftp to fetch. I'm not really happy with this ports | Gary Palmer | |
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. | |||
1996-03-07 | Add a pre-clean target to delete the "src" subdirectory, which is a | Satoshi Asami | |
staging area to create the tarball during fetch. | |||
1995-11-09 | Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a | Satoshi Asami | |
lot of ports or what! ;> | |||
1995-04-22 | Updated for new bsd.port.mk. | Satoshi Asami | |
1995-04-12 | And now the rest of the x11 ports Makefiles. | Satoshi Asami | |
1995-04-01 | Pipe output of tar to "gzip --best" to ensure we get the exact same | Satoshi Asami | |
tar.gz file every time. | |||
1995-04-01 | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | |
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | |||
1995-03-24 | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | Satoshi Asami | |
and some other minor cleanup. | |||
1995-02-12 | Add code to get the MASTER_SITE_OVERRIDE working for the fetch target. | Andreas Schulz | |
1995-02-12 | Set MAKE_FLAGS so that `make PREFIX=...' works as expected. | Jean-Marc Zucconi | |
1994-12-12 | With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none of | Gary Palmer | |
these need to have INSTALL_MANPAGES= yes anymore. | |||
1994-12-08 | xfed, a program to edit .bdf files. This stuff is so old, I couldn't | Satoshi Asami | |
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. |