summaryrefslogtreecommitdiff
path: root/archivers/cabextract
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-18 09:56:13 +0000
committeragc <agc@pkgsrc.org>2001-10-18 09:56:13 +0000
commit180d4b08a22369b9121f49e0da2b253f94ccf4b2 (patch)
tree5f083e4ee207b2111163cdb7157b0504d1f19520 /archivers/cabextract
parent87f46e7d280f532f3c907e9e58beb4d5bccfe545 (diff)
downloadpkgsrc-180d4b08a22369b9121f49e0da2b253f94ccf4b2.tar.gz
Initial import of cabextract-0.5 into the NetBSD Packages Collection.
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. Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the description fleshed out slightly by myself, taken from the man page.
Diffstat (limited to 'archivers/cabextract')
-rw-r--r--archivers/cabextract/Makefile17
-rw-r--r--archivers/cabextract/distinfo4
-rw-r--r--archivers/cabextract/pkg/DESCR10
-rw-r--r--archivers/cabextract/pkg/PLIST3
4 files changed, 34 insertions, 0 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
new file mode 100644
index 00000000000..314be84660e
--- /dev/null
+++ b/archivers/cabextract/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/18 09:56:13 agc Exp $
+#
+
+DISTNAME= cabextract-0.5
+CATEGORIES= archivers
+MASTER_SITES= http://www.kyz.uklinux.net/downloads/
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php3
+COMMENT= Microsoft cabinet (.CAB) file extractor
+
+USE_BUILDLINK_ONLY= yes
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
new file mode 100644
index 00000000000..1c319e8bc69
--- /dev/null
+++ b/archivers/cabextract/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/18 09:56:13 agc Exp $
+
+SHA1 (cabextract-0.5.tar.gz) = 0ae65a6c86d57f13a136986ba3df8aab8d2cfcf9
+Size (cabextract-0.5.tar.gz) = 76097 bytes
diff --git a/archivers/cabextract/pkg/DESCR b/archivers/cabextract/pkg/DESCR
new file mode 100644
index 00000000000..a64dd0868c3
--- /dev/null
+++ b/archivers/cabextract/pkg/DESCR
@@ -0,0 +1,10 @@
+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/pkg/PLIST b/archivers/cabextract/pkg/PLIST
new file mode 100644
index 00000000000..a536c318603
--- /dev/null
+++ b/archivers/cabextract/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/18 09:56:13 agc Exp $
+bin/cabextract
+man/man1/cabextract.1