aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Add Dzip, file compression utility specializing in Quake demo compression.Alexey Dokuchaev2005-06-074-0/+52
| | | | | | | WWW: http://speeddemosarchive.com/dzip/ Notes: svn path=/head/; revision=137005
* - Update to 1.4.0Pav Lucistnik2005-06-072-22/+28
| | | | | | | | PR: ports/81993 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136992
* update to 4.20.FUJISHIMA Satsuki2005-06-072-3/+4
| | | | | | | | | | | | this is the first release besed on non-beta 7zip. ChangeLog: http://sourceforge.net/project/shownotes.php?release_id=332443 Approved by: maintainer Notes: svn path=/head/; revision=136986
* - Add lzo2, version 2.00 of archivers/lzo.Florent Thoumie2005-06-066-55/+41
| | | | | | | | | PR: ports/81721 Submitted by: Ports Fury Repocopy by: marcus Notes: svn path=/head/; revision=136946
* . This version isn't the version in FreeBSD 5.3, so update the COMMENTGreg Lewis2005-06-061-1/+1
| | | | | | | to something both more descriptive and more generic. Notes: svn path=/head/; revision=136938
* . Update to 1.02.026.Greg Lewis2005-06-064-6/+6
| | | | Notes: svn path=/head/; revision=136937
* - Update to 2.1.4Pav Lucistnik2005-06-032-7/+13
| | | | | | | | PR: ports/81847 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136767
* . Change rpmrc to support amd64 and also to indicate that i386 and amd64Greg Lewis2005-06-024-2/+108
| | | | | | | | | | | | are compatible. This differs from PR 80922 in that amd64 is made the canonical RPM architecture on that architecture rather than x86_64 as it is under Linux. . Bump PORTREVISION. PR: 80922 (based on) Notes: svn path=/head/; revision=136684
* - Backout latest commit, it needs a repocopy due to API change.Florent Thoumie2005-05-312-4/+4
| | | | | | | Noticed by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=136557
* - Backout latest commit, it needs a repocopy due to API change.Florent Thoumie2005-05-3110-72/+112
| | | | | | | Noticed by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=136555
* - Bump lzo lib version.Florent Thoumie2005-05-312-2/+4
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=136548
* - Update to 2.0.Florent Thoumie2005-05-3110-110/+72
| | | | | | | | PR: ports/81721 Submitted by: Ports Fury Notes: svn path=/head/; revision=136547
* don't install .la filesOliver Lehmann2005-05-314-4/+2
| | | | Notes: svn path=/head/; revision=136534
* fix MASTER_SITESOliver Lehmann2005-05-312-2/+2
| | | | Notes: svn path=/head/; revision=136527
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-314-2/+4
| | | | Notes: svn path=/head/; revision=136526
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-9/+1
| | | | Notes: svn path=/head/; revision=136525
* Mark these ports DEPRECATED due to being unmaintained and one or moreSam Lawrance2005-05-311-0/+3
| | | | | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me Notes: svn path=/head/; revision=136519
* - Update to 1.3.0.Florent Thoumie2005-05-312-22/+24
| | | | | | | | PR: ports/81711 Submitted by: maintainer Notes: svn path=/head/; revision=136516
* - sync rpmrc with FC3 only to make i386 and amd64 archsPatrick Li2005-05-272-1/+46
| | | | | | | | | | | compatible (no --ignorearch necessary) - bump PORTREVISION PR: ports/80922 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> Notes: svn path=/head/; revision=136301
* - Update to 1.2.0Pav Lucistnik2005-05-273-25/+24
| | | | | | | | PR: ports/81560 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136291
* - Unquote IGNORE message [1]Alexey Dokuchaev2005-05-271-1/+1
| | | | | | | | | - Fix missing space after comma Noticed by: portlint -A [1] Notes: svn path=/head/; revision=136261
* - Use DISTVERSIONAlexey Dokuchaev2005-05-272-7/+11
| | | | | | | | | | | - Fix MASTER_SITES and WWW in pkg-descr - Unbreak with recent GCC - Change IGNORE message so it fits nicely - Kill unneeded emply line in Makefile - Spell project name officially in Makefile header Notes: svn path=/head/; revision=136260
* Add lcab, Microsoft cabinet (.CAB) file creator.Alexey Dokuchaev2005-05-274-0/+29
| | | | | | | Inspired by: NetBSD pkgsrc Notes: svn path=/head/; revision=136240
* - Improve on port description [1]Alexey Dokuchaev2005-05-271-4/+15
| | | | | | | | | - Put space after `WWW:', not tab Obtained from: NetBSD [1] Notes: svn path=/head/; revision=136237
* - Fix bug: Torrentzip uses the read permission flag to check if a zip filePav Lucistnik2005-05-262-0/+33
| | | | | | | | | | | | needs to be processed. It does this by first setting all zip files to 0400, then as it processes the zip file it changes the permissions to 0200. PR: ports/81502 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> (maintainer) Obtained from: author Notes: svn path=/head/; revision=136211
* - Respect ${CC} and ${CXX}Jean-Yves Lefort2005-05-261-1/+3
| | | | | | | | | - Convert line terminators to UNIX format rather than requiring GCC 3.4 [1] Reported by: Patrick Bihan-Faou <patrick.bihan-faou@netzuno.com> [1] Notes: svn path=/head/; revision=136182
* Update to 1.5.a.59.Roman Bogorodskiy2005-05-212-4/+3
| | | | | | | | PR: 81340 Submitted by: Martin Matuska (maintainer) Notes: svn path=/head/; revision=135767
* Remove duplicated category.Anton Berezin2005-05-201-1/+1
| | | | | | | Noticed by: den Notes: svn path=/head/; revision=135678
* IGNORE if perl version < 5.6.Dmitry Sivachenko2005-05-201-1/+7
| | | | Notes: svn path=/head/; revision=135676
* Change my email address.Jean-Yves Lefort2005-05-152-2/+2
| | | | Notes: svn path=/head/; revision=135274
* update to 4.18.FUJISHIMA Satsuki2005-05-132-3/+3
| | | | | | | | | | ChangeLog: http://sourceforge.net/project/shownotes.php?release_id=326924 Approved by: maintainer Notes: svn path=/head/; revision=135214
* Update to version 2.08.Dmitry Sivachenko2005-05-122-4/+4
| | | | | | | | PR: 80921 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Notes: svn path=/head/; revision=135109
* - Sweep directories on amd64Pav Lucistnik2005-05-111-0/+2
| | | | Notes: svn path=/head/; revision=135058
* Update to 1.1.0Tilman Keskinoz2005-05-092-3/+3
| | | | | | | | | | (changelog: http://pear.php.net/package/File_Archive/download/1.1.0/) PR: 80818 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=134928
* Update to 4.17Jean-Yves Lefort2005-05-082-5/+6
| | | | | | | | PR: ports/80706 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134867
* Simple command line version of compression program using LZMA compressionJean-Yves Lefort2005-05-074-0/+58
| | | | | | | | | | | | | | | | | | method. This program is taken from LZMA SDK. 7-zip uses the same compression method, but creates 7Z archives instead of pure LZMA data stream. LZMA can compress and decompress data streams using standard input/output. Compression ratio is about 25-30% better than bzip2 and decompression speed is about two times faster. This makes LZMA good bzip2 replacement for use in software distribution. WWW: http://www.7-zip.org/sdk.html PR: ports/80554 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=134792
* The second attempt to fix plistRoman Bogorodskiy2005-05-062-4/+33
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=134694
* Fix plistRoman Bogorodskiy2005-05-041-1/+1
| | | | | | | | | PR: 80612 Submitted by: Sylvio Cesar (maintainer) Reported by: pointyhat via kris Notes: svn path=/head/; revision=134613
* TorrentZip creates byte-for-byte exact zip files on any machine. This allowsPav Lucistnik2005-05-044-0/+50
| | | | | | | | | | | | | people to join a torrent (after they have converted their zip files) with a particular set of files, thus preventing them from having to download the entire set of files again. Because of the way TorrentZip creates identical zips, the file hashes will always match those in the original torrent. PR: ports/80579 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=134605
* Update to 4.3.80Roman Bogorodskiy2005-05-023-41/+6
| | | | | | | | PR: 80524 (based on) Submitted by: sylvio cesar (maintainer) Notes: svn path=/head/; revision=134503
* . Update to 1.02.023.Greg Lewis2005-05-022-3/+3
| | | | Notes: svn path=/head/; revision=134477
* . Update to 1.02.023.Greg Lewis2005-05-022-3/+3
| | | | Notes: svn path=/head/; revision=134476
* unbreak amd64 and ia64.FUJISHIMA Satsuki2005-04-301-0/+4
| | | | Notes: svn path=/head/; revision=134394
* update to 4.16.FUJISHIMA Satsuki2005-04-283-31/+33
| | | | | | | | | | | ChangeLog: 4.14 -> 4.14.01 http://sourceforge.net/project/shownotes.php?release_id=299220 4.14.01 -> 4.16 http://sourceforge.net/project/shownotes.php?release_id=297065 Approved by: maintainer Notes: svn path=/head/; revision=134335
* - Update to 1.14Yen-Ming Lee2005-04-282-7/+4
| | | | | | | | | | | - Assign maintainership - Remove redundant knobs PR: 80437 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Notes: svn path=/head/; revision=134326
* + update port: archivers/pear-File_Archive to 1.0.1Roman Bogorodskiy2005-04-263-6/+5
| | | | | | | | | | | | + changelog: http://pear.php.net/package/File_Archive/download/1.0.1/ + update COMMENT + update pkg-descr PR: 80332 Submitted by: Antonio Carlos Venancio Junior (maintainer) Notes: svn path=/head/; revision=134170
* Move shared directory for klirc profiles into kdehier.Michael Nottebrock2005-04-251-1/+0
| | | | Notes: svn path=/head/; revision=134140
* Update to 2.10.3.Jeremy Messenger2005-04-226-28/+32
| | | | Notes: svn path=/head/; revision=133969
* - Depend on Perl (gremsync is not installed unless Perl is available).Jean-Yves Lefort2005-04-221-0/+8
| | | | | | | | | | - Fix configure-detected paths in scripts. Reported by: pointyhat Approved by: adamw (mentor), maintainer Notes: svn path=/head/; revision=133897
* - Update to 4.3.77Jean-Yves Lefort2005-04-206-230/+17
| | | | | | | | | | | | - Pass maintainership to sylvioc@gmail.com - Enable NLS and add WITHOUT_NLS knob PR: ports/80123 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133806