summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 2.43Andrey A. Chernov1999-02-175-19/+44
| | | | Notes: svn path=/head/; revision=16751
* Remove extra argument to "configure" that had been committed by accident.Stefan Eßer1999-02-081-3/+1
| | | | Notes: svn path=/head/; revision=16564
* Upgrade to KDE 1.1 RELEASE.Stefan Eßer1999-02-083-6/+43
| | | | Notes: svn path=/head/; revision=16563
* Upgrade to KDE-1.1pre2 ...Stefan Eßer1999-02-063-8/+60
| | | | Notes: svn path=/head/; revision=16552
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-032-9/+6
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-273-3/+6
| | | | Notes: svn path=/head/; revision=16378
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-8/+8
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Make dependency lines point to right directories -- they were stillSatoshi Asami1999-01-081-2/+2
| | | | | | | using the old names (without "11"). Notes: svn path=/head/; revision=15927
* Upgrade to the first pre-release of KDE 1.1.Stefan Eßer1999-01-073-94/+154
| | | | | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ... Notes: svn path=/head/; revision=15901
* Mark these broken while Stefan works on an upgrade.Satoshi Asami1999-01-061-1/+3
| | | | Notes: svn path=/head/; revision=15881
* - fix time_t conflicts on alphaHidetoshi Shimokawa1999-01-032-84/+77
| | | | | | | | - split up patches into one source file per patch file. Obtained from: NetBSD (with a litte modification by me) Notes: svn path=/head/; revision=15795
* upgrade to 5.40Andrey A. Chernov1998-12-282-6/+6
| | | | Notes: svn path=/head/; revision=15675
* Create info/dir before trying to use it. Also, add install-info linesSatoshi Asami1998-12-242-1/+9
| | | | | | | to PLIST. Notes: svn path=/head/; revision=15602
* - Upgrade to 1.2Dirk Froemberg1998-12-244-12/+16
| | | | | | | | | - add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES} Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15584
* Add some master sites.Thomas Gellekum1998-12-141-2/+4
| | | | Notes: svn path=/head/; revision=15348
* add @ to a lineDavid E. O'Brien1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15307
* Add more MASTER_SITES.Vanilla I. Shu1998-12-102-6/+12
| | | | | | | | PR: ports/9037 Submitted by: josh@quick.net Notes: svn path=/head/; revision=15256
* Install `bzcat' and manpages for `bzcat' and `bzip2recover'David E. O'Brien1998-12-102-2/+4
| | | | | | | Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15253
* 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