From shipley@dipshit.dis.org Sat Jul 24 02:45:56 1999
Return-Path: <shipley@dipshit.dis.org>
Received: from dipshit.dis.org (dipshit-inside.dis.org [209.157.93.10])
	by hub.freebsd.org (Postfix) with ESMTP id C2FE114D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jul 1999 02:45:54 -0700 (PDT)
	(envelope-from shipley@dipshit.dis.org)
Received: (from root@localhost)
	by dipshit.dis.org (8.9.2/8.9.1) id CAA70521;
	Sat, 24 Jul 1999 02:43:20 -0700 (PDT)
	(envelope-from shipley)
Message-Id: <199907240943.CAA70521@dipshit.dis.org>
Date: Sat, 24 Jul 1999 02:43:20 -0700 (PDT)
From: shipley@dis.org
Sender: shipley@dipshit.dis.org
Reply-To: shipley@dipshit.dis.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: port of GNU's helloworld
X-Send-Pr-Version: 3.2

>Number:         12787
>Category:       ports
>Synopsis:       port of GNU helloworld
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 24 02:50:01 PDT 1999
>Closed-Date:    Wed Dec 29 01:33:22 PST 1999
>Last-Modified:  Wed Dec 29 01:33:44 PST 1999
>Originator:     Peter Shipley
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
dis.org
>Environment:

	FreeBSD ...

>Description:

	a GNU utility for saying hello to the world and reading email


>How-To-Repeat:

	 port not in tree, shar file included

>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:
#
#	helloworld
#	helloworld/Makefile
#	helloworld/files
#	helloworld/files/CVS
#	helloworld/files/md5
#	helloworld/patches
#	helloworld/pkg
#	helloworld/pkg/CVS
#	helloworld/pkg/PLIST
#	helloworld/pkg/DESCR
#	helloworld/pkg/COMMENT
#
echo c - helloworld
mkdir -p helloworld > /dev/null 2>&1
echo x - helloworld/Makefile
sed 's/^X//' >helloworld/Makefile << 'END-of-helloworld/Makefile'
X# New ports collection makefile for:   oneko
X# Ports collection makefile for:  hello
X# Version required:     	  1.3
X# Date created:			  Fri Jul 23, 1999
X# Whom:               		  shipley@dis.org
X#
X# $Id$
X#
X
XDISTNAME=	hello-1.3
XPKGNAME=	hello-1.3.1
XCATEGORIES=     misc
XMASTER_SITES= ftp://ftp.sun.ac.za/gnu/hello/ \
X		ftp://tron.um.u-tokyo.ac.jp/pub/GNU/prep/hello/ \
X		ftp://ftp.chg.ru/pub/gnu/hello/\
X		ftp://prep.ai.mit.edu/pub/gnu/hello/\
X		ftp://gatekeeper.dec.com/pub/GNU/hello/
X
XMAINTAINER=	shipley@dis.org
X
X#DISTDIR=	/var/tmp/	# for debuging
X
XWRKSRC=         ${WRKDIR}/hello-1.3
X
XGNU_CONFIGURE=  YES
X
X.include <bsd.port.mk>
END-of-helloworld/Makefile
echo c - helloworld/files
mkdir -p helloworld/files > /dev/null 2>&1
echo c - helloworld/files/CVS
mkdir -p helloworld/files/CVS > /dev/null 2>&1
echo x - helloworld/files/md5
sed 's/^X//' >helloworld/files/md5 << 'END-of-helloworld/files/md5'
XMD5 (hello-1.3.tar.gz) = eac5f06ee82b09808ddb3d72c795e765
END-of-helloworld/files/md5
echo c - helloworld/patches
mkdir -p helloworld/patches > /dev/null 2>&1
echo c - helloworld/pkg
mkdir -p helloworld/pkg > /dev/null 2>&1
echo c - helloworld/pkg/CVS
mkdir -p helloworld/pkg/CVS > /dev/null 2>&1
echo x - helloworld/pkg/PLIST
sed 's/^X//' >helloworld/pkg/PLIST << 'END-of-helloworld/pkg/PLIST'
Xbin/hello
Xinfo/hello.info
END-of-helloworld/pkg/PLIST
echo x - helloworld/pkg/DESCR
sed 's/^X//' >helloworld/pkg/DESCR << 'END-of-helloworld/pkg/DESCR'
XA Utility for saying hello to the world and reading email
X
XFrom the included Texinfo file:
X	The GNU hello program produces a familiar, friendly greeting.
X	It allows nonprogrammers to use a classic computer science
X	tool which would otherwise be unavailable to them.  Because
X	it is protected by the GNU General Public License, users
X	are free to share and change it.
X
X
Xsee hello --help for more info
END-of-helloworld/pkg/DESCR
echo x - helloworld/pkg/COMMENT
sed 's/^X//' >helloworld/pkg/COMMENT << 'END-of-helloworld/pkg/COMMENT'
XA Utility for saying hello to the world and reading email
END-of-helloworld/pkg/COMMENT
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: obrien 
Responsible-Changed-When: Sun Jul 25 09:58:51 PDT 1999 
Responsible-Changed-Why:  
I'll see if this is worth importing. 

From: "John W. Hicks" <jwhicks@bellsouth.net>
To: freebsd-gnats-submit@freebsd.org, shipley@dipshit.dis.org
Cc: wghicks@bellsouth.net
Subject: Re: ports/12787: port of GNU helloworld
Date: Fri, 27 Aug 1999 01:25:21 -0400

 We believe strongly that this is a valuable port and deserves to be
 imported.  It shows in most transparent terms how to set up a GNU style
 distribution with automake, autoconf and info file support among other
 features.
 
 The value of this port is definitely not the utility of the program
 itself rather its illustrative value.  It would probably be helpful as
 an aid for autoconf/automake maintainance as well.
 
 John Hicks
 jwhicks@bellsouth.net
 

From: andrew@ugh.net.au
To: freebsd-gnats-submit@freebsd.org, shipley@dipshit.dis.org
Cc:  
Subject: Re: ports/12787: port of GNU helloworld
Date: Thu, 30 Sep 1999 13:47:36 +1000 (EST)

 Hi,
 
 The first line of the makefile probably shouldn't be there and the 2nd
 line should read:
 
 New ports collection makefile for:   hello
 
 (I think :-)
 
 Thanks,
 
 Andrew
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Dec 29 01:33:22 PST 1999 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
