summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-09-16 19:00:49 +0000
committerzuntum <zuntum>2001-09-16 19:00:49 +0000
commitc15b206bf774975adcb6e0426b5a72da41b03e77 (patch)
tree5482e5c35bf079ba4254774429b208e8374bc72a /archivers
parentfb8a61a5ffa2cb6f5388f4589beedab7b718a021 (diff)
downloadpkgsrc-c15b206bf774975adcb6e0426b5a72da41b03e77.tar.gz
Initial import of mscompress-0.3
mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor Copyright (c) 2000 Martin Hinner <mhi@penguin.cz> Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com> ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ This package contains two programs: msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files) mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1). Package provided by collver@linuxfreemail.com in pkg/13767, imported without *any* modifications (an example of excellent pkgsrc work)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/mscompress/Makefile22
-rw-r--r--archivers/mscompress/distinfo4
-rw-r--r--archivers/mscompress/pkg/DESCR11
-rw-r--r--archivers/mscompress/pkg/PLIST5
4 files changed, 42 insertions, 0 deletions
diff --git a/archivers/mscompress/Makefile b/archivers/mscompress/Makefile
new file mode 100644
index 00000000000..82379c5a84c
--- /dev/null
+++ b/archivers/mscompress/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 19:00:49 zuntum Exp $
+#
+
+DISTNAME= mscompress-0.3
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/compress/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
+COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
+
+USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mscompress.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/msexpand.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/mscompress/distinfo b/archivers/mscompress/distinfo
new file mode 100644
index 00000000000..f7231b6db79
--- /dev/null
+++ b/archivers/mscompress/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/16 19:00:49 zuntum Exp $
+
+SHA1 (mscompress-0.3.tar.bz2) = 76fd76b08ca62b20cf4aacef78e5030a4b08c285
+Size (mscompress-0.3.tar.bz2) = 40989 bytes
diff --git a/archivers/mscompress/pkg/DESCR b/archivers/mscompress/pkg/DESCR
new file mode 100644
index 00000000000..c3d9caa4bdb
--- /dev/null
+++ b/archivers/mscompress/pkg/DESCR
@@ -0,0 +1,11 @@
+mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor
+Copyright (c) 2000 Martin Hinner <mhi@penguin.cz>
+Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com>
+ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
+
+This package contains two programs:
+
+msexpand, which decompress files compressed by Microsoft compress.exe utility
+ (e.g. Win 3.x installation files)
+mscompress, which compress files using LZ77 compression algorithm. Output
+ files can be decompressed using Microsoft expand.exe or msexpand(1).
diff --git a/archivers/mscompress/pkg/PLIST b/archivers/mscompress/pkg/PLIST
new file mode 100644
index 00000000000..468c55a0ae6
--- /dev/null
+++ b/archivers/mscompress/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/16 19:00:49 zuntum Exp $
+bin/mscompress
+bin/msexpand
+man/man1/mscompress.1
+man/man1/msexpand.1