Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 19:41:10 -0400 (EDT)
From:      patseal@hyperhost.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18027: New Port: mscompress
Message-ID:  <20000415234110.41054137F0D@foobar.foobar.eyep.net>

next in thread | raw e-mail | index | archive | help

>Number:         18027
>Category:       ports
>Synopsis:       New Port: mscompress
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 16:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Seal
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

Tested on 4.0-STABLE

>Description:

Microsoft "compress.exe/expand.exe" compatible (de)compressor

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mscompress
#	mscompress/files
#	mscompress/files/md5
#	mscompress/pkg
#	mscompress/pkg/COMMENT
#	mscompress/pkg/DESCR
#	mscompress/pkg/PLIST
#	mscompress/Makefile
#
echo c - mscompress
mkdir -p mscompress > /dev/null 2>&1
echo c - mscompress/files
mkdir -p mscompress/files > /dev/null 2>&1
echo x - mscompress/files/md5
sed 's/^X//' >mscompress/files/md5 << 'END-of-mscompress/files/md5'
XMD5 (mscompress-0.3.tar.bz2) = e85fe2fb0df95a7a921ecd867933ff89
END-of-mscompress/files/md5
echo c - mscompress/pkg
mkdir -p mscompress/pkg > /dev/null 2>&1
echo x - mscompress/pkg/COMMENT
sed 's/^X//' >mscompress/pkg/COMMENT << 'END-of-mscompress/pkg/COMMENT'
XMicrosoft "compress.exe/expand.exe" compatible (de)compressor
END-of-mscompress/pkg/COMMENT
echo x - mscompress/pkg/DESCR
sed 's/^X//' >mscompress/pkg/DESCR << 'END-of-mscompress/pkg/DESCR'
XMicrosoft "compress.exe/expand.exe" compatible (de)compressor
X
XThis package contains two programs:
X
Xmsexpand, which decompress files compressed by Microsoft compress.exe utility
X(e.g. Win 3.x installation files)
X
Xmscompress, which compress files using LZ77 compression algorithm. Output
Xfiles can be decompressed using Microsoft expand.exe or msexpand(1).
X
XWWW: none
END-of-mscompress/pkg/DESCR
echo x - mscompress/pkg/PLIST
sed 's/^X//' >mscompress/pkg/PLIST << 'END-of-mscompress/pkg/PLIST'
Xbin/mscompress
Xbin/msexpand
END-of-mscompress/pkg/PLIST
echo x - mscompress/Makefile
sed 's/^X//' >mscompress/Makefile << 'END-of-mscompress/Makefile'
X# Ports collection makefile for:  mscompress
X# Date created:			  15 Apr 2000
X# Whom:				  Patrick Seal <patseal@hyperhost.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mscompress
XPORTVERSION=	0.3
XCATEGORIES=	archivers
XMASTER_SITES=	ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
XEXTRACT_SUFX=	.tar.bz2
X
XMAINTAINER=	patseal@hyperhost.net
X
XUSE_BZIP2=	yes
XHAS_CONFIGURE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-mscompress/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000415234110.41054137F0D>