summaryrefslogtreecommitdiff
path: root/x11-fonts/xfed (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21148
1999-06-22Revert my previous fix. It seems I had an old distfile.Steve Price1-2/+2
Notes: svn path=/head/; revision=19672
1999-05-31Set ${WRKSRC} correctly so this builds again.Steve Price1-5/+2
Notes: svn path=/head/; revision=19130
1998-12-26Fix WRKSRC.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=15647
1998-10-04Move manpages to Makefile and use MAN1 macro.Steve Price2-2/+2
Notes: svn path=/head/; revision=13631
1998-08-07Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" fromSatoshi Asami1-2/+2
x11 to fonts. While I'm here, change the category names in some (hopefully all) CJK font ports. Notes: svn path=/head/; revision=12328
1997-12-25Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1-2/+2
to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
1997-03-04Add WRKSRC, seems like fetch creates all the subdirectories in theSatoshi Asami1-1/+2
created-on-the-fly tarfile. Notes: svn path=/head/; revision=5828
1997-03-03Use xfed sources from ftp.demon.co.uk. I tried this server withThomas Gellekum2-30/+4
FETCH=wget on a 2.1.0 system. Closes PR #2809. Notes: svn path=/head/; revision=5815
1996-12-17Add files/md5 entries for files whose checksum should be ignored as well.Satoshi Asami2-1/+3
Requires rev. 1.239 of bsd.port.mk. Notes: svn path=/head/; revision=5009
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-1/+0
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. Notes: svn path=/head/; revision=4578
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4575
1996-06-26Convert from ncftp to fetch. I'm not really happy with this portsGary Palmer1-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
1996-03-07Add a pre-clean target to delete the "src" subdirectory, which is aSatoshi Asami1-1/+4
staging area to create the tarball during fetch. Notes: svn path=/head/; revision=2794
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-04-22Updated for new bsd.port.mk.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=1484
1995-04-12And now the rest of the x11 ports Makefiles.Satoshi Asami1-5/+8
Notes: svn path=/head/; revision=1352
1995-04-01Pipe output of tar to "gzip --best" to ensure we get the exact sameSatoshi Asami1-2/+3
tar.gz file every time. Notes: svn path=/head/; revision=1271
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-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
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1-1/+2
and some other minor cleanup. Notes: svn path=/head/; revision=1196
1995-02-12Add code to get the MASTER_SITE_OVERRIDE working for the fetch target.Andreas Schulz1-3/+6
Notes: svn path=/head/; revision=960
1995-02-12Set MAKE_FLAGS so that `make PREFIX=...' works as expected.Jean-Marc Zucconi1-1/+2
Notes: svn path=/head/; revision=955
1994-12-12With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofGary Palmer1-2/+1
these need to have INSTALL_MANPAGES= yes anymore. Notes: svn path=/head/; revision=558
1994-12-08xfed, a program to edit .bdf files. This stuff is so old, I couldn'tSatoshi Asami4-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