diff options
author | Mark Pulford <markp@FreeBSD.org> | 2002-02-19 21:42:48 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2002-02-19 21:42:48 +0000 |
commit | 10eb56c2d72a09a4a64dc3269ec27794bc30ac2d (patch) | |
tree | 924c42d234035055f446fb1ae3786c602d24636e /textproc/fist | |
parent | 0437d606c4b6a7f5d0d11176ecd46007047d2f4e (diff) |
Add fist 4.0, an emphatic message generator.
PR: 33656
Submitted by: Steve Wills <steve@stevenwills.com>
Notes
Notes:
svn path=/head/; revision=54929
Diffstat (limited to 'textproc/fist')
-rw-r--r-- | textproc/fist/Makefile | 18 | ||||
-rw-r--r-- | textproc/fist/distinfo | 1 | ||||
-rw-r--r-- | textproc/fist/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/fist/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/fist/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/textproc/fist/Makefile b/textproc/fist/Makefile new file mode 100644 index 000000000000..759de6ca95a7 --- /dev/null +++ b/textproc/fist/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fist +# Date created: Jan 7 2002 +# Whom: Steve Wills <steve@stevenwills.com> +# +# $FreeBSD$ +# + +PORTNAME= fist +PORTVERSION= 4.0 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.fourmilab.ch/fist/ + +MAINTAINER= steve@stevenwills.com + +GNU_CONFIGURE= yes +MAN1= fist.1 + +.include <bsd.port.mk> diff --git a/textproc/fist/distinfo b/textproc/fist/distinfo new file mode 100644 index 000000000000..bbd7c3ad25eb --- /dev/null +++ b/textproc/fist/distinfo @@ -0,0 +1 @@ +MD5 (fist-4.0.tar.gz) = f59c4b52a04e1d13b077510cf66589e9 diff --git a/textproc/fist/pkg-comment b/textproc/fist/pkg-comment new file mode 100644 index 000000000000..410f3b6fbf9f --- /dev/null +++ b/textproc/fist/pkg-comment @@ -0,0 +1 @@ +An emphatic message generator diff --git a/textproc/fist/pkg-descr b/textproc/fist/pkg-descr new file mode 100644 index 000000000000..0885de1b78f4 --- /dev/null +++ b/textproc/fist/pkg-descr @@ -0,0 +1,4 @@ +Fist prints an image of a clenched fist followed by a slogan in block +letters. + +WWW: http://www.fourmilab.ch/fist/ diff --git a/textproc/fist/pkg-plist b/textproc/fist/pkg-plist new file mode 100644 index 000000000000..f03666ccdf61 --- /dev/null +++ b/textproc/fist/pkg-plist @@ -0,0 +1 @@ +bin/fist |