diff options
author | markp <markp@FreeBSD.org> | 2002-02-20 05:42:48 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-02-20 05:42:48 +0800 |
commit | e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4 (patch) | |
tree | 049c1d460753d1c3f0f1232f3e0c09fd3d18c575 /textproc | |
parent | f0f3dac29dcfa98885a1b303153018ea0645c50d (diff) | |
download | freebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.tar.gz freebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.tar.zst freebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.zip |
Add fist 4.0, an emphatic message generator.
PR: 33656
Submitted by: Steve Wills <steve@stevenwills.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cab2a14bbc4d..9e3567680c57 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -48,6 +48,7 @@ SUBDIR += expat2 SUBDIR += fdp-tools SUBDIR += filepp + SUBDIR += fist SUBDIR += fop SUBDIR += freegrep SUBDIR += fribidi 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 |