summaryrefslogtreecommitdiff
path: root/archivers/cabextract
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /archivers/cabextract
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'archivers/cabextract')
-rw-r--r--archivers/cabextract/DESCR10
-rw-r--r--archivers/cabextract/Makefile17
-rw-r--r--archivers/cabextract/PLIST3
-rw-r--r--archivers/cabextract/distinfo7
-rw-r--r--archivers/cabextract/patches/patch-aa19
-rw-r--r--archivers/cabextract/patches/patch-ab22
6 files changed, 0 insertions, 78 deletions
diff --git a/archivers/cabextract/DESCR b/archivers/cabextract/DESCR
deleted file mode 100644
index a64dd0868c3..00000000000
--- a/archivers/cabextract/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-cabextract is a program that un-archives files in the Microsoft
-cabinet file format (.cab) or any binary file which contains an
-embedded cabinet file (frequently found in .exe files).
-
-cabextract will extract all files from all cabinet files specified on
-the command line
-
-To extract a multi-part cabinet consisting of several files, only give
-the first file as an argument to cabextract as it will automatically
-look for the remaining files.
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
deleted file mode 100644
index 4f2065fd3d0..00000000000
--- a/archivers/cabextract/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2005/05/22 20:07:36 jlam Exp $
-#
-
-DISTNAME= cabextract-1.1
-CATEGORIES= archivers
-MASTER_SITES= http://www.kyz.uklinux.net/downloads/
-
-MAINTAINER= ben@NetBSD.org
-HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php
-COMMENT= Microsoft cabinet (.CAB) file extractor
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/cabextract/PLIST b/archivers/cabextract/PLIST
deleted file mode 100644
index 4a5b4eb312a..00000000000
--- a/archivers/cabextract/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:18 zuntum Exp $
-bin/cabextract
-man/man1/cabextract.1
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
deleted file mode 100644
index 77a2f7a3791..00000000000
--- a/archivers/cabextract/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 14:45:22 agc Exp $
-
-SHA1 (cabextract-1.1.tar.gz) = 359c8f4ec9c62d9dac5d572269b607b2cae4fbf7
-RMD160 (cabextract-1.1.tar.gz) = f895a466d03c59cd4e99c217f8e9f409bf1b0bfc
-Size (cabextract-1.1.tar.gz) = 187495 bytes
-SHA1 (patch-aa) = 4d36b50b1ca2dfd6f317dd0bcbc23523e1da70f2
-SHA1 (patch-ab) = 87d0089ebc1589c805b67d44675c78f1cc4ffc3b
diff --git a/archivers/cabextract/patches/patch-aa b/archivers/cabextract/patches/patch-aa
deleted file mode 100644
index ccaa44f2311..00000000000
--- a/archivers/cabextract/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/10/28 10:35:56 wiz Exp $
-
---- mempcpy.c.orig 2004-07-16 16:07:01.000000000 +0200
-+++ mempcpy.c
-@@ -29,7 +29,13 @@ Copies @var{length} bytes from memory re
-
- */
-
--#include <ansidecl.h>
-+#include <string.h>
-+#ifndef PTR
-+#define PTR void*
-+#endif
-+#ifndef PARAMS
-+#define PARAMS(x) x
-+#endif
- #ifdef ANSI_PROTOTYPES
- #include <stddef.h>
- #else
diff --git a/archivers/cabextract/patches/patch-ab b/archivers/cabextract/patches/patch-ab
deleted file mode 100644
index c9ca3dbddeb..00000000000
--- a/archivers/cabextract/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/10/29 14:31:27 tv Exp $
-
---- configure.orig Fri Oct 29 09:40:19 2004
-+++ configure
-@@ -6608,7 +6608,7 @@ fi
-
-
-
--
-+if false; then
- for ac_func in mempcpy
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-@@ -6717,7 +6717,7 @@ esac
-
- fi
- done
--
-+fi
-
-
- ac_config_files="$ac_config_files Makefile cabextract.spec"