Date: Sat, 24 Jul 1999 02:43:20 -0700 (PDT) From: shipley@dis.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12787: port of GNU's helloworld Message-ID: <199907240943.CAA70521@dipshit.dis.org>
next in thread | raw e-mail | index | archive | help
>Number: 12787 >Category: ports >Synopsis: port of GNU helloworld >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 Jul 24 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >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?199907240943.CAA70521>