Date: Sun, 26 Aug 2001 07:53:08 +0800 (CST) From: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw Subject: ports/30087: New port: archiver/lbrate Message-ID: <20010825235308.1ED273D98@infomath.math.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010825235308.1ED273D98>