diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-05-13 03:38:12 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-05-13 03:38:12 +0000 |
commit | 01b5a1f35ce8f48a0f7a4068225dfdbf18285d5b (patch) | |
tree | 8ff903fd2af07dfb81f8cb3e8e6ec5f4e2ffc26e /net-im/chattahoochie | |
parent | 21095e832040a89faf7eafacab4d67e3c4813324 (diff) | |
download | ports-01b5a1f35ce8f48a0f7a4068225dfdbf18285d5b.tar.gz ports-01b5a1f35ce8f48a0f7a4068225dfdbf18285d5b.zip |
Pickwick is a plain text small group chat server. It uses a simple
obfuscation scheme to keep traffic to and from the server unintelligible to
casual perusal. A client program, named weller(1) is also provided.
WWW: http://www.mammothcheese.ca/
PR: ports/146206
Submitted by: James Bailie <jimmy at mammothcheese.ca>
Notes
Notes:
svn path=/head/; revision=254245
Diffstat (limited to 'net-im/chattahoochie')
-rw-r--r-- | net-im/chattahoochie/Makefile | 20 | ||||
-rw-r--r-- | net-im/chattahoochie/distinfo | 4 | ||||
-rw-r--r-- | net-im/chattahoochie/pkg-descr | 5 | ||||
-rw-r--r-- | net-im/chattahoochie/pkg-plist | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net-im/chattahoochie/Makefile b/net-im/chattahoochie/Makefile new file mode 100644 index 000000000000..0456464da2e5 --- /dev/null +++ b/net-im/chattahoochie/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pickwick +# Date created: Fri, 30 Apr 2010 19:50:00 EDT +# Whom: James Bailie <jimmy@mammothcheese.ca> +# +# $FreeBSD$ +# + +PORTNAME= pickwick +PORTVERSION= 1.10 +CATEGORIES= net-im +MASTER_SITES= http://www.mammothcheese.ca/ + +MAINTAINER= jimmy@mammothcheese.ca +COMMENT= Small group plain-text chat server and client + +MAN8= pickwick.8 +MAN1= weller.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/net-im/chattahoochie/distinfo b/net-im/chattahoochie/distinfo new file mode 100644 index 000000000000..303bb468192b --- /dev/null +++ b/net-im/chattahoochie/distinfo @@ -0,0 +1,4 @@ +MD5 (pickwick-1.10.tar.gz) = 41a183992c4de249785fdcb7bff61b8d +SHA256 (pickwick-1.10.tar.gz) = +b072eeec86ebe411a024959d4448466d26a45a7cc66b48a025dfabc4f47c1d20 +SIZE (pickwick-1.10.tar.gz) = 11339 diff --git a/net-im/chattahoochie/pkg-descr b/net-im/chattahoochie/pkg-descr new file mode 100644 index 000000000000..8688ea0a3280 --- /dev/null +++ b/net-im/chattahoochie/pkg-descr @@ -0,0 +1,5 @@ +Pickwick is a plain text small group chat server. It uses a simple +obfuscation scheme to keep traffic to and from the server unintelligible to +casual perusal. A client program, named weller(1) is also provided. + +WWW: http://www.mammothcheese.ca/ diff --git a/net-im/chattahoochie/pkg-plist b/net-im/chattahoochie/pkg-plist new file mode 100644 index 000000000000..05dd9e755844 --- /dev/null +++ b/net-im/chattahoochie/pkg-plist @@ -0,0 +1,3 @@ +bin/pickwick +bin/weller +etc/rc.d/pickwick |