Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;) | Satoshi Asami | 1999-09-09 | 1 | -1/+1 |
| | |||||
* | Update MAINTAINER's email address | Chris Piazza | 1999-09-09 | 1 | -1/+1 |
| | | | | | PR: 13648 Submitted by: maintainer | ||||
* | gzip -> ${GZIP_CMD} | Michael Haro | 1999-09-04 | 1 | -1/+1 |
| | | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD} | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 4 | -6/+6 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 13 | -13/+13 |
| | |||||
* | Caps, no period. | Tim Vanderhoek | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | awk -> ${AWK} | Michael Haro | 1999-08-22 | 2 | -4/+4 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | Add INSTALL and DEINSTALL scripts. | Shigeyuki Fukushima | 1999-08-19 | 5 | -8/+36 |
| | | | | | | Fix mkfontdir problem (Port's 'make install' doesn't execute mkfontdir). Auto-execute 'xset fp rehash' in INSTALL/DEINSTALL script. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> | ||||
* | Add editors/bitmap-{emacs20,fonts}, x11-fonts/bitmap-font. | Satoshi Asami | 1999-08-19 | 1 | -1/+2 |
| | |||||
* | Bitmap font, 8 dots x 16 dots bitmap font. | Shigeyuki Fukushima | 1999-08-18 | 6 | -0/+82 |
| | | | | Bitmap font is used on Mule with bitmap-mule or Emacs20 with bitmap-emacs20. | ||||
* | Upgrade from 3.7 to 3.9. | John Fieber | 1999-08-13 | 3 | -20/+54 |
| | | | | | PR: 12873 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | Tim Vanderhoek | 1999-06-26 | 8 | -8/+8 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Revert my previous fix. It seems I had an old distfile. | Steve Price | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Set ${WRKSRC} correctly so this builds again. | Steve Price | 1999-05-31 | 1 | -5/+2 |
| | |||||
* | a remove white space | Michael Haro | 1999-05-03 | 1 | -1/+0 |
| | |||||
* | type1inst requires mkfontdir | Satoshi Taoka | 1999-04-13 | 1 | -1/+3 |
| | |||||
* | Adjust port Makefiles to new EXTRACT_* variable defaults. See log of | Satoshi Asami | 1999-02-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. | ||||
* | Upgrade from 3.4 to 3.7. | John Fieber | 1999-01-16 | 2 | -5/+5 |
| | |||||
* | Break up the "plan9" category -- all the ports are where they belong, and | Satoshi Asami | 1999-01-09 | 2 | -3/+4 |
| | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list | ||||
* | Fix WRKSRC. | Satoshi Asami | 1998-12-26 | 1 | -2/+2 |
| | |||||
* | Activate p5-type1inst | Justin M. Seger | 1998-12-13 | 1 | -1/+2 |
| | |||||
* | Import of p5-type1inst 0.6.1 | Justin M. Seger | 1998-12-13 | 5 | -0/+54 |
| | | | | | | | | | | | | This is a little hack I wrote to help in setting up new Type 1 PostScript fonts for use with X. It automatically constructs the fonts.scale file which X uses to identify fonts in can use the current directory. Previously you had to write this file by hand which is unacceptable if you have lots of fonts. James Macnicol (J.Macnicol@student.anu.edu.au) PR: ports/5660 Submitted by: giffunip@asme.org | ||||
* | Use libttf.3 of the new freetype 1.2 | Justin M. Seger | 1998-12-12 | 1 | -2/+2 |
| | |||||
* | Fixup CATEGORIES list. | Steve Price | 1998-11-21 | 1 | -2/+2 |
| | | | | Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Update MASTER_SITES, include my public_html dir as a site, as | Bill Fumerola | 1998-11-19 | 1 | -2/+3 |
| | | | | | | | ftp.cdrom.com went rather slow for me, and sometimes is overloaded. PR: ports/8592 Submitted by: maintainer | ||||
* | Portlint. | Satoshi Asami | 1998-10-30 | 1 | -3/+3 |
| | |||||
* | Upgrade and unbreak. | John Fieber | 1998-10-28 | 3 | -84/+59 |
| | |||||
* | Move manpages to Makefile and use MAN1 macro. | Steve Price | 1998-10-04 | 2 | -2/+2 |
| | |||||
* | Remove empty directories on deinstall. | Steve Price | 1998-10-04 | 1 | -0/+1 |
| | |||||
* | Move manpages to Makefile and use MAN* macros. | Steve Price | 1998-10-04 | 1 | -0/+2 |
| | |||||
* | freetype (libttf) is now converted to ELF. | Satoshi Asami | 1998-09-21 | 1 | -2/+2 |
| | |||||
* | Checksum changed.... | Satoshi Asami | 1998-09-15 | 1 | -1/+1 |
| | |||||
* | ttmkfdir moved from x11 to x11-fonts. | Thomas Gellekum | 1998-09-09 | 1 | -1/+2 |
| | |||||
* | Re-import to x11-fonts, as requested by Satoshi. | Thomas Gellekum | 1998-09-09 | 5 | -0/+32 |
| | |||||
* | For removing this one manpage, I can not be bothered to | Tim Vanderhoek | 1998-08-20 | 1 | -1/+0 |
| | | | | think of a pun. | ||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | Satoshi Asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from | Satoshi Asami | 1998-08-07 | 7 | -14/+14 |
| | | | | | x11 to fonts. While I'm here, change the category names in some (hopefully all) CJK font ports. | ||||
* | New categories deskutils, x11-clocks, x11-fm, x11-fonts, x11-toolkits | Satoshi Asami | 1998-08-07 | 2 | -0/+13 |
| | | | | and x11-wm. Their contents to be repository copied shortly. | ||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | Satoshi Asami | 1998-08-05 | 6 | -12/+12 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Sort pkg/PLIST. | Vanilla I. Shu | 1998-07-02 | 1 | -11/+11 |
| | |||||
* | Sort pkg/PLIST. | Vanilla I. Shu | 1998-07-02 | 2 | -52/+41 |
| | |||||
* | Import of tkfont, a Tk-based replacement for xfontsel. | Matthew Hunt | 1998-05-17 | 5 | -0/+51 |
| | | | | | PR: 6594 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> | ||||
* | PR: ports/6139 | Donald Burr | 1998-05-16 | 5 | -0/+95 |
| | | | | | | New port: x11/sharefonts, a collection of shareware ATM fonts from the CICA archives. Used by GIMP, esp. plug-ins and script-fu. | ||||
* | Mark as broken. | John Fieber | 1998-03-12 | 1 | -1/+3 |
| | | | | | | The old version is no longer available and the new version needs a fair bit of debugging work, which I have no time to do at this instant. | ||||
* | Be more selective about which ports to maintain. I no longer have time | Satoshi Asami | 1997-12-25 | 1 | -2/+2 |
| | | | | to maintain all these ports I once committed (sometimes as a proxy). | ||||
* | fix a typo error in pkg/DESCR, add @dirrm in pkg/PLIST | Vanilla I. Shu | 1997-12-05 | 2 | -1/+2 |
| | | | | | PR: ports/5224 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> | ||||
* | Fix a typo error. | Vanilla I. Shu | 1997-12-04 | 1 | -2/+2 |
| | |||||
* | Change MASTER_SITE to ftp.gimp.org | Vanilla I. Shu | 1997-11-30 | 1 | -2/+2 |
| | |||||
* | Upgrade to version 2.7. | John Fieber | 1997-11-09 | 3 | -26/+31 |
| |