summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormef <mef>2016-05-30 13:27:04 +0000
committermef <mef>2016-05-30 13:27:04 +0000
commit79c675fa0dd14523ef33fc6f375f766ef913daf5 (patch)
tree143a01264406b1402aaf37e6942ce05c9f3c0fa8 /archivers
parent4fd10bac90824f52e9c0335f7483ae19b1375bfb (diff)
downloadpkgsrc-79c675fa0dd14523ef33fc6f375f766ef913daf5.tar.gz
(pkgsrc)
- Add LICENSE as gnu-gpl-v3 - Add comment on patch-aa picking from cvs log (upstream) - Updated archivers/advancecomp to 1.19 ------------------------------------- ADVANCECOMP VERSION 1.19 2014/03 ================================ * Limited the iterations number to 255 with the -3 option. * Added a new -k, --keep-file-time option to advzip [Marco Banfi]. * Made the Windows binary again compatible with old 686 processors. ADVANCECOMP VERSION 1.18 2013/11 ================================ * Added build support for new powerpc architectures. * Fixed build with BZIP. ADVANCECOMP VERSION 1.17 2013/03 ================================ * Changed to GPL3. * Added zopfli support. It's enabled using -4, --shrink-insane. You can control the number of iterations with the new -i, --iter option. Thanks to Darik Horn for the patches.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/advancecomp/Makefile5
-rw-r--r--archivers/advancecomp/distinfo12
-rw-r--r--archivers/advancecomp/patches/patch-aa4
3 files changed, 12 insertions, 9 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index f03b38fdb0c..8a9327e131e 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 14:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/05/30 13:27:04 mef Exp $
-DISTNAME= advancecomp-1.15
+DISTNAME= advancecomp-1.19
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://advancemame.sourceforge.net/
COMMENT= Recompression utilities for .zip, .png, .mng and .gz files
+LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/archivers/advancecomp/distinfo b/archivers/advancecomp/distinfo
index 59339a9b145..860beb9d373 100644
--- a/archivers/advancecomp/distinfo
+++ b/archivers/advancecomp/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:56:20 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/05/30 13:27:04 mef Exp $
-SHA1 (advancecomp-1.15.tar.gz) = 74fed754841efadcb8dd156d2c5e095bfaff83e6
-RMD160 (advancecomp-1.15.tar.gz) = 13468f350e15e7f23778d8351819a792fbf07c9a
-SHA512 (advancecomp-1.15.tar.gz) = 18d6abb4c739c16e340bad2e87f89b545d0ecb660897a109a038b2a236bab6ce3d3b3ad572839fb4ce7981c5f150d8ed2447654291a8d808bbb85e70152e47ba
-Size (advancecomp-1.15.tar.gz) = 259340 bytes
-SHA1 (patch-aa) = bb74883968ec79e3f5f62085668cf3341c46570c
+SHA1 (advancecomp-1.19.tar.gz) = 894c2db01c9fff40257f929496621bdcea77748b
+RMD160 (advancecomp-1.19.tar.gz) = 1064b5068178f6b65b30821cc19dcc0d241e4934
+SHA512 (advancecomp-1.19.tar.gz) = 9bce761f315e94ea9ebe59273cc810297e6227d914b498501f159f05c3a002236570c2d4248b397c5cdd3cf9a60565bb8d7f1470b079d5f50249031d3c78348d
+Size (advancecomp-1.19.tar.gz) = 1193228 bytes
+SHA1 (patch-aa) = ddc8b6981e1e0b46ac6291aee65d56cdae9f0998
SHA1 (patch-ab) = 1e6e10943bd2a414d4f704bd94b1de3d1036dd90
SHA1 (patch-ac) = d08d44224c4351c66c920b26bacc3f749a54d31a
diff --git a/archivers/advancecomp/patches/patch-aa b/archivers/advancecomp/patches/patch-aa
index 85569cfc0a4..cc4fbdde06c 100644
--- a/archivers/advancecomp/patches/patch-aa
+++ b/archivers/advancecomp/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1 2007/01/14 16:28:40 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2016/05/30 13:27:04 mef Exp $
+
+Fixed the build for sunpro on Solaris 10.
--- portable.h.orig 2004-08-09 15:04:02.000000000 +0200
+++ portable.h 2007-01-14 17:05:21.524063100 +0100