Date: 10 Apr 2003 10:33:09 -0000 From: Alex Kiesel <kiesel@schlund.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50777: New port: lxsplit-0.1.1 Message-ID: <20030410103309.88726.qmail@alex.i.schlund.de> Resent-Message-ID: <200304101040.h3AAeFnG022251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50777 >Category: ports >Synopsis: New port: lxsplit-0.1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 10 03:40:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Kiesel >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD alex.i.schlund.de 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Fri Jan 31 18:06:42 CET 2003 root@alex.i.schlund.de:/usr/obj/usr/src/sys/FREEBSD011101 i386 >Description: This is a new port for lxsplit-0.1.1 >How-To-Repeat: >Fix: --- lxsplit-port.sh begins here --- # 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: # # . # ./distinfo # ./Makefile # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (lxsplit.tar.gz) = dd60962d82cf79d9ee0f139c81f6aefb END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: lxsplit X# Date created: 9 April 2003 X# Whom: kiesel@schlund.de X# X# $FreeBSD$ X# X XPORTNAME= lxsplit XPORTVERSION= 0.1.1 XCATEGORIES= sysutils XMASTER_SITES= http://www.freebyte.com/download/ \ X http://document-root.de/mirror/lxsplit/ XDISTNAME= lxsplit X XMAINTAINER= kiesel@schlund.de XCOMMENT= Simple program to split or join files X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/lxsplit ${PREFIX}/bin/ X Xpost-install: X ${STRIP_CMD} ${PREFIX}/bin/lxsplit X X.include <bsd.port.mk> END-of-./Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis utility is used to split up huge files into smaller pieces without Xcompression. It is fully compatible with HJSplit. HJSplit is a program Xwritten by Freebyte!. See http://www.freebyte.com for more information Xabout HJSplit. X XWWW: http://remenic.2y.net/lxsplit/ X X- Alex Kiesel Xkiesel@schlund.de END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/lxsplit END-of-./pkg-plist exit --- lxsplit-port.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410103309.88726.qmail>