diff options
author | alfred <alfred@FreeBSD.org> | 2003-04-23 07:13:38 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2003-04-23 07:13:38 +0000 |
commit | 4a9a8b5f5e6838b08862d716a961f39bb3185eaa (patch) | |
tree | 33ec3053e988158c7bae7e3b04b5fc6c7bbd2d30 /misc | |
parent | c3a6372ff9384a3fa72f483543b35d40e706742d (diff) | |
download | FreeBSD-ports-4a9a8b5f5e6838b08862d716a961f39bb3185eaa.zip FreeBSD-ports-4a9a8b5f5e6838b08862d716a961f39bb3185eaa.tar.gz |
A filter to add jerkiness to text.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/hulgalugha/Makefile | 17 | ||||
-rw-r--r-- | misc/hulgalugha/distinfo | 1 | ||||
-rw-r--r-- | misc/hulgalugha/pkg-descr | 3 | ||||
-rw-r--r-- | misc/hulgalugha/pkg-plist | 1 |
5 files changed, 23 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 150eca1..cdcb3fd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -132,6 +132,7 @@ SUBDIR += help2man SUBDIR += heyu SUBDIR += histring + SUBDIR += hulgalugha SUBDIR += instant-server SUBDIR += instant-workstation SUBDIR += iselect diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile new file mode 100644 index 0000000..07126f3 --- /dev/null +++ b/misc/hulgalugha/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: hulgalugha +# Date created: 22 Apr 2003 +# Whom: alfred@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= hulgalugha +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= http://people.freebsd.org/~alfred/sources/hulgalugha/ +USE_BZIP2= dongs + +MAINTAINER= alfred@FreeBSD.org +COMMENT= A very jerky text filter. + +.include <bsd.port.mk> diff --git a/misc/hulgalugha/distinfo b/misc/hulgalugha/distinfo new file mode 100644 index 0000000..8c1718a --- /dev/null +++ b/misc/hulgalugha/distinfo @@ -0,0 +1 @@ +MD5 (hulgalugha-1.0.tar.bz2) = dc364fe69bdead3b9cafa65cc711560b diff --git a/misc/hulgalugha/pkg-descr b/misc/hulgalugha/pkg-descr new file mode 100644 index 0000000..3df050d --- /dev/null +++ b/misc/hulgalugha/pkg-descr @@ -0,0 +1,3 @@ +A filter, makes text somewhat more jerky. + +-Alfred Perlstein <alfred@freebsd.org> diff --git a/misc/hulgalugha/pkg-plist b/misc/hulgalugha/pkg-plist new file mode 100644 index 0000000..001dac1 --- /dev/null +++ b/misc/hulgalugha/pkg-plist @@ -0,0 +1 @@ +bin/hulgalugha |