Commit Graph

852 Commits

Author SHA1 Message Date
sebastia
9422359321 Use gcc3 module to build on sparc.
OK naddy@, landry@, steven@
2010-07-19 12:04:12 +00:00
kili
70282e44c8 PKGNAME not needed here. 2010-07-17 13:50:14 +00:00
sebastia
e5ac612e78 fix compilation on gcc-2.95 archs.
OK naddy@, landry@.
2010-07-13 12:45:49 +00:00
espie
cbd9341a86 switch to REVISION 2010-07-11 15:57:46 +00:00
naddy
8055126324 remove binary-only port that relies on broken or (soon to be) removed
foreign OS compatibility
2010-07-05 21:54:53 +00:00
naddy
8ecf05effe update to 1.5.1 (there were 89 alpha versions) 2010-07-02 05:20:26 +00:00
sthen
ab52e8db7b pudate to 9.13, Josh Grosse (maintainer) ok 2010-06-20 15:54:35 +00:00
kili
c78948cdd1 Bump after ghc update. 2010-06-15 17:18:50 +00:00
naddy
224f8d7051 Fix dead loop on extracting existing symlinks with the -k option.
From upstream.
2010-06-12 15:17:11 +00:00
ajacoutot
3704999ee6 Both the rpm and rpm2cpio pkg provide the rpm2cpio utility, so make it
possible to use either one of both.

ok kevlo@ (maintainer)
2010-06-08 08:14:46 +00:00
sthen
6ac802b8c8 mirror the distfile, hu-berlin's ftp server is broken with EPSV 2010-06-07 09:26:41 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
kili
57f4237591 WANTLIB += m stdc++.
While here, update license marker (LGPLv2.1)
2010-06-02 09:57:17 +00:00
jasper
ac35c6ef87 - workaround no longer needed for mips64 2010-05-22 07:44:29 +00:00
jasper
800ce315d4 - mips64 workaround no longer needed 2010-05-21 22:43:14 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
giovanni
c4c5908e8b Update to 0.13.59 2010-05-12 16:08:15 +00:00
robert
a0cf6234c2 pull gcc4 fix from freebsd 2010-05-09 15:30:53 +00:00
robert
e250361755 - make gcc4 happy
- add a working MASTER_SITE
2010-05-09 15:22:43 +00:00
jsg
f53bbab61e update to unzip 6.0 which adds support for ZIP64 & UTF8 filenames
among other things.
2010-04-25 10:36:05 +00:00
kili
f40a51b4cb Add hs-zlib 2010-04-22 22:22:22 +00:00
jolan
b496e24f57 update to 2.0.0 2010-04-22 03:44:13 +00:00
kevlo
d9fe976631 update to 1.6.1.1
ok jasper@
2010-04-20 10:25:09 +00:00
ajacoutot
ba27702cd7 PREFIX -> TRUEPREFIX 2010-04-19 08:16:17 +00:00
ajacoutot
2de1ea51a9 +libtar 2010-04-16 13:12:03 +00:00
ajacoutot
a33e6c9c96 Import libtar-1.2.11
libtar is a library for manipulating tar files from within C programs.
Here are some of its features:

  * Handles both POSIX tar file format and the GNU extensions.
  * API provides functions for easy use, such as tar_extract_all().
  * Also provides functions for more granular use, such as 
    tar_append_regfile().

Patches from pkgsrc.

requested by xsa@
WANTLIB and SHARED_LIB military look from kili@
ok kili@
2010-04-16 13:10:47 +00:00
ajacoutot
ce7c969358 Stupid poor blank lines, stupid poor blank lines... 2010-04-15 14:58:24 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
kili
9481bb99db Import hs-zlib, providing zlib bindings for Haskell.
Requred by darcs and also member of the Haskell Platform.
Not yet weird to the build.
2010-04-08 14:52:11 +00:00
naddy
a77479079d SECURITY update to 2.11 for CVE-2010-0624:
Heap-based buffer overflow allows remote rmt servers to cause a
denial of service (memory corruption) or possibly execute arbitrary
code by sending more data than was requested.

with jasper@
2010-04-05 16:58:59 +00:00
naddy
e66668aa3e update to 2.8.3 2010-04-05 11:36:55 +00:00
naddy
240776a6c0 pre-format man pages with mandoc(1) instead of groff on a FreeBSD system 2010-04-04 15:02:05 +00:00
naddy
76cb00367f update to 1.23 2010-03-28 18:35:00 +00:00
naddy
7985668aef SECURITY fix for CVE-2010-0624:
Heap-based buffer overflow allows remote rmt servers to cause a
denial of service (memory corruption) or possibly execute arbitrary
code by sending more data than was requested.

prodded by jasper@
2010-03-24 18:02:00 +00:00
espie
d38d410e62 duh, don't extract stuff to WRKDIST during install 2010-03-01 13:06:58 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
648b05ef6f minor update to 3.9.7, ok rui@ 2009-12-19 22:34:58 +00:00
ajacoutot
c0f4ebc1ac Update to lzop-1.02rc1.
This version is 'only' 4 years old and brings us support for lzo2.

ok sthen@
2009-11-20 13:35:25 +00:00
jasper
a3b6708089 - another file upset gcc on mips64 2009-11-08 16:42:21 +00:00
naddy
18d6c9cfbb work around internal compiler error on alpha, too; ok rui@, merdely@ 2009-11-08 16:30:40 +00:00
benoit
ed2b52a78a - update unshield to 0.6
ok jsg@, ajacoutot@
2009-10-14 10:27:28 +00:00
espie
649178beeb fuck-off, schilly 2009-10-10 09:18:51 +00:00
naddy
5a91efa6d2 update to 3.96; ok rui@ 2009-09-11 16:14:01 +00:00
naddy
6c5dfab106 remove lzma, it has been superseded by xz; ok steven@ 2009-09-10 15:32:36 +00:00
naddy
229b8b94c5 update to 2.7.1 and switch dependency from lzma to xz 2009-09-10 15:31:43 +00:00
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