From owner-freebsd-ports Sat Aug 25 17: 0:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B3B37B409 for ; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7Q001t64474; Sat, 25 Aug 2001 17:00:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234]) by hub.freebsd.org (Postfix) with ESMTP id DACD837B409 for ; Sat, 25 Aug 2001 16:53:11 -0700 (PDT) (envelope-from gslin@infomath.math.nctu.edu.tw) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw2-out.NCTU.edu.tw (8.11.4/8.11.4) with ESMTP id f7PNr8T52338 for ; Sun, 26 Aug 2001 07:53:10 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 1ED273D98; Sun, 26 Aug 2001 07:53:08 +0800 (CST) Message-Id: <20010825235308.1ED273D98@infomath.math.nctu.edu.tw> Date: Sun, 26 Aug 2001 07:53:08 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30087: New port: archiver/lbrate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30087 >Category: ports >Synopsis: New port: archiver/lbrate >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 Aug 25 17:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-RC FreeBSD 4.4-RC #1: Thu Aug 23 14:35:48 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: lbrate extracts/decompresses files from the CP/M LBR format. (It can also list and test such archives.) It does this in an `unzip'-like manner, mostly hiding the details of individually compressed and renamed files, and transparently deals with the required decompression/renaming. lbrate is also (I believe) the only non-CP/M program to fully support decompressing files from all three CP/M compression schemes (Q, Z, Y). With this in mind, it can decompress such files directly, treating them as if they were single-entry LBRs. WWW: http://rus.members.beeb.net/lbrate.html - Gea-Suan Lin gslin@ccca.nctu.edu.tw >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: # # lbrate/ # lbrate/Makefile # lbrate/distinfo # lbrate/pkg-comment # lbrate/pkg-descr # lbrate/pkg-plist # echo c - lbrate/ mkdir -p lbrate/ > /dev/null 2>&1 echo x - lbrate/Makefile sed 's/^X//' >lbrate/Makefile << 'END-of-lbrate/Makefile' X# New ports collection makefile for: lbrate X# Date created: 26 August 2001 X# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) X# X# $FreeBSD$ X# X XPORTNAME= lbrate XPORTVERSION= 1.0 XCATEGORIES= archivers XMASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/utils/compress/ X XMAINTAINER= gslin@ccca.nctu.edu.tw X XMAN1= lbrate.1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for FILE in COPYING ChangeLog README TODO X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-lbrate/Makefile echo x - lbrate/distinfo sed 's/^X//' >lbrate/distinfo << 'END-of-lbrate/distinfo' XMD5 (lbrate-1.0.tar.gz) = 5ccf0a60e993ca6e6ff7d4b1a7d4140b END-of-lbrate/distinfo echo x - lbrate/pkg-comment sed 's/^X//' >lbrate/pkg-comment << 'END-of-lbrate/pkg-comment' XExtract/decompress CP/M LBR archives END-of-lbrate/pkg-comment echo x - lbrate/pkg-descr sed 's/^X//' >lbrate/pkg-descr << 'END-of-lbrate/pkg-descr' Xlbrate extracts/decompresses files from the CP/M LBR format. (It can also list Xand test such archives.) It does this in an `unzip'-like manner, mostly hiding Xthe details of individually compressed and renamed files, and transparently Xdeals with the required decompression/renaming. X Xlbrate is also (I believe) the only non-CP/M program to fully support Xdecompressing files from all three CP/M compression schemes (Q, Z, Y). With Xthis in mind, it can decompress such files directly, treating them as if they Xwere single-entry LBRs. X XWWW: http://rus.members.beeb.net/lbrate.html X X- Gea-Suan Lin X gslin@ccca.nctu.edu.tw END-of-lbrate/pkg-descr echo x - lbrate/pkg-plist sed 's/^X//' >lbrate/pkg-plist << 'END-of-lbrate/pkg-plist' Xbin/lbrate X%%PORTDOCS%%share/doc/lbrate/COPYING X%%PORTDOCS%%share/doc/lbrate/ChangeLog X%%PORTDOCS%%share/doc/lbrate/README X%%PORTDOCS%%share/doc/lbrate/TODO X%%PORTDOCS%%@dirrm share/doc/lbrate END-of-lbrate/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