From dan@mvfx.com  Mon May 15 10:27:27 2000
Return-Path: <dan@mvfx.com>
Received: from mvfx.com (mvfx-gw.mvfx.com [207.211.10.2])
	by hub.freebsd.org (Postfix) with ESMTP id A6DEB37BB38
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Sender: dan@mvfx.com
Reply-To: dan@tanelorn.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port of dog
X-Send-Pr-Version: 3.2

>Number:         18571
>Category:       ports
>Synopsis:       New port of 'dog'
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 10:30:00 PDT 2000
>Closed-Date:    Fri Jun 9 22:45:31 PDT 2000
>Last-Modified:  Fri Jun 09 22:45:52 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Jun 9 22:45:31 PDT 2000 
State-Changed-Why:  
Committed, thanks!  I put your port in the misc category 
instead because it doesn't really belong in sysutils. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18571 
>Unformatted:
