summaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Add some master sites.tg1998-12-141-2/+4
|
* add @ to a lineobrien1998-12-121-2/+2
|
* Add more MASTER_SITES.vanilla1998-12-102-6/+12
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Install `bzcat' and manpages for `bzcat' and `bzip2recover'obrien1998-12-102-2/+4
| | | | Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* PR: ports/5776billf1998-12-012-2/+2
| | | | Submitted by: Pedro F. Giffuni
* Activate lzobillf1998-12-011-1/+2
| | | | PR: ports/5776
* from pkg/DESCRbillf1998-12-0110-0/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | -------------- LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless. Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at http://www.infosys.tuwien.ac.at/Staff/lux/marco ----------
* Update to v1.14d.kuriyama1998-11-163-65/+51
| | | | | | PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Approved by: ache (maintainer)
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-6/+8
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* had no offical maintainer and I'm starting to use bzip2 more and more.obrien1998-11-031-2/+3
|
* Un-break. Fetches now, looks like the ISP is a bit flakey.tg1998-10-301-3/+1
|
* This port is unfetchable (operation timed out).asami1998-10-281-1/+3
|
* Un-break. Don't build with i18n support.tg1998-10-281-4/+2
|
* Upgrade to 0.9.0c.tg1998-10-284-17/+35
|
* Mark BORKEN for ELF:jseger1998-10-131-1/+4
| | | | | | | | | | xgettext --default-domain=rpm \ --add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c Unrecognized option: - usage: xgettext [-adnuv] [-c<flag>] [-m<tag>] [-o<default>] ... [-p<path>] [-x<xlist>] - | file xgettext -h (HELP)
* Urk, do this so it actually works. Sorry guys.jkh1998-10-051-6/+7
|
* s/MACHINE_ARCH/ARCH/jkh1998-10-041-2/+2
| | | | Suggested by: Bill Fenner
* Make this work on the ALPHAjkh1998-10-041-1/+5
|
* Elfifybrian1998-10-011-9/+7
|
* Mark all KDE ports BROKEN for ELF.jseger1998-09-301-1/+3
|
* cleanup.kuriyama1998-09-281-0/+1
|
* Remove previous elf patch.brian1998-09-231-31/+11
| | | | | | Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache
* Remove the empty directory too.steve1998-09-232-0/+2
|
* Portlint cleaning.steve1998-09-232-6/+8
|
* Remove the directories too.steve1998-09-231-0/+2
|
* Make this port work in an ELF world.steve1998-09-231-1/+5
| | | | Inspired by: one of John Polstra's recent commits
* Fix pkg/PLIST.steve1998-09-231-1/+2
|
* Add a more reliable master site.steve1998-09-231-2/+3
|
* Find the distfile.steve1998-09-231-2/+2
|
* Support ELF.smace1998-09-221-0/+31
| | | | | 1. Invoke prefixing of external symbols in assembly code functions via __ELF__.
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-151-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Use MLINKS for manpage link.asami1998-09-101-3/+3
|
* 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.
* ln -> ${LN}max1998-08-291-3/+3
| | | | Use symbolic link instead of hard link.
* These manpages removed by Tim Vanderhoek.hoek1998-08-192-2/+0
|
* Hey, test before committing, Vanilla. This doesn't even fetch now. :)asami1998-08-181-3/+3
|
* Remove miscellaneous manpages.hoek1998-08-181-2/+0
|
* Portlint.vanilla1998-08-181-1/+0
|
* Portlint.vanilla1998-08-183-26/+3
|
* Don't try to package manpages twice.steve1998-08-1712-27/+2
|
* Convert all (:) archivers/p5-* ports to new perl scheme.asami1998-08-132-10/+10
|
* Replace qt dependencies with USE_QT.asami1998-08-121-4/+3
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-3/+3
|
* Spelling and grammar police. This commit brought to you by themph1998-08-047-8/+8
| | | | letter "A".
* Add homepage to pkg/DESCRhoek1998-07-244-19/+12
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-231-3/+3
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-143-27/+135
|
* Mark as broken, will be upgraded to 1.0 within a few days.se1998-07-131-1/+3
|
OpenPOWER on IntegriCloud