summaryrefslogtreecommitdiff
path: root/archivers/bzip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move package files from plist to Makefile, remove pkg-plist.Sergey A. Osokin2004-07-272-2/+2
| | | | Notes: svn path=/head/; revision=114847
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* The distfile is corrupt on this master site at the moment. Replace itAkinori MUSHA2002-09-241-1/+1
| | | | | | | | | with a mirror mite that has a genuine copy. Submitted by: bento Notes: svn path=/head/; revision=67088
* Update MASTER_SITESKevin Lo2002-08-221-1/+1
| | | | | | | | PR: 41868 Submitted by: Josef El-Rayes <shammer@exception.at> Notes: svn path=/head/; revision=64793
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Changed maintainer to ports, I want to reduce my personal workload.Andreas Klemm2001-01-031-1/+1
| | | | | | | Maybe I take over again in the future if I have more time for this. Notes: svn path=/head/; revision=36676
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27419
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* ln -> ${LN}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20937
* Fix typos and/or cleanup WWW:.Tim Vanderhoek1999-07-171-1/+1
| | | | Notes: svn path=/head/; revision=20242
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* WWW: Websites We Want:Tim Vanderhoek1999-05-021-5/+5
| | | | Notes: svn path=/head/; revision=18331
* Find the distfile.Steve Price1998-09-231-2/+2
| | | | Notes: svn path=/head/; revision=13345
* add a note to use bzip2 which is faster, more reliable and patent freeAndreas Klemm1998-08-301-10/+6
| | | | | | | | this port only stays for compatibility reasons, because bzip2 is unable to unpack bzip archives. Notes: svn path=/head/; revision=12919
* Don't try to package manpages twice.Steve Price1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12546
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-041-1/+1
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* Switch to a good MASTER_SITE.Justin M. Seger1997-11-261-2/+2
| | | | Notes: svn path=/head/; revision=8850
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192
* #include <sys/types.h> in front of <utime.h>.Satoshi Asami1997-04-231-2/+10
| | | | Notes: svn path=/head/; revision=6275
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-161-1/+1
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-071-2/+2
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. Notes: svn path=/head/; revision=4860
* rm -> ${RM}Masafumi Max NAKANE1996-12-061-3/+3
| | | | | | | ln -s -> ln -fs Notes: svn path=/head/; revision=4827
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-5/+2
| | | | Notes: svn path=/head/; revision=4573
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-3/+3
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* Satoshi, the loard of the ports collection spoke:Andreas Klemm1996-10-151-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 Notes: svn path=/head/; revision=3987
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* - use INSTALL_PROGRAM and INSTALL_MAN in MakefileAndreas Klemm1996-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 ! Notes: svn path=/head/; revision=3892
* Added NO_CDROM to Makefile, because of restrictive copyright.Andreas Klemm1996-09-271-1/+3
| | | | | | | | Forgotten by: me ;) Submitted by: Chuck Robey <chuckr@glue.umd.edu> Notes: svn path=/head/; revision=3891
* cosmetic changes, make copyright more informative, add authorsAndreas Klemm1996-09-272-28/+33
| | | | | | | contact address (from README) Notes: svn path=/head/; revision=3889
* The readme file says, that it's important for i386 architecture,Andreas Klemm1996-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 ?! Notes: svn path=/head/; revision=3888
* imported new port of bpatch 0.21, a compression program, that seems to haveAndreas Klemm1996-09-278-0/+128
some advantages over gzip concerning compression and memory consumption. Notes: svn path=/head/; revision=3887