pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers Import atool-0.39.0 from wip, PR pkg/52545.
details: https://anonhg.NetBSD.org/pkgsrc/rev/98ba1f3cfe0b
branches: trunk
changeset: 371114:98ba1f3cfe0b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Nov 03 20:07:12 2017 +0000
description:
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.
diffstat:
archivers/Makefile | 3 ++-
archivers/atool/DESCR | 13 +++++++++++++
archivers/atool/Makefile | 17 +++++++++++++++++
archivers/atool/PLIST | 15 +++++++++++++++
archivers/atool/distinfo | 7 +++++++
archivers/atool/patches/patch-configure | 14 ++++++++++++++
6 files changed, 68 insertions(+), 1 deletions(-)
diffs (103 lines):
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/Makefile
--- a/archivers/Makefile Fri Nov 03 19:44:21 2017 +0000
+++ b/archivers/Makefile Fri Nov 03 20:07:12 2017 +0000
@@ -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+= archangel
SUBDIR+= arj
SUBDIR+= ark
+SUBDIR+= atool
SUBDIR+= bicom
SUBDIR+= bmap-tools
SUBDIR+= brotli
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/atool/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/atool/DESCR Fri Nov 03 20:07:12 2017 +0000
@@ -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.
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/atool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/atool/Makefile Fri Nov 03 20:07:12 2017 +0000
@@ -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@localhost
+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"
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/atool/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/atool/PLIST Fri Nov 03 20:07:12 2017 +0000
@@ -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
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/atool/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/atool/distinfo Fri Nov 03 20:07:12 2017 +0000
@@ -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
diff -r e31e41a72f2c -r 98ba1f3cfe0b archivers/atool/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/atool/patches/patch-configure Fri Nov 03 20:07:12 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index