From c15b206bf774975adcb6e0426b5a72da41b03e77 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 16 Sep 2001 19:00:49 +0000 Subject: Initial import of mscompress-0.3 mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor Copyright (c) 2000 Martin Hinner 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) --- archivers/mscompress/Makefile | 22 ++++++++++++++++++++++ archivers/mscompress/distinfo | 4 ++++ archivers/mscompress/pkg/DESCR | 11 +++++++++++ archivers/mscompress/pkg/PLIST | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 archivers/mscompress/Makefile create mode 100644 archivers/mscompress/distinfo create mode 100644 archivers/mscompress/pkg/DESCR create mode 100644 archivers/mscompress/pkg/PLIST 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 +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 -- cgit v1.2.3