Date: Mon, 15 May 2000 10:24:40 -0700 From: dan@tanelorn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18571: New port of dog Message-ID: <20000515102440.A26193@mobiledan.mvfx.com>
next in thread | raw e-mail | index | archive | help
>Number: 18571 >Category: ports >Synopsis: New port of 'dog' >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 15 10:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dan Piponi >Release: FreeBSD 4.0-RELEASE i386 >Organization: no >Environment: N/A >Description: Dog is an improvement over cat that supports reading from URLs. This is a new port. >How-To-Repeat: N/A >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: # # dog # dog/Makefile # dog/files # dog/files/md5 # dog/pkg # dog/pkg/COMMENT # dog/pkg/DESCR # dog/pkg/PLIST # echo c - dog mkdir -p dog > /dev/null 2>&1 echo x - dog/Makefile sed 's/^X//' >dog/Makefile << 'END-of-dog/Makefile' X# New ports collection makefile for: wmtop X# Date created: 15 May 2000 X# Whom: Dan Piponi <wmtop@tanelorn.demon.co.uk> X# X# $FreeBSD$ X XPORTNAME= dog XPORTVERSION= 1.5 XCATEGORIES= sysutils XMASTER_SITES= http://jl.photodex.com/dog/ X XMAINTAINER= dan@tanelorn.demon.co.uk X XUSE_GMAKE= yes XALL_TARGET= dog X XMAN1= dog.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/dog ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/dog.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-dog/Makefile echo c - dog/files mkdir -p dog/files > /dev/null 2>&1 echo x - dog/files/md5 sed 's/^X//' >dog/files/md5 << 'END-of-dog/files/md5' XMD5 (dog-1.5.tar.gz) = b10290506457aafcb82593d92a02c4ec END-of-dog/files/md5 echo c - dog/pkg mkdir -p dog/pkg > /dev/null 2>&1 echo x - dog/pkg/COMMENT sed 's/^X//' >dog/pkg/COMMENT << 'END-of-dog/pkg/COMMENT' XDog writes the contents of each given file, URL, or stdin END-of-dog/pkg/COMMENT echo x - dog/pkg/DESCR sed 's/^X//' >dog/pkg/DESCR << 'END-of-dog/pkg/DESCR' XDog, better than cat. X XDog writes the contents of each given file, URL, or the standard Xinput if none are given or when a file named '-' is given, to the Xstandard output. It currently supports the file, http, and Xraw URL types. It is designed as a compatible, but enhanced, Xreplacement of cat(1). X XWWW: http://jl.photodex.com/dog/ END-of-dog/pkg/DESCR echo x - dog/pkg/PLIST sed 's/^X//' >dog/pkg/PLIST << 'END-of-dog/pkg/PLIST' Xbin/dog END-of-dog/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?20000515102440.A26193>