mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Adding hello version 1.3.1.
A utility for saying hello to the world and read email. PR: 12787 Submitted by: Peter Shipley <shipley@dis.org>
This commit is contained in:
parent
93a81566ac
commit
05ce77e5d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24257
@ -55,6 +55,7 @@
|
||||
SUBDIR += gtkfind
|
||||
SUBDIR += gtl
|
||||
SUBDIR += gyvescm
|
||||
SUBDIR += hello
|
||||
SUBDIR += iselect
|
||||
SUBDIR += jargon
|
||||
SUBDIR += jive
|
||||
|
21
misc/hello/Makefile
Normal file
21
misc/hello/Makefile
Normal file
@ -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>
|
1
misc/hello/distinfo
Normal file
1
misc/hello/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (hello-1.3.tar.gz) = eac5f06ee82b09808ddb3d72c795e765
|
1
misc/hello/pkg-comment
Normal file
1
misc/hello/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A utility for saying hello to the world and read email
|
10
misc/hello/pkg-descr
Normal file
10
misc/hello/pkg-descr
Normal file
@ -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
|
4
misc/hello/pkg-plist
Normal file
4
misc/hello/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user