Commit Graph

868 Commits

Author SHA1 Message Date
jasper
29fe8310c6 - update libzip to 0.10.0, fixes CVE-2011-0421,
libzip "_zip_name_locate()" NULL Pointer Dereference Vulnerability
2011-03-22 09:20:15 +00:00
sthen
e4d14fc887 update to 9.20.1, from maintainer Josh Grosse 2011-03-21 12:54:17 +00:00
naddy
bd3be081c6 Update to 4.00 release; maintainer timeout.
Switch version numbering to the official version from version.hpp,
different from the distfile numbering.  jasper@ agrees.

The current license allows PERMIT_*=Yes.  sthen@ agrees.
2011-03-18 20:14:58 +00:00
naddy
150ee9c6fd update to bugfix release 1.26 2011-03-15 21:10:13 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
sthen
068496c57a remove iso-8859-1 chars that display badly with a utf-8 terminal.
pointed out by Anthony J. Bentley
2011-03-14 08:51:25 +00:00
jasper
0c592a2737 - fix build on mips64*
ok dhill@ (MAINTAINER)
2011-03-13 20:43:24 +00:00
dhill
2f9e465d18 libshrink
ok landry@
2011-03-11 21:25:45 +00:00
dhill
ec48c56b6d libshrink port 2011-03-11 21:24:03 +00:00
giovanni
bd1765cd74 Update to 0.13.60 2011-03-08 15:37:28 +00:00
naddy
3ff738f4dd Update to 5.0.1:
* xz --force now (de)compresses files that have setuid, setgid,
  or sticky bit set and files that have multiple hard links.
  The man page had it documented this way already, but the code
  had a bug.
* gzip and bzip2 support in xzdiff was fixed.
2011-03-02 20:53:36 +00:00
jasper
8eabdf1242 - tighten dependencies according to the cabal files.
ok kili@
2011-01-19 17:19:51 +00:00
miod
a60af20a1f Change sprintfw() from a macro to an inline function, as g++ 2 doesn't like
variadic macros (yet gcc 2 does), and remove the no longer necessary alpha
optimization flags downgrade.
ok giovanni@ benoit@
2011-01-11 18:23:12 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jasper
74024da86e set NO_REGRESS 2010-12-30 11:11:41 +00:00
benoit
7fe2ad4550 - update unrar to 4.02
- maintainer timeout
- add and regen patches

ok giovanni@
2010-12-30 07:51:27 +00:00
jasper
5086d2eecb -sync 2010-12-08 12:44:32 +00:00
jasper
2eeb92a657 import hs-zlib-bindings
Low-level bindings to the zlib package.

ok kili@
2010-12-08 12:44:04 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
naddy
e1e7068a4a Fix bug with --one-file-system and --listed-incremental. This is
important for at least misc/amanda-client.  From upstream.
2010-11-27 21:02:54 +00:00
jasper
91d45d6e46 - sync 2010-11-27 09:17:40 +00:00
jasper
fb6d30f3b5 import libzip 0.9.3
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.

ok sthen@
2010-11-27 09:16:57 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
espie
3759fd0ba1 forgotten commit 2010-11-11 19:39:23 +00:00
naddy
c24db02341 allow building as root; requested by ckuethe@ 2010-11-09 16:28:59 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
naddy
9ef62d28db update to first non-beta release 5.0.0; mostly from steven@ 2010-11-08 20:11:13 +00:00
naddy
b3cc96497f update to 1.25: fixes extraction with the -C option in effect 2010-11-08 16:31:51 +00:00
jasper
8d332e7992 don't reset BUILD_DEPENDS if we're using the static flavor, so we keep
xz as a build dependency there. fixes build of gtar,static on a clean box
2010-11-04 22:51:13 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
benoit
3efca309a7 - update lzo2 to 2.04
ok steven@
2010-11-01 11:20:46 +00:00
naddy
e31f897ea2 don't preformat the man pages now that man(1) calls mandoc(1) 2010-10-30 17:27:03 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
naddy
f59334ed04 update to 1.24: various bug fixes, no major changes 2010-10-28 13:50:30 +00:00
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
merdely
e0f038524e + pecl-lzf 2010-10-27 23:09:07 +00:00
merdely
4967608efe Initial import of pecl-lzf:
This package handles LZF de/compression.

From MAINTAINER: Johan Huldtgren
Tweaks by me.
ok sthen@
2010-10-27 23:08:11 +00:00
jasper
1dd9d5d3bb - sync 2010-10-24 11:38:50 +00:00
jasper
743487af26 import p5-POE-Filter-Zlib 2.02
POE::Filter::Zlib provides a POE filter for performing
compression/uncompression using Compress::Zlib. It is suitable for use
with POE::Filter::Stackable.

ok sthen@
2010-10-24 11:38:22 +00:00
naddy
4be689a796 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-19 21:04:52 +00:00
espie
b02283c3fe LIB_DEPENDS -> WANTLIB 2010-10-19 19:45:53 +00:00
sthen
4e1488e52a fix tabs 2010-10-18 21:55:51 +00:00
sthen
16fb1a7783 fix a few tabtabUSE_GROFF, problem pointed out by Alexandr Shadchin 2010-10-18 21:35:47 +00:00
espie
3ed7d907a5 USE_GROFF=Yes 2010-10-18 16:47:00 +00:00
sthen
94f3dde2b7 Add a taint mode fix for newer Perl, from CPAN RT. Fixes a problem with
MailScanner noted by Brad, tested by Brad and myself.
2010-10-15 18:50:23 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00