summaryrefslogtreecommitdiff
path: root/archivers/bzip/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-3/+3
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Resurrect archivers/bzip and assign maintainerJohn Marino2014-06-113-0/+123
| | | | | | | | | | | | | | | | | | | This port was removed due not having a publically available distfile. That has been fixed per the PR with maintainership assigned to submitter. Additionally: * The patch-aa was renamed * The patch-ab and patch-ac touched the same file; they were combined and renamed * DragonFly support was added (hence the portrevision bump) * GPLv2 license was annotated * 80-column formatting was respected * PLIST sorted PR: 188939 Submitted by: Chris Hutchinson Tweaks: marino
* Remove expired ports with no active website:Rene Ladan2014-03-084-129/+0
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Unbreak by providing a new master site. Fix an ancient warning, whileMikhail Teterin2011-09-211-0/+18
| | | | I'm here.
* #include <sys/types.h> in front of <utime.h>.Satoshi Asami1997-04-231-2/+10
|
* 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.
* - use INSTALL_PROGRAM and INSTALL_MAN in MakefileAndreas Klemm1996-09-281-0/+27
| | | | | | | | - 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 !
* cosmetic changes, make copyright more informative, add authorsAndreas Klemm1996-09-271-10/+17
| | | | contact address (from README)
* 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 ?!
* imported new port of bpatch 0.21, a compression program, that seems to haveAndreas Klemm1996-09-273-0/+68
some advantages over gzip concerning compression and memory consumption.