summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PR: ports/5776Bill Fumerola1998-12-012-2/+2
| | | | | | | Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=15036
* Activate lzoBill Fumerola1998-12-011-1/+2
| | | | | | | PR: ports/5776 Notes: svn path=/head/; revision=15035
* from pkg/DESCRBill Fumerola1998-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 ---------- Notes: svn path=/head/; revision=15034
* Update to v1.14d.Jun Kuriyama1998-11-163-65/+51
| | | | | | | | | PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Approved by: ache (maintainer) Notes: svn path=/head/; revision=14578
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-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. Notes: svn path=/head/; revision=14512
* had no offical maintainer and I'm starting to use bzip2 more and more.David E. O'Brien1998-11-031-2/+3
| | | | Notes: svn path=/head/; revision=14325
* Un-break. Fetches now, looks like the ISP is a bit flakey.Thomas Gellekum1998-10-301-3/+1
| | | | Notes: svn path=/head/; revision=14255
* This port is unfetchable (operation timed out).Satoshi Asami1998-10-281-1/+3
| | | | Notes: svn path=/head/; revision=14243
* Un-break. Don't build with i18n support.Thomas Gellekum1998-10-281-4/+2
| | | | Notes: svn path=/head/; revision=14226
* Upgrade to 0.9.0c.Thomas Gellekum1998-10-284-17/+35
| | | | Notes: svn path=/head/; revision=14225
* Mark BORKEN for ELF:Justin M. Seger1998-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) Notes: svn path=/head/; revision=13945
* Urk, do this so it actually works. Sorry guys.Jordan K. Hubbard1998-10-051-6/+7
| | | | Notes: svn path=/head/; revision=13659
* s/MACHINE_ARCH/ARCH/Jordan K. Hubbard1998-10-041-2/+2
| | | | | | | Suggested by: Bill Fenner Notes: svn path=/head/; revision=13640
* Make this work on the ALPHAJordan K. Hubbard1998-10-041-1/+5
| | | | Notes: svn path=/head/; revision=13626
* ElfifyBrian Somers1998-10-011-9/+7
| | | | Notes: svn path=/head/; revision=13581
* Mark all KDE ports BROKEN for ELF.Justin M. Seger1998-09-301-1/+3
| | | | Notes: svn path=/head/; revision=13545
* cleanup.Jun Kuriyama1998-09-281-0/+1
| | | | Notes: svn path=/head/; revision=13523
* Remove previous elf patch.Brian Somers1998-09-231-31/+11
| | | | | | | | | Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache Notes: svn path=/head/; revision=13355
* Remove the empty directory too.Steve Price1998-09-232-0/+2
| | | | Notes: svn path=/head/; revision=13351
* Portlint cleaning.Steve Price1998-09-232-6/+8
| | | | Notes: svn path=/head/; revision=13350
* Remove the directories too.Steve Price1998-09-231-0/+2
| | | | Notes: svn path=/head/; revision=13349
* Make this port work in an ELF world.Steve Price1998-09-231-1/+5
| | | | | | | Inspired by: one of John Polstra's recent commits Notes: svn path=/head/; revision=13348
* Fix pkg/PLIST.Steve Price1998-09-231-1/+2
| | | | Notes: svn path=/head/; revision=13347
* Add a more reliable master site.Steve Price1998-09-231-2/+3
| | | | Notes: svn path=/head/; revision=13346
* Find the distfile.Steve Price1998-09-231-2/+2
| | | | Notes: svn path=/head/; revision=13345
* Support ELF.Scott Mace1998-09-221-0/+31
| | | | | | | | 1. Invoke prefixing of external symbols in assembly code functions via __ELF__. Notes: svn path=/head/; revision=13313
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-191-2/+2
| | | | Notes: svn path=/head/; revision=13232
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* Use MLINKS for manpage link.Satoshi Asami1998-09-101-3/+3
| | | | Notes: svn path=/head/; revision=13081
* 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
* ln -> ${LN}Masafumi Max NAKANE1998-08-291-3/+3
| | | | | | | Use symbolic link instead of hard link. Notes: svn path=/head/; revision=12904
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-192-2/+0
| | | | Notes: svn path=/head/; revision=12657
* Hey, test before committing, Vanilla. This doesn't even fetch now. :)Satoshi Asami1998-08-181-3/+3
| | | | Notes: svn path=/head/; revision=12626
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12623
* Portlint.Vanilla I. Shu1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12603
* Portlint.Vanilla I. Shu1998-08-183-26/+3
| | | | Notes: svn path=/head/; revision=12602
* Don't try to package manpages twice.Steve Price1998-08-1712-27/+2
| | | | Notes: svn path=/head/; revision=12546
* Convert all (:) archivers/p5-* ports to new perl scheme.Satoshi Asami1998-08-132-10/+10
| | | | Notes: svn path=/head/; revision=12483
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-121-4/+3
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-3/+3
| | | | Notes: svn path=/head/; revision=12335
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-047-8/+8
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* Add homepage to pkg/DESCRTim Vanderhoek1998-07-244-19/+12
| | | | Notes: svn path=/head/; revision=12102
* Change dependencies to accept Qt-1.33 if present,Stefan Eßer1998-07-231-3/+3
| | | | | | | but to build Qt-1.40 if no compiled Qt library can be found. Notes: svn path=/head/; revision=12083
* Upgrade to KDE Release 1.0Stefan Eßer1998-07-143-27/+135
| | | | Notes: svn path=/head/; revision=11916
* Mark as broken, will be upgraded to 1.0 within a few days.Stefan Eßer1998-07-131-1/+3
| | | | Notes: svn path=/head/; revision=11905
* 1) Break-up the mega-patch-aa.Tim Vanderhoek1998-06-146-62/+60
| | | | | | | | | 2) Fix install for non-root users. 3) "See work/Arc521.doc" is not considered a good pkg/DESCR. 4) install ad. doc., too. Notes: svn path=/head/; revision=11432
* Fix wrong patch. Configuration files should be installed intoThomas Gellekum1998-06-081-2/+2
| | | | | | | $PREFIX/share/misc. Notes: svn path=/head/; revision=11345
* No need to use += for variables defined only once.Satoshi Asami1998-06-081-2/+2
| | | | Notes: svn path=/head/; revision=11343
* import new port GNU tar 1.12, latest versionAndreas Klemm1998-06-065-0/+42
| | | | Notes: svn path=/head/; revision=11292