aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/bzip
Commit message (Collapse)AuthorAgeFilesLines
* - Respect DESTDIR.jmelo2006-08-141-7/+7
| | | | | PR: ports/101783 Submitted by: Gabor Kovesdan <gabor@FreeBSD.org>
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.jmelo2006-04-061-1/+1
| | | | Approved by: mnag (mentor)
* - Add backup master sitebarner2005-11-232-1/+3
| | | | | | | - Add SHA256 checksum PR: ports/89416 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
* Fix unfetchable master sitemnag2005-10-121-2/+2
| | | | | | | Take MAINTAINER PR: 87290 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* This software is licensed under the GNU GPL. As mentioned in thetrevor2005-06-121-1/+2
| | | | | | | | DESCR file and in ports/LEGAL, it may be covered by patents. I changed NO_CDROM to RESTRICTED. I also added a DEPRECATED line because the DESCR file recommends the use of bzip2 instead of bzip.
* Explain more clearly why users might need to install this port.trevor2005-06-121-16/+15
| | | | | | Mention the fact that bzip2 sometimes compresses less efficiently. Remove the WWW: line, since the listed site has no information about this port. Credit the author for text taken from his README.
* Move package files from plist to Makefile, remove pkg-plist.osa2004-07-272-2/+2
|
* Add SIZE.trevor2004-01-281-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* The distfile is corrupt on this master site at the moment. Replace itknu2002-09-241-1/+1
| | | | | | with a mirror mite that has a genuine copy. Submitted by: bento
* Update MASTER_SITESkevlo2002-08-221-1/+1
| | | | | PR: 41868 Submitted by: Josef El-Rayes <shammer@exception.at>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
|
* Changed maintainer to ports, I want to reduce my personal workload.andreas2001-01-041-1/+1
| | | | Maybe I take over again in the future if I have more time for this.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* ln -> ${LN}mharo1999-08-281-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fix typos and/or cleanup WWW:.hoek1999-07-171-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-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:hoek1999-05-031-5/+5
|
* Find the distfile.steve1998-09-231-2/+2
|
* add a note to use bzip2 which is faster, more reliable and patent freeandreas1998-08-301-10/+6
| | | | | this port only stays for compatibility reasons, because bzip2 is unable to unpack bzip archives.
* Don't try to package manpages twice.steve1998-08-171-2/+0
|
* Spelling and grammar police. This commit brought to you by themph1998-08-041-1/+1
| | | | letter "A".
* Switch to a good MASTER_SITE.jseger1997-11-271-2/+2
|
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGandreas1997-10-101-2/+2
|
* #include <sys/types.h> in front of <utime.h>.asami1997-04-231-2/+10
|
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-171-1/+1
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Now, string describing reason for defining these variables must be setmax1996-12-071-2/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
* rm -> ${RM}max1996-12-061-3/+3
| | | | ln -s -> ln -fs
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-5/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-3/+3
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Shortened Maintainer e-mail address.andreas1996-10-191-2/+2
|
* Satoshi, the loard of the ports collection spoke:andreas1996-10-161-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"asami1996-10-101-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 Makefileandreas1996-09-283-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.andreas1996-09-281-1/+3
| | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu>
* cosmetic changes, make copyright more informative, add authorsandreas1996-09-272-28/+33
| | | | contact address (from README)
* The readme file says, that it's important for i386 architecture,andreas1996-09-271-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 haveandreas1996-09-278-0/+128
some advantages over gzip concerning compression and memory consumption.