From owner-freebsd-ports Sun Feb 7 03:50:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15426 for freebsd-ports-outgoing; Sun, 7 Feb 1999 03:50:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15368 for ; Sun, 7 Feb 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA09140; Sun, 7 Feb 1999 03:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15174 for ; Sun, 7 Feb 1999 03:46:13 -0800 (PST) (envelope-from nox@saturn.hb.north.de) Received: from saturn.hb.north.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id MAA26131 for FreeBSD-gnats-submit@freebsd.org; Sun, 7 Feb 1999 12:28:30 +0100 Received: (from nox@localhost) by saturn.hb.north.de (8.8.5/8.8.5) id MAA28079; Sun, 7 Feb 1999 12:34:26 +0100 (MET) Message-Id: <199902071134.MAA28079@saturn.hb.north.de> Date: Sun, 7 Feb 1999 12:34:26 +0100 (MET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9944: new port: bzip2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9944 >Category: ports >Synopsis: new port: bzip2 >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: Sun Feb 7 03:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: me? organized? >Environment: >Description: I'm trying to port GNU-WIN32 as a cross-compiler and its distfile comes compressed with bzip2. so here is a port: >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: # # Makefile # files/md5 # pkg/COMMENT # pkg/DESCR # pkg/PLIST # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: bzip2 X# Version required: 0.9.0c X# Date created: Sun Feb 7 12:15:29 MET 1999 X# Whom: Juergen Lock X# X# $Id: Makefile,v 1.1 1999/02/07 12:15:29 nox Exp $ X# X XDISTNAME= bzip2-0.9.0c XCATEGORIES= archivers XMASTER_SITES= http://www.muraroa.demon.co.uk/ X XMAINTAINER= nox@jelal.kn-bremen.de X XMAN1= bzip2.1 bunzip2.1 bzip2recover.1 bzcat.1 X Xdo-install: X ${RM} -f ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 X ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin/bzip2 X ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin/bzip2recover X ln -fs bzip2 ${PREFIX}/bin/bunzip2 X ln -fs bzip2 ${PREFIX}/bin/bzcat X ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1/bzip2.1 X ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1/bzip2recover.1 X ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1/bunzip2.1 X ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1/bzcat.1 X X.include END-of-Makefile echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (bzip2-0.9.0c.tar.gz) = 29993af5282e817fafc5a76b4e0c98fa END-of-files/md5 echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XA block-sorting file compressor. END-of-pkg/COMMENT echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XThis is bzip2, a block-sorting file compressor, version X0.9.0. This version is fully compatible with the previous public Xrelease, bzip2-0.1pl2. X Xbzip2-0.9.0 is distributed under a BSD-style license. For details, Xsee the file LICENSE. END-of-pkg/DESCR echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/bzip2 Xbin/bzip2recover Xbin/bunzip2 Xbin/bzcat END-of-pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message