Commit Graph

805 Commits

Author SHA1 Message Date
naddy
2c50e00940 switch dependencies from lzma to xz 2009-09-10 15:30:21 +00:00
naddy
1e9bfe4e35 xz supersedes lzma 2009-09-10 15:29:06 +00:00
naddy
dfad51d695 Import XZ Utils 4.999.9beta, which replaces LZMA Utils.
LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.
2009-09-10 15:27:26 +00:00
bluhm
0d93456f7f update p5-Archive-Zip to 1.30
ok jasper
2009-09-09 16:58:05 +00:00
jolan
8a23ddb57c remove php5/extensions,-zip in favor of pecl-zip; they conflict and
pecl-zip is more up to date/stable

ok robert@
2009-08-21 20:26:08 +00:00
jolan
aee8eda735 update to 0.2.4 2009-08-19 00:17:37 +00:00
jolan
3ae931a616 +pecl-{rar,zip} 2009-08-16 06:40:57 +00:00
jolan
7d5a0a6b9e pecl-zip-1.10.2, PHP support for zip archives 2009-08-16 06:39:51 +00:00
jolan
a66fd8872f pecl-rar-1.0.0, PHP support for rar archives 2009-08-16 06:39:12 +00:00
sthen
6706facb2f +lzo2 2009-07-24 14:37:40 +00:00
sthen
ac85bdd102 import archivers/lzo2; an updated version of archivers/lzo that can
be installed alongside (different API).

ok landry@ benoit@
2009-07-24 14:35:42 +00:00
sthen
6c9f6a3cf7 more specific license marker 2009-07-22 21:19:13 +00:00
ajacoutot
bda384863c Add homepage. 2009-06-09 15:09:44 +00:00
sthen
dde1e59006 update to 9.04; from Josh Grosse (maintainer).
version numbering scheme changed to match 7-Zip.
2009-06-08 09:12:40 +00:00
benoit
7152854ebd - regen PLIST & patches
- update MASTER_SITES
- SUBST_CMD usage
- bump

ok ajacoutot@
2009-06-02 20:46:10 +00:00
benoit
0c1ac22f7f - update fastjar to 0.94
- regen PLIST
- change maintainer

ok ajacoutot@
2009-06-01 22:37:50 +00:00
benoit
f6b45dc905 +py-lzo
ok ajacoutot@
2009-05-31 21:12:26 +00:00
benoit
74d25eb325 import py-lzo
py-LZO is a Python module that interface with the LZO library.

LZO is a data compression library which is suitable for data
de-/compression in real-time. This means it favours speed over
compression ratio.

ok ajacoutot@
2009-05-31 21:03:10 +00:00
wcmaier
6efdf9fa68 Add HOMEPAGE, s/GPL/GPLv2/ in license marker, update my address, bump PKGNAME. 2009-05-31 18:06:26 +00:00
giovanni
aa69604392 Update to 0.13.52
Fixes build on vax.
ok benoit@
2009-05-25 15:29:24 +00:00
benoit
3fe777d2dc - update to unshield 0.5.1
- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@
2009-05-23 16:34:50 +00:00
sturm
8325678e2f remove -Werror to unbreak build on sparc64
This code seems to trigger a gcc bug, resulting in spurious format warnings.

ok naddy
2009-05-15 05:10:04 +00:00
naddy
1fb40b7366 update to 2.7.0 2009-04-18 18:22:49 +00:00
giovanni
681d2b0a2a Update to version 0.13.50
Regen patches
2009-03-23 18:06:28 +00:00
naddy
b7dd7b9606 Update to 1.22 which adds --xz/-J support for xz compression.
(xz itself will be imported once there is a stable release.)
2009-03-10 14:54:16 +00:00
naddy
1bfb4a027a maintenance update to 2.6.2 2009-03-08 21:50:34 +00:00
jasper
a993f02204 - remove perl modules that moved into base as of openbsd 4.5
ok simon@, "sure" naddy@
2009-03-08 16:48:48 +00:00
steven
377af8339a update to 4.65
from maintainer Josh Grosse
2009-02-15 08:02:19 +00:00
pirofti
45f9ed96e0 Add ruby-archive-tar-minitar. 2009-02-03 12:30:57 +00:00
pirofti
10fd5d5de3 Initial import of ruby-archive-tar-minitar.
Archive::Tar::Minitar is a pure-Ruby library and command-line utility 
that provides the ability to deal with POSIX tar(1) archive files. The 
implementation is based heavily on Mauricio Fernández's implementation 
in rpa-base, but has been reorganised to promote reuse in other
projects.

Okay bernd@.
2009-02-03 12:29:32 +00:00
kevlo
21713eb4a2 - add -D_BSD_SOURCE so that deco calls lstat(2)
- remove _XOPEN_SOURCE definition

