diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-10-25 04:20:23 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-10-25 04:20:23 +0000 |
commit | 6589ec676120cf3d3d0684e25228eb17f0a65b25 (patch) | |
tree | 0716ff98613eff6f4c37db901f8fb68e408515df | |
parent | c2daa855f9b15ae13979ccd53279fe925ef7de74 (diff) |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f482cafacdf0..165e8b0f4cd5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1117,6 +1117,7 @@ SUBDIR += vtun SUBDIR += vyqchat SUBDIR += wackamole + SUBDIR += wackford-squeers SUBDIR += wakeonlan SUBDIR += warppipe SUBDIR += whois 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 |