Received: by mail.netbsd.org (Postfix, from userid 605) id 05FE984D99; Fri, 3 Nov 2017 20:07:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8394E84CD8 for ; Fri, 3 Nov 2017 20:07:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bNm4MfLJQLMu for ; Fri, 3 Nov 2017 20:07:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC94D84D7B for ; Fri, 3 Nov 2017 20:07:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3D74FBDE; Fri, 3 Nov 2017 20:07:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509739632146090" MIME-Version: 1.0 Date: Fri, 3 Nov 2017 20:07:12 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/archivers To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171103200712.B3D74FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509739632146090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Nov 3 20:07:12 UTC 2017 Modified Files: pkgsrc/archivers: Makefile Added Files: pkgsrc/archivers/atool: DESCR Makefile PLIST distinfo pkgsrc/archivers/atool/patches: patch-configure Log Message: Import atool-0.39.0 from wip, PR pkg/52545. atool is a script for managing file archives of various types (tar, tar+gzip, zip, etc.). It provides the following commands: * aunpack: extract an archive, avoiding tar bombs * apack: create archives or compressed files * als: list the contents of an archive * acat: extract to the standard output * adiff: generate a diff between two archives * arepack: repack archives to a different format Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip, unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 pkgsrc/archivers/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/atool/DESCR \ pkgsrc/archivers/atool/Makefile pkgsrc/archivers/atool/PLIST \ pkgsrc/archivers/atool/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/atool/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509739632146090 Content-Disposition: inline Content-Length: 3814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/Makefile diff -u pkgsrc/archivers/Makefile:1.156 pkgsrc/archivers/Makefile:1.157 --- pkgsrc/archivers/Makefile:1.156 Mon Oct 23 13:15:29 2017 +++ pkgsrc/archivers/Makefile Fri Nov 3 20:07:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2017/10/23 13:15:29 adam Exp $ +# $NetBSD: Makefile,v 1.157 2017/11/03 20:07:12 bsiegert Exp $ # COMMENT= Archivers @@ -10,6 +10,7 @@ SUBDIR+= arc SUBDIR+= archangel SUBDIR+= arj SUBDIR+= ark +SUBDIR+= atool SUBDIR+= bicom SUBDIR+= bmap-tools SUBDIR+= brotli Added files: Index: pkgsrc/archivers/atool/DESCR diff -u /dev/null pkgsrc/archivers/atool/DESCR:1.1 --- /dev/null Fri Nov 3 20:07:12 2017 +++ pkgsrc/archivers/atool/DESCR Fri Nov 3 20:07:12 2017 @@ -0,0 +1,13 @@ +atool is a script for managing file archives of various types (tar, +tar+gzip, zip, etc.). It provides the following commands: + + + * aunpack: extract an archive, avoiding tar bombs + * apack: create archives or compressed files + * als: list the contents of an archive + * acat: extract to the standard output + * adiff: generate a diff between two archives + * arepack: repack archives to a different format + +Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip, +unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz. Index: pkgsrc/archivers/atool/Makefile diff -u /dev/null pkgsrc/archivers/atool/Makefile:1.1 --- /dev/null Fri Nov 3 20:07:12 2017 +++ pkgsrc/archivers/atool/Makefile Fri Nov 3 20:07:12 2017 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/11/03 20:07:12 bsiegert Exp $ + +DISTNAME= atool-0.39.0 +CATEGORIES= archivers +MASTER_SITES= http://savannah.nongnu.org/download/atool/ + +MAINTAINER= mcy@lm7.fr +HOMEPAGE= http://www.nongnu.org/atool/ +COMMENT= Manage file archives of various types +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LANGUAGES= # none (perl) +USE_TOOLS+= gmake perl +REPLACE_PERL= atool + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/archivers/atool/PLIST diff -u /dev/null pkgsrc/archivers/atool/PLIST:1.1 --- /dev/null Fri Nov 3 20:07:12 2017 +++ pkgsrc/archivers/atool/PLIST Fri Nov 3 20:07:12 2017 @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2017/11/03 20:07:12 bsiegert Exp $ +bin/acat +bin/adiff +bin/als +bin/apack +bin/arepack +bin/atool +bin/aunpack +man/man1/acat.1 +man/man1/adiff.1 +man/man1/als.1 +man/man1/apack.1 +man/man1/arepack.1 +man/man1/atool.1 +man/man1/aunpack.1 Index: pkgsrc/archivers/atool/distinfo diff -u /dev/null pkgsrc/archivers/atool/distinfo:1.1 --- /dev/null Fri Nov 3 20:07:12 2017 +++ pkgsrc/archivers/atool/distinfo Fri Nov 3 20:07:12 2017 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2017/11/03 20:07:12 bsiegert Exp $ + +SHA1 (atool-0.39.0.tar.gz) = 40865bdc533f95fcaffdf8002889eb2ac67224a9 +RMD160 (atool-0.39.0.tar.gz) = ca067ba295ff2ad11dc1c9147a13f8a1becaf078 +SHA512 (atool-0.39.0.tar.gz) = 2011c13f510a140e71d26f9eac60d07f2cb9004dc278303fd37c5c7f78a6a2366ad9193e7b4e015d9fba8218c59205a6339189ae4775b0afc42328f9607524d3 +Size (atool-0.39.0.tar.gz) = 119307 bytes +SHA1 (patch-configure) = f7e4c5a07a9886f1ed4eb49f53523bd9bd0643f6 Index: pkgsrc/archivers/atool/patches/patch-configure diff -u /dev/null pkgsrc/archivers/atool/patches/patch-configure:1.1 --- /dev/null Fri Nov 3 20:07:12 2017 +++ pkgsrc/archivers/atool/patches/patch-configure Fri Nov 3 20:07:12 2017 @@ -0,0 +1,14 @@ +$NetBSD: patch-configure,v 1.1 2017/11/03 20:07:12 bsiegert Exp $ + +Fix bad substitution in configure. +--- configure.orig 2012-02-21 18:14:06 UTC ++++ configure +@@ -2261,7 +2261,7 @@ fi + + + eval `$PERL -V:startperl` +-if test "${startperl:0:1}" = "#" ; then ++if test "$(echo ${startperl} | awk '{ string=substr($0, 1, 1); print string; }')" = "#" ; then + startperl="\\$startperl" + fi + PERL_SHEBANG=$startperl --_----------=_1509739632146090--