aboutsummaryrefslogtreecommitdiff
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak on sparc64 [*]Alexey Dokuchaev2006-03-221-11/+4
| | | | | | | | | | | - Fix a small harmless typo - Utilize USE_DOS2UNIX - Remove no-op USE_REINPLACE Thanks to: philip for sparc64 box access [*] Notes: svn path=/head/; revision=157949
* Add libzip.Jean-Yves Lefort2006-03-215-0/+87
| | | | | | | | | | | | | | | libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. WWW: http://www.nih.at/libzip/ PR: ports/94710 Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> Notes: svn path=/head/; revision=157895
* Update to 1.2.1 release.Alex Dupre2006-03-193-9/+7
| | | | | | | | PR: ports/94699 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Notes: svn path=/head/; revision=157674
* - Update to 4.32 [1]Jean-Yves Lefort2006-03-192-20/+13
| | | | | | | | | | | - Drop maintainership [1]: PR: ports/93778 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=157641
* Fix build on 4.x.Christian Weisgerber2006-03-181-8/+19
| | | | | | | | PR: 94084 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=157599
* - update to 1.29Yen-Ming Lee2006-03-182-13/+5
| | | | Notes: svn path=/head/; revision=157516
* - Fix 100% cpu loadMarcus Alves Grando2006-03-172-0/+17
| | | | | | | | | | | - Bump PORTREVISION PR: 94600 Submitted by: maintainer Thanks to: McMCC Notes: svn path=/head/; revision=157491
* Fix a buffer overflow, caused by improper bounds checking of theChristian Weisgerber2006-03-042-1/+125
| | | | | | | | | | | | | PAX extended headers. By tricking a user into processing a specially crafted tar archive, this could be exploited to execute arbitrary code with the privileges of the user. Security: CVE-2006-0300 Approved by: portmgr (erwin) Obtained from: Ubuntu Notes: svn path=/head/; revision=156952
* Conversion to a single libtool environment.Ade Lovett2006-02-2335-143/+163
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 2.1Pav Lucistnik2006-02-213-19/+4
| | | | Notes: svn path=/head/; revision=156572
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-193-4/+0
| | | | Notes: svn path=/head/; revision=156387
* upgrade to 0.9.6Ying-Chieh Liao2006-02-152-5/+7
| | | | Notes: svn path=/head/; revision=156071
* Fix plist (typo).Alexander Leidinger2006-02-142-2/+2
| | | | Notes: svn path=/head/; revision=156053
* - Update to 0.5.12Tim Bishop2006-02-083-7/+10
| | | | | | | | | | - Assign maintainership to submitter PR: 92997 Submitted by: Joe Holden <joe@joeholden.co.uk> Notes: svn path=/head/; revision=155489
* - Update to 2.12.3Michael Johnson2006-02-066-10/+20
| | | | Notes: svn path=/head/; revision=155379
* Fix plist for ia64 and sparc64.Alexander Leidinger2006-02-042-1/+9
| | | | | | | Noticed by: pointyhat/kris Notes: svn path=/head/; revision=155192
* Update to KDE 3.5.1.Michael Nottebrock2006-02-015-182/+67
| | | | Notes: svn path=/head/; revision=154984
* Retire USE_REINPLACE.Sam Lawrance2006-01-301-2/+4
| | | | | | | Fix build on 4.x by stringifying a #define instead of defining it with quotes. Notes: svn path=/head/; revision=154760
* - Unbreak: patch out the offending check from configure scriptPav Lucistnik2006-01-292-2/+107
| | | | | | | | PR: ports/92510 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer) Notes: svn path=/head/; revision=154749
* The XAR project aims to provide an easily extensible archive format.Renato Botelho2006-01-256-0/+67
| | | | | | | | | | | | | | | | | | | Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data. WWW: http://www.opendarwin.org/projects/xar/ PR: ports/92250 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=154433
* AT&T now dynamically generates download URL. :-(Alexey Dokuchaev2006-01-241-1/+1
| | | | | | | Noticed by: fenner's distfile survey Notes: svn path=/head/; revision=154344
* Use .SILENT meta-source instead of numerous `@'-prefixes.Alexey Dokuchaev2006-01-241-5/+5
| | | | Notes: svn path=/head/; revision=154343
* BROKEN with WITHOUT_NLS: Does not build without gettextKris Kennaway2006-01-241-0/+1
| | | | Notes: svn path=/head/; revision=154313
* SHA256ify (manually done and checked)Edwin Groothuis2006-01-222-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154147
* SHA256ifyEdwin Groothuis2006-01-2240-0/+40
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154139
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154121
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2213-86/+86
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154108
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-223-21/+21
| | | | Notes: svn path=/head/; revision=154104
* - update to 1.28Cheng-Lung Sung2006-01-202-5/+5
| | | | Notes: svn path=/head/; revision=153957
* Update to 5.1.2 release:Alex Dupre2006-01-161-13/+0
| | | | | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions Notes: svn path=/head/; revision=153649
* BROKEN on sparc64: (still) does not compileKris Kennaway2006-01-141-1/+7
| | | | Notes: svn path=/head/; revision=153433
* Update to KDE 3.5.0Michael Nottebrock2006-01-086-70/+305
| | | | Notes: svn path=/head/; revision=153084
* Update to 0.9.5Edwin Groothuis2006-01-052-5/+6
| | | | Notes: svn path=/head/; revision=152785
* - relocate Test::* to BUILD_DEPENDS only for non-Test::* modulesYen-Ming Lee2006-01-041-4/+24
| | | | | | | | | | - add optional Text::Diff support for ptardiff - unbreak on old perl - bump PORTREVISION - assign to perl@ Notes: svn path=/head/; revision=152696
* - Update to 1.0Pav Lucistnik2005-12-302-5/+7
| | | | | | | | | | - Take maintainership PR: ports/91103 Submitted by: Rainer Alves <rainer.alves@gmail.com> Notes: svn path=/head/; revision=152441
* Update MASTER_SITES and add an additional mirrorEmanuel Haupt2005-12-291-1/+3
| | | | Notes: svn path=/head/; revision=152355
* Update MASTER_SITESEmanuel Haupt2005-12-291-1/+1
| | | | Notes: svn path=/head/; revision=152354
* - Fix a punctuation typoAlexey Dokuchaev2005-12-221-5/+5
| | | | | | | - Reformat slightly so it looks better Notes: svn path=/head/; revision=151838
* Add SHA256 hashes to my ports in this category.Alexey Dokuchaev2005-12-202-0/+2
| | | | Notes: svn path=/head/; revision=151661
* - Fix distname, add SHA256 checksumAlexey Dokuchaev2005-12-203-13/+8
| | | | | | | | - Mute somewhat hackish case of patching - Kill pkg-plist Notes: svn path=/head/; revision=151660
* - Fix a silly typo in files/MakefileAlexey Dokuchaev2005-12-202-3/+4
| | | | | | | - Add SHA256 hash while here Notes: svn path=/head/; revision=151659
* Add deutex 4.4.0, an advanced WAD composer for games like Doom, Heretic,Alexey Dokuchaev2005-12-204-0/+53
| | | | | | | | | Hexen, and Strife. WWW: http://www.teaser.fr/~amajorel/deutex/ Notes: svn path=/head/; revision=151656
* Fix build.Alex Dupre2005-12-121-0/+13
| | | | | | | | Submitted by: mnag Reported by: pointyhat via kris Notes: svn path=/head/; revision=151061
* - Update to 4.30Emanuel Haupt2005-12-123-8/+9
| | | | | | | | | | | - Rework pkg-descr PR: 90204 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=150985
* - Remove DEPRECATED. Mastersite is back again.Sergey Matveychuk2005-12-103-8/+16
| | | | | | | | | | | - Get rid of pkg-plist. - While I'm here, remove harmful interactivity. PR: ports/90188 Submitted by: Igor Pokrovsky (maintainer) Notes: svn path=/head/; revision=150807
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-095-38/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Update SHA256Emanuel Haupt2005-12-022-1/+2
| | | | | | | | | | | - Pass maintainership to submitter PR: 89839 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Discussed with: mnag Notes: svn path=/head/; revision=150234
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-307-0/+7
| | | | Notes: svn path=/head/; revision=150048
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=149997