diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2010-10-25 12:20:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2010-10-25 12:20:23 +0800 |
commit | 89568cab52f4dbf88c04604d16d2313d714adece (patch) | |
tree | a74016df8c553833db81b1a5bca65ca8edcf04fb /net/wackford-squeers | |
parent | b75f3be71dde4a44ad49b7ee7a392841d84637ad (diff) | |
download | freebsd-ports-gnome-89568cab52f4dbf88c04604d16d2313d714adece.tar.gz freebsd-ports-gnome-89568cab52f4dbf88c04604d16d2313d714adece.tar.zst freebsd-ports-gnome-89568cab52f4dbf88c04604d16d2313d714adece.zip |
Wackford and Squeers are the client and server, respectively, of the SHYTE
plain text network hypertext system. SHYTE is a plain text alternative to
the web. The very first SHYTE site may be visited via wackford at
<mammothcheese.ca/root>.
SHYTE is _S_imple _HY_per_TE_xt. Read the wackford(1), squeers(8), and
shyte(5) manuals for details.
WWW: http://www.mammothcheese.ca/
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/151649
Submitted by: James Bailie <jimmy at mammothcheese.ca>
Diffstat (limited to 'net/wackford-squeers')
-rw-r--r-- | net/wackford-squeers/Makefile | 24 | ||||
-rw-r--r-- | net/wackford-squeers/distinfo | 3 | ||||
-rw-r--r-- | net/wackford-squeers/pkg-descr | 13 | ||||
-rw-r--r-- | net/wackford-squeers/pkg-plist | 3 |
4 files changed, 43 insertions, 0 deletions
diff --git a/net/wackford-squeers/Makefile b/net/wackford-squeers/Makefile new file mode 100644 index 000000000000..436d49b1e00a --- /dev/null +++ b/net/wackford-squeers/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: wackford-squeers +# Date created: Fri, 22 Oct 2010 19:43:10 EDT +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= wackford-squeers +PORTVERSION= 1.14 +CATEGORIES= net +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Plain text network hypertext server and client + +RUN_DEPENDS= ${LOCALBASE}/bin/munger:${PORTSDIR}/lang/munger + +MAN1= wackford.1 +MAN5= shyte.5 +MAN8= squeers.8 + +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/net/wackford-squeers/distinfo b/net/wackford-squeers/distinfo new file mode 100644 index 000000000000..30c9ed3b280d --- /dev/null +++ b/net/wackford-squeers/distinfo @@ -0,0 +1,3 @@ +MD5 (wackford-squeers-1.14.tar.gz) = cd1bdafbae59c45fc0efcb00699146fc +SHA256 (wackford-squeers-1.14.tar.gz) = bf8c8ec88c8191a47b48f80b52949dcc4dd74cfdd00b8ce237e53410390e7eb2 +SIZE (wackford-squeers-1.14.tar.gz) = 22666 diff --git a/net/wackford-squeers/pkg-descr b/net/wackford-squeers/pkg-descr new file mode 100644 index 000000000000..8d17003c6557 --- /dev/null +++ b/net/wackford-squeers/pkg-descr @@ -0,0 +1,13 @@ +Wackford and Squeers are the client and server, respectively, of the SHYTE +plain text network hypertext system. SHYTE is a plain text alternative to +the web. The very first SHYTE site may be visited via wackford at +<mammothcheese.ca/root>. + +SHYTE is _S_imple _HY_per_TE_xt. Read the wackford(1), squeers(8), and +shyte(5) manuals for details. + +WWW: http://www.mammothcheese.ca/ + +-- +James Bailie <jimmy@mammothcheese.ca> +http://www.mammothcheese.ca diff --git a/net/wackford-squeers/pkg-plist b/net/wackford-squeers/pkg-plist new file mode 100644 index 000000000000..0a229f6a29f6 --- /dev/null +++ b/net/wackford-squeers/pkg-plist @@ -0,0 +1,3 @@ +bin/wackford +bin/squeers +etc/rc.d/squeers |