From owner-freebsd-ports Mon May 15 10:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C68F37B623 for ; Mon, 15 May 2000 10:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA59412; Mon, 15 May 2000 10:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mvfx.com (mvfx-gw.mvfx.com [207.211.10.2]) by hub.freebsd.org (Postfix) with ESMTP id A6DEB37BB38 for ; Mon, 15 May 2000 10:27:26 -0700 (PDT) (envelope-from dan@mvfx.com) Received: from mobiledan.mvfx.com (mobiledan.mvfx.com [10.62.6.38]) by mvfx.com (8.9.3/8.9.3) with ESMTP id KAA99352 for ; Mon, 15 May 2000 10:27:22 -0700 (PDT) (envelope-from dan@mvfx.com) Received: (from dan@localhost) by mobiledan.mvfx.com (8.9.3/8.9.3) id KAA26209 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 May 2000 10:24:40 -0700 (PDT) (envelope-from dan) Message-Id: <20000515102440.A26193@mobiledan.mvfx.com> Date: Mon, 15 May 2000 10:24:40 -0700 From: dan@tanelorn.demon.co.uk Reply-To: dan@tanelorn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18571: New port of dog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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