pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/advancecomp (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89f94c7a5241
branches:  trunk
changeset: 347802:89f94c7a5241
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 30 13:27:04 2016 +0000

description:
(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:

 archivers/advancecomp/Makefile         |   5 +++--
 archivers/advancecomp/distinfo         |  12 ++++++------
 archivers/advancecomp/patches/patch-aa |   4 +++-
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 05c8c04e50a5 -r 89f94c7a5241 archivers/advancecomp/Makefile
--- a/archivers/advancecomp/Makefile    Mon May 30 12:25:36 2016 +0000
+++ b/archivers/advancecomp/Makefile    Mon May 30 13:27:04 2016 +0000
@@ -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@localhost
 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 -r 05c8c04e50a5 -r 89f94c7a5241 archivers/advancecomp/distinfo
--- a/archivers/advancecomp/distinfo    Mon May 30 12:25:36 2016 +0000
+++ b/archivers/advancecomp/distinfo    Mon May 30 13:27:04 2016 +0000
@@ -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 -r 05c8c04e50a5 -r 89f94c7a5241 archivers/advancecomp/patches/patch-aa
--- a/archivers/advancecomp/patches/patch-aa    Mon May 30 12:25:36 2016 +0000
+++ b/archivers/advancecomp/patches/patch-aa    Mon May 30 13:27:04 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index