Date: Sat, 13 May 2000 14:21:23 -0500 (CDT) From: "G. Adam Stanislav" <adam@whizkidtech.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18534: New port - felis-1.0 Message-ID: <200005131921.OAA02845@whizkidtech.net>
next in thread | raw e-mail | index | archive | help
>Number: 18534 >Category: ports >Synopsis: New port - felis-1.0 >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 May 13 12:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: Felis is a utility to output the contents of one or more files (or stdin) as one line of text. >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: # # felis # felis/Makefile # felis/files # felis/files/md5 # felis/pkg # felis/pkg/COMMENT # felis/pkg/DESCR # felis/pkg/PLIST # echo c - felis mkdir -p felis > /dev/null 2>&1 echo x - felis/Makefile sed 's/^X//' >felis/Makefile << 'END-of-felis/Makefile' X# New ports collection makefile for: felis X# Date created: 13 May 2000 X# Whom: G. Adam Stanislav <adam@whizkidtech.net> X# X# $FreeBSD$ X# X XPORTNAME= felis XPORTVERSION= 1.0 XCATEGORIES= misc XMASTER_SITES= http://www.whizkidtech.net/fports/ X XMAINTAINER= adam@whizkidtech.net X XMAN1= felis.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin X $(INSTALL_MAN) ${WRKSRC}/felis.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-felis/Makefile echo c - felis/files mkdir -p felis/files > /dev/null 2>&1 echo x - felis/files/md5 sed 's/^X//' >felis/files/md5 << 'END-of-felis/files/md5' XMD5 (felis-1.0.tar.gz) = 4a90d33e4f4dfa046f6df327589199da END-of-felis/files/md5 echo c - felis/pkg mkdir -p felis/pkg > /dev/null 2>&1 echo x - felis/pkg/COMMENT sed 's/^X//' >felis/pkg/COMMENT << 'END-of-felis/pkg/COMMENT' XDisplays one or more files as a single line of text. END-of-felis/pkg/COMMENT echo x - felis/pkg/DESCR sed 's/^X//' >felis/pkg/DESCR << 'END-of-felis/pkg/DESCR' XFelis sends one or more files to stdin. Unlike cat, felis will place all Xof its output to a single line. X Xadam@whizkidtech.net END-of-felis/pkg/DESCR echo x - felis/pkg/PLIST sed 's/^X//' >felis/pkg/PLIST << 'END-of-felis/pkg/PLIST' Xbin/felis END-of-felis/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?200005131921.OAA02845>