Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update with the new PORTNAME/PORTVERSION variables | Michael Haro | 2000-04-08 | 1 | -2/+2 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | ln -> ${LN} | Michael Haro | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Fix typos and/or cleanup WWW:. | Tim Vanderhoek | 1999-07-17 | 1 | -1/+1 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | WWW: Websites We Want: | Tim Vanderhoek | 1999-05-02 | 1 | -5/+5 |
| | |||||
* | Find the distfile. | Steve Price | 1998-09-23 | 1 | -2/+2 |
| | |||||
* | add a note to use bzip2 which is faster, more reliable and patent free | Andreas Klemm | 1998-08-30 | 1 | -10/+6 |
| | | | | | this port only stays for compatibility reasons, because bzip2 is unable to unpack bzip archives. | ||||
* | Don't try to package manpages twice. | Steve Price | 1998-08-17 | 1 | -2/+0 |
| | |||||
* | Spelling and grammar police. This commit brought to you by the | Matthew Hunt | 1998-08-04 | 1 | -1/+1 |
| | | | | letter "A". | ||||
* | Switch to a good MASTER_SITE. | Justin M. Seger | 1997-11-26 | 1 | -2/+2 |
| | |||||
* | cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORG | Andreas Klemm | 1997-10-09 | 1 | -2/+2 |
| | |||||
* | #include <sys/types.h> in front of <utime.h>. | Satoshi Asami | 1997-04-23 | 1 | -2/+10 |
| | |||||
* | A quick purousal thru our port's patches directory shows a *WAY* over use of | David E. O'Brien | 1997-02-16 | 1 | -1/+1 |
| | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. | ||||
* | Now, string describing reason for defining these variables must be set | Masafumi Max NAKANE | 1996-12-07 | 1 | -2/+2 |
| | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. | ||||
* | rm -> ${RM} | Masafumi Max NAKANE | 1996-12-06 | 1 | -3/+3 |
| | | | | ln -s -> ln -fs | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | Satoshi Asami | 1996-11-18 | 1 | -5/+2 |
| | |||||
* | CATAGORIES+= -> CATAGORIES= | David E. O'Brien | 1996-11-12 | 1 | -3/+3 |
| | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. | ||||
* | Shortened Maintainer e-mail address. | Andreas Klemm | 1996-10-19 | 1 | -2/+2 |
| | |||||
* | Satoshi, the loard of the ports collection spoke: | Andreas Klemm | 1996-10-15 | 1 | -3/+3 |
| | | | | | | | "The last argument to the "rm -f" line should be bunzip, right? :) Also, you may want to change the "ln" to "ln -s". I remember the pkg tools mangling hard links into separate files." So I did it ;-) Submitted by: Satoshi | ||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | Satoshi Asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | - use INSTALL_PROGRAM and INSTALL_MAN in Makefile | Andreas Klemm | 1996-09-28 | 3 | -8/+32 |
| | | | | | | | | - add patch-ac to silence bzip when doing compression, bzip version info now only with -v or -V - changed comment in COMMENT. bzip compresses better than gzip, but speed is much slower, so it's not generally better as gzip where speed matters ! | ||||
* | Added NO_CDROM to Makefile, because of restrictive copyright. | Andreas Klemm | 1996-09-27 | 1 | -1/+3 |
| | | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu> | ||||
* | cosmetic changes, make copyright more informative, add authors | Andreas Klemm | 1996-09-27 | 2 | -28/+33 |
| | | | | contact address (from README) | ||||
* | The readme file says, that it's important for i386 architecture, | Andreas Klemm | 1996-09-27 | 1 | -3/+4 |
| | | | | | | to include -fomit-frame-pointer into the CFLAGS. BTW: someone here who knows, if -funroll-loops might add some (stable) performance as well ?! | ||||
* | imported new port of bpatch 0.21, a compression program, that seems to have | Andreas Klemm | 1996-09-27 | 8 | -0/+128 |
some advantages over gzip concerning compression and memory consumption. |