pkgsrc-WIP-changes archive

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

Remove atool after import.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Fri Nov 3 21:12:57 2017 +0100
Changeset:	ffa09baa380bf10206cd68dd1dd09b257f3e9adc

Modified Files:
	Makefile
Removed Files:
	atool/DESCR
	atool/Makefile
	atool/PLIST
	atool/TODO
	atool/distinfo
	atool/patches/patch-configure

Log Message:
Remove atool after import.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffa09baa380bf10206cd68dd1dd09b257f3e9adc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                      |  1 -
 atool/DESCR                   | 13 -------------
 atool/Makefile                | 17 -----------------
 atool/PLIST                   | 15 ---------------
 atool/TODO                    |  1 -
 atool/distinfo                |  7 -------
 atool/patches/patch-configure | 14 --------------
 7 files changed, 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 1b5203e265..f4c062ef99 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,6 @@ SUBDIR+=	aten
 SUBDIR+=	atftp
 SUBDIR+=	atlas
 SUBDIR+=	atompaw
-SUBDIR+=	atool
 SUBDIR+=	ats2
 SUBDIR+=	audiere
 SUBDIR+=	audio-mml
diff --git a/atool/DESCR b/atool/DESCR
deleted file mode 100644
index 76a6b08c4d..0000000000
--- a/atool/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-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 --git a/atool/Makefile b/atool/Makefile
deleted file mode 100644
index 1eb1875a36..0000000000
--- a/atool/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2013/06/16 13:28:20 shattered 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 --git a/atool/PLIST b/atool/PLIST
deleted file mode 100644
index 05fd4f4b05..0000000000
--- a/atool/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/11 16:20:39 slitvinov 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 --git a/atool/TODO b/atool/TODO
deleted file mode 100644
index 48e68cd112..0000000000
--- a/atool/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Package ready for review/import.
diff --git a/atool/distinfo b/atool/distinfo
deleted file mode 100644
index b6220e510b..0000000000
--- a/atool/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/05/11 16:20:39 slitvinov 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 --git a/atool/patches/patch-configure b/atool/patches/patch-configure
deleted file mode 100644
index 5edf61a138..0000000000
--- a/atool/patches/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-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