ok sthen@
2009-01-29 10:28:06 +00:00
naddy
78dd235a9a update to 2.6.1, project has moved to Google Code 2009-01-24 18:32:07 +00:00
kevlo
bf64d836df add deco 2009-01-23 02:30:55 +00:00
kevlo
0fd5615b3a initial import of deco 1.6
Deco is a Unix script able to extract various archive file formats.
Supported archive formats: 7z, ace, ar, arc, arj, bz2, cab, cpio, deb,
flac, gz, jar, lha, lzma, lzo, rar, rpm, tar, zip, zoo.

ok sthen@
2009-01-23 02:30:20 +00:00
naddy
55e741e2f6 SECURITY:
Fix potential crash induced by malicious archives; from upstream CVS.
CVE-2007-4476, Bugtraq ID 26445
2009-01-16 16:58:05 +00:00
sturm
a604f81e7c update to zip 3.0
from form@ via mikeb@
2009-01-14 16:59:51 +00:00
naddy
543e6508f1 update to 2.6.0 2009-01-01 16:46:25 +00:00
rui
f40ddf5034 - maintenance update to unrar 3.85.
ok jasper@
2008-12-31 18:43:07 +00:00
naddy
38bc631dc7 Update to 1.21 which brings
* some new options, e.g. -J for lzma compression and --lzop,
* transformation scope flags,
* bug fixes

Testsuite patches from upstream CVS.
2008-12-30 17:37:05 +00:00
jasper
ad0e767ad3 - update p5-Archive-Zip to 1.26 2008-12-07 18:48:38 +00:00
steven
4560a4d00f update to 4.61
from maintainer Josh Grosse
2008-11-30 22:24:54 +00:00
jasper
dbab75bc6d - add missing header to fix potential 64-bit issues
- regen PLIST
2008-11-22 09:36:20 +00:00
kevlo
81c3a1e931 +p5-Compress-Bzip2 2008-11-11 13:56:03 +00:00
kevlo
cb369e4eeb import of p5-Compress-Bzip2-2.09
p5-Compress-Bzip2 a Perl interface to the bzip2 compression
algorithms. It uses the low level interface to the algorithm,
and reimplements all high level routines.

ok jasper@
2008-11-11 13:55:21 +00:00
jasper
9856ececea - update libmspack to 20060920a
- homepage moved
2008-10-28 01:23:34 +00:00
naddy
6b16bef477 unhook ports that are marked COMES_WITH 2008-10-02 21:06:14 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
simon
110c83b854 two more modules coming with base perl
pointed out by Markus Lude, thanks!
ok sthen@
2008-10-01 22:09:27 +00:00
simon
83605cee9c remove RUN_DEPENDS to p5-Compress-Zlib that now comes with perl and bump 2008-09-29 18:34:23 +00:00
simon
3894a7c8e4 set COMES_WITH=4.5 for ports coming together with the new perl 2008-09-29 18:32:12 +00:00
rui
7a8012026a - maintenance update to unrar 3.82.
ok jasper@
2008-09-21 18:25:32 +00:00
jasper
f07a2558c3 - update p5-Archive-Zip to 1.24, mostly bug fixes 2008-09-01 16:54:48 +00:00
steven
56e82921fc maintenance update to 4.32.7 2008-08-21 17:50:47 +00:00
simon
90ccdf00ff security update to version 1.38
ok kevlo@ (maintainer)
2008-07-28 10:20:32 +00:00
sthen
8864f08eef Better MASTER_SITES to avoid a redirect. From Lawrence Teo.
Nothing else changed, no need for a package bump.
2008-07-19 20:46:00 +00:00
sthen
7f6b72ca58 update to 2.0.11
- fix comment(!)

from Giovanni Bechis
2008-07-08 23:04:43 +00:00
sthen
1c0d4e8db1 update to 2.0.11
- fix minor documentation issue

from Giovanni Bechis
2008-07-08 23:03:16 +00:00
sthen
1a43e1971e update to 2.0.11
- fix mixed compression zip files
- add exUnix2 option to allow storing of UID & GID

from Giovanni Bechis
2008-07-08 23:02:31 +00:00
sthen
fb9653413c update to 2.011
- support mixed compression methods in zip
- improve interoperability with other modules

from kevlo and Giovanni Bechis
2008-07-08 23:00:21 +00:00
naddy
2bbc8d2ce7 update to 2.5.5 2008-07-05 20:38:09 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
naddy
6b4503cf52 Update to 1.5:
"Between star-1.4 and star-1.5, there have been more changes than in the
whole life of star until star-1.4."

For cross-platform consistency's sake, put configuration files under
${SYSCONFDIR}/default/.
2008-06-19 17:43:10 +00:00
sthen
1f9324de36 update to 4.58 and fix homepage, from maintainer Josh Grosse with
tweaks by me. Changelog notes speed optimizations, bug fixes, utf8
support for .zip filenames, .lzma unpack added.
2008-06-10 03:24:37 +00:00
rui
919fd92639 - maintenance update to unrar 3.81
ok jasper@
2008-06-09 08:18:01 +00:00
ajacoutot
77c3f0f65c - update HOMEPAGE and MASTER_SITES
- bump

from kevlo@
2008-06-08 14:25:44 +00:00
steven
ec08edc4d2 maintenance update to 4.32.6 2008-05-23 20:17:03 +00:00
naddy
053c912e43 Update to 1.20. Notable changes: This release adds support for
lzma compression and the -a option to select the compression algorithm
basing on the suffix of the archive file name.
2008-04-18 14:52:25 +00:00
jasper
30305e04d0 Security fix for unzip;
fix CVE-2008-0888, patch from debian.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888

ok grunk@ (who came up with the same diff)
2008-03-25 19:39:30 +00:00
naddy
6b4c85de85 SECURITY update to 2.4.14. (FreeBSD-SA-07:05.libarchive)
This fixes various vulnerabilities in handling corrupt tar files.
2008-03-18 21:43:35 +00:00
jasper
0b99313337 - honor cflags
- remove trailing whitespace from DESCR

ok ajacoutot@
2008-03-18 19:14:28 +00:00
naddy
6c7c3d9d2b SECURITY:
Update to 1.0.5, which includes integer overflow checks.
Fixes CERT-FI 20469.
2008-03-18 18:44:31 +00:00
steven
b09b618411 update to 4.32.5
also tested by sthen@, thanks
2008-03-15 14:02:31 +00:00
rui
a8f72637fb - update my e-mail address
ok jasper@
2008-02-14 21:36:27 +00:00
naddy
e42408d53e maintenance update to 2.4.12 2008-01-27 17:17:04 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
simon
3ff3ca4644 update to version 1.36
ok kevlo@ (maintainer)
2007-12-18 11:16:33 +00:00
sthen
8a30cdf694 update to 4.57 from MAINTAINER, Josh Grosse
ok steven
2007-12-16 11:22:29 +00:00
merdely
3fcb2cbbee Add TEST_POD=Yes to make regress happier.
No bump needed.

help and ok from steven@
2007-12-12 14:58:27 +00:00
naddy
e02b064a49 maintenance update to 2.4.6 2007-12-11 20:29:40 +00:00
eric
3863f9f396 remove bogus variable
spotted by okan@; ok okan@ merdely@
2007-12-11 15:11:21 +00:00
eric
5cdb9c857d +zziplib 2007-12-10 21:24:10 +00:00
eric
e3fd9ebdb9 The zziplib provides read access to zipped files in a zip-archive,
using compression based solely on free algorithms provided by zlib.
It also provides a functionality to overlay the archive filesystem
with the filesystem of the operating system environment.

help and ok merdely@
2007-12-10 21:22:48 +00:00
steven
fc84584951 update to 1.08
from jcroberts@designtools.org, ok maintainer
2007-12-04 13:40:46 +00:00
steven
478f5b2e50 update to 2.008
from jcroberts@designtools.org, verified by maintainer
2007-12-04 13:38:30 +00:00
steven
93e2331f09 update to 4.55
from maintainer Josh Grosse
2007-12-04 12:13:21 +00:00
steven
8cded66b8d update to 1.23
from jcroberts at designtools.org
2007-12-01 13:26:08 +00:00
naddy
b15cbd859b * update to 2.4.0
* enable bsdcpio
2007-11-26 18:38:03 +00:00
jasper
9b2ada8126 fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.

"of course it's ok!" jolan@ (MAINTAINER)
2007-11-07 20:58:15 +00:00
jasper
4c3bcd5faf fix build on mips64.
no bump, because !mips64 packages didn't change, and mips64 didn't package.
2007-11-06 09:44:54 +00:00
steven
1d46220bb2 do not invoke systrace twice. 2007-11-01 11:18:05 +00:00
naddy
1250989ed3 +libarchive 2007-10-29 19:29:57 +00:00
naddy
3853354d27 Import libarchive 2.3.4.
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar variants
and several cpio formats.

bsdtar is an almost fully GNU tar-compatible frontend for libarchive.
It is one of the fastest tar implementations and supports many advanced
features not found elsewhere.
2007-10-29 19:28:29 +00:00
espie
e22828589f fix bogosity: explictly run clean during pre-build, NOT as an extra
target that may be called concurrently
2007-10-27 13:01:28 +00:00
ajacoutot
367a4bb8c2 - use our naming scheme for patches 2007-10-26 20:25:39 +00:00
merdely
0f67ecaf33 Add ripole 2007-10-25 10:41:34 +00:00
merdely
3030bff8d6 ripOLE is a small program/library designed to pull out attachments from
OLE2 data files (ie, MS Office documents).

From William Yodlowsky with tweaks by me.
"go ahead if it works" steven@
2007-10-25 10:40:32 +00:00
sthen
a64a2caef2 bump to 1.07 (the old version's distfile is no longer on CPAN).
ok simon
2007-10-24 13:25:50 +00:00
naddy
0981ce1036 * update to 1.19
* fix static flavor
2007-10-22 16:33:41 +00:00
sthen
3f1ee59390 update to 2.007 from maintainer Giovanni Bechis
ok steven@
2007-10-15 16:45:16 +00:00
sthen
d617229639 update to 2.006 from maintainer Giovanni Bechis
ok steven@
2007-10-15 16:44:18 +00:00