aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.71.Steve Price2000-07-072-5/+3
| | | | | | | | PR: 19578 Submitted by: maintainer Notes: svn path=/head/; revision=30326
* Upgrade to version 1.0.1.David E. O'Brien2000-06-302-2/+2
| | | | Notes: svn path=/head/; revision=30030
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+3
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Update. Version number unchanged.Andrey A. Chernov2000-06-282-3/+3
| | | | Notes: svn path=/head/; revision=29955
* Activate 9e port. Doh!Wes Peters2000-06-281-0/+1
| | | | Notes: svn path=/head/; revision=29927
* Add WWW to proper placeAndrey A. Chernov2000-06-272-1/+2
| | | | Notes: svn path=/head/; revision=29912
* 9e - a simple Plan9 distribution unpackerWes Peters2000-06-277-0/+94
| | | | | | | | PR: ports/19459 Submitted by: Jerry Hicks <jhix@mindspring.com> Notes: svn path=/head/; revision=29900
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-225-5/+5
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Activate libarc.Maxim Sobolev2000-06-201-0/+1
| | | | Notes: svn path=/head/; revision=29723
* Initial import of libarc - a tiny decompression library supporting bunch ofMaxim Sobolev2000-06-206-0/+112
| | | | | | | popular formats. Notes: svn path=/head/; revision=29722
* Use PKGNAMEPREFIX. Obey CC/CFLAGS.Will Andrews2000-06-201-3/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29703
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-164-4/+4
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-166-6/+3
| | | | Notes: svn path=/head/; revision=29630
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+2
| | | | Notes: svn path=/head/; revision=29614
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Several cleanups:Maxim Sobolev2000-06-124-23/+86
| | | | | | | | | | | | | - Use MASTER_SITE_SUNSITE to MASTER_SITES; - Support CFLAGS/MAKE properly; - Sort pkg/PLIST; - Use archivers as a primary category (forgotten by will after repo-copy). PR: 19164 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29532
* Finish the move of macutils to archivers (no commits are necessary onWill Andrews2000-06-101-0/+1
| | | | | | | the actual macutils directory). Notes: svn path=/head/; revision=29490
* Build shared library as well.Maxim Sobolev2000-06-083-3/+77
| | | | Notes: svn path=/head/; revision=29394
* Remove liblzo and macutil.Will Andrews2000-06-041-2/+0
| | | | Notes: svn path=/head/; revision=29188
* Update liblzo.so.1 port target.Will Andrews2000-06-041-1/+1
| | | | Notes: svn path=/head/; revision=29187
* Add undms, a utility that decompresses .dms Amiga disk images toWill Andrews2000-06-036-0/+40
| | | | | | | | | uncompressed .adf images. Obtained from: NetBSD Notes: svn path=/head/; revision=29139
* Add ppunpack, a utility to decompress Amiga PowerPacker files.Will Andrews2000-06-037-0/+57
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=29138
* Add unlzx, an utility which can extract LZX archives from Amiga systems.Will Andrews2000-06-036-0/+36
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=29137
* Add the macutil port, which allows us to create and extract archives fromWill Andrews2000-06-031-0/+1
| | | | | | | | | the Mac world in formats such as binhex. Obtained from: NetBSD Notes: svn path=/head/; revision=29136
* Add lzop, a fast file compressor similar to gzip that uses the LZO lib.Will Andrews2000-06-027-0/+44
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=29123
* Add liblzo, a portable lossless data compression library written in ANSI C.Will Andrews2000-06-021-0/+1
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=29121
* From Kato's PR:Maxim Sobolev2000-05-313-33/+40
| | | | | | | | | | | | | | | - Support CFLAGS/ARCH properly - Support NOPORTDOCS Plus my own: - Remove ftp://... line from the comments section of Makefile - Adjust WWW line to be http:// instead of ftp:// PR: 18904 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29017
* Update to version 2.70.Steve Price2000-05-292-13/+14
| | | | | | | | PR: 18785 Submitted by: maintainer Notes: svn path=/head/; revision=28895
* Don't forceably add -O2 to CFLAGS as this is known to cause problemsSteve Price2000-05-281-4/+7
| | | | | | | because of optimization bugs in the compiler on the Alpha. Notes: svn path=/head/; revision=28790
* Remove unneeded LIB_DEPENDS, and make it dynamic link.Vanilla I. Shu2000-05-281-2/+0
| | | | | | | | PR: ports/18472 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28789
* Add -f when compressing manual to allow instaling over already existen portAndrey A. Chernov2000-05-221-1/+1
| | | | Notes: svn path=/head/; revision=28682
* Upgrade to version 1.0.0.David E. O'Brien2000-05-193-11/+10
| | | | Notes: svn path=/head/; revision=28570
* Update to KDEUTILS 1.90 (aka KDE2 beta).Will Andrews2000-05-163-545/+553
| | | | Notes: svn path=/head/; revision=28501
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* Update MASTER_SITESChris D. Faulhaber2000-05-111-1/+2
| | | | | | | | PR: 18499 Submitted by: Mikhail Teterin <mi@privatelabs.com> Notes: svn path=/head/; revision=28402
* New port: mscompress, a Microsoft "compress.exe/expand.exe"Chris D. Faulhaber2000-05-076-0/+40
| | | | | | | | | | compatible (de)compressor PR: 18027 Submitted by: Patrick Seal <patseal@hyperhost.net> Notes: svn path=/head/; revision=28333
* - Fix MASTER_SITESSteve Price2000-04-292-1/+3
| | | | | | | | | | - Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28114
* checksum update - minor crypt code style changeAndrey A. Chernov2000-04-251-1/+1
| | | | Notes: svn path=/head/; revision=28013
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
| | | | | | | so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-223-3/+3
| | | | Notes: svn path=/head/; revision=27887
* remove zip.with_encryptionAndrey A. Chernov2000-04-211-1/+0
| | | | Notes: svn path=/head/; revision=27852
* Use exportable from USA encryptionAndrey A. Chernov2000-04-213-6/+16
| | | | | | | Update URLs/MASTER_SITE Notes: svn path=/head/; revision=27851
* remove unzip.with_encryptionAndrey A. Chernov2000-04-211-1/+0
| | | | Notes: svn path=/head/; revision=27850
* Upgrade to 5.41Andrey A. Chernov2000-04-213-9/+10
| | | | Notes: svn path=/head/; revision=27849
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* update port to version 1.13Andreas Klemm2000-04-162-2/+2
| | | | | | | PR: 17894 Notes: svn path=/head/; revision=27659
* Seems somewhere along the line, the lowercase version of the nameSatoshi Asami2000-04-141-1/+2
| | | | | | | was lost.... Notes: svn path=/head/; revision=27551
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-143-8/+8
| | | | Notes: svn path=/head/; revision=27512
* Fix up PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+2
| | | | | | | | PR: 17986 Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=27499