diff options
author | agc <agc> | 2001-10-18 09:56:13 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-18 09:56:13 +0000 |
commit | ee5a1c8bc483932889b8b7c5b5240db1621aa0d6 (patch) | |
tree | 5f083e4ee207b2111163cdb7157b0504d1f19520 /archivers | |
parent | 39bfef49961261f86a41cd7b9f47b7e69d174f39 (diff) | |
download | pkgsrc-ee5a1c8bc483932889b8b7c5b5240db1621aa0d6.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')
-rw-r--r-- | archivers/cabextract/Makefile | 17 | ||||
-rw-r--r-- | archivers/cabextract/distinfo | 4 | ||||
-rw-r--r-- | archivers/cabextract/pkg/DESCR | 10 | ||||
-rw-r--r-- | archivers/cabextract/pkg/PLIST | 3 |
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 |