From 05ce77e5d237dd84a4a88878b06941bb4cf1ec09 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 29 Dec 1999 09:36:17 +0000 Subject: Adding hello version 1.3.1. A utility for saying hello to the world and read email. PR: 12787 Submitted by: Peter Shipley --- misc/hello/Makefile | 21 +++++++++++++++++++++ misc/hello/distinfo | 1 + misc/hello/pkg-comment | 1 + misc/hello/pkg-descr | 10 ++++++++++ misc/hello/pkg-plist | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 misc/hello/Makefile create mode 100644 misc/hello/distinfo create mode 100644 misc/hello/pkg-comment create mode 100644 misc/hello/pkg-descr create mode 100644 misc/hello/pkg-plist (limited to 'misc/hello') diff --git a/misc/hello/Makefile b/misc/hello/Makefile new file mode 100644 index 000000000000..ec0a943a0298 --- /dev/null +++ b/misc/hello/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hello +# Version required: 1.3 +# Date created: Fri Jul 23, 1999 +# Whom: shipley@dis.org +# +# $FreeBSD$ +# + +DISTNAME= hello-1.3 +PKGNAME= hello-1.3.1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= hello + +MAINTAINER= shipley@dis.org + +WRKSRC= ${WRKDIR}/hello-1.3 + +GNU_CONFIGURE= YES + +.include diff --git a/misc/hello/distinfo b/misc/hello/distinfo new file mode 100644 index 000000000000..a19c10b4899b --- /dev/null +++ b/misc/hello/distinfo @@ -0,0 +1 @@ +MD5 (hello-1.3.tar.gz) = eac5f06ee82b09808ddb3d72c795e765 diff --git a/misc/hello/pkg-comment b/misc/hello/pkg-comment new file mode 100644 index 000000000000..24a48214c361 --- /dev/null +++ b/misc/hello/pkg-comment @@ -0,0 +1 @@ +A utility for saying hello to the world and read email diff --git a/misc/hello/pkg-descr b/misc/hello/pkg-descr new file mode 100644 index 000000000000..2ca8dcc55cbd --- /dev/null +++ b/misc/hello/pkg-descr @@ -0,0 +1,10 @@ +A Utility for saying hello to the world and reading email + +From the included Texinfo file: + The GNU hello program produces a familiar, friendly greeting. + It allows nonprogrammers to use a classic computer science + tool which would otherwise be unavailable to them. Because + it is protected by the GNU General Public License, users + are free to share and change it. + +see hello --help for more info diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist new file mode 100644 index 000000000000..bd9c3d844f82 --- /dev/null +++ b/misc/hello/pkg-plist @@ -0,0 +1,4 @@ +bin/hello +@unexec install-info --delete %D/info/hello.info %D/info/dir +info/hello.info +@exec install-info %D/info/hello.info %D/info/dir -- cgit v1.2.3