diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/hello/Makefile | 21 | ||||
-rw-r--r-- | misc/hello/distinfo | 1 | ||||
-rw-r--r-- | misc/hello/pkg-comment | 1 | ||||
-rw-r--r-- | misc/hello/pkg-descr | 10 | ||||
-rw-r--r-- | misc/hello/pkg-plist | 4 |
6 files changed, 38 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f4e42a1b00c5..7ce3c6898cfc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -55,6 +55,7 @@ SUBDIR += gtkfind SUBDIR += gtl SUBDIR += gyvescm + SUBDIR += hello SUBDIR += iselect SUBDIR += jargon SUBDIR += jive 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 <bsd.port.mk> 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 |