diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 23:30:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 23:30:24 +0000 |
commit | d13fddfbc9c2095f38c98a80322face9a37d0eb8 (patch) | |
tree | e588174e8a4af88c46f576e246aac2c0487e96bc /net-im | |
parent | 182c3d5b171fd0cb1b9358ba15a75a69fdee7c03 (diff) | |
download | ports-d13fddfbc9c2095f38c98a80322face9a37d0eb8.tar.gz ports-d13fddfbc9c2095f38c98a80322face9a37d0eb8.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ginsu/Makefile | 22 | ||||
-rw-r--r-- | net-im/ginsu/distinfo | 1 | ||||
-rw-r--r-- | net-im/ginsu/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/ginsu/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile new file mode 100644 index 000000000000..16366550a82b --- /dev/null +++ b/net-im/ginsu/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ginsu +# Date created: 04 December 2002 +# Whom: Jason Stone <jason-fbsd-ports-ginsu@shalott.net> +# +# $FreeBSD$ +# + +PORTNAME= ginsu +PORTVERSION= 0.4.1 +CATEGORIES= net +MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/ + +MAINTAINER= jason-fbsd-ports-ginsu@shalott.net +COMMENT= A client for the gale secure instant messaging system + +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc + +GNU_CONFIGURE= yes + +MAN1= ginsu.1 + +.include <bsd.port.mk> diff --git a/net-im/ginsu/distinfo b/net-im/ginsu/distinfo new file mode 100644 index 000000000000..b0f9d2c5826e --- /dev/null +++ b/net-im/ginsu/distinfo @@ -0,0 +1 @@ +MD5 (ginsu-0.4.1.tar.gz) = ba42127603df940d8684d25e767a12c1 diff --git a/net-im/ginsu/pkg-descr b/net-im/ginsu/pkg-descr new file mode 100644 index 000000000000..0295eb3e58ff --- /dev/null +++ b/net-im/ginsu/pkg-descr @@ -0,0 +1,7 @@ +ginsu is a client for the gale chat system. It is designed to be powerful +and above all stable, as well as having a quick learning curve. If you are +comortable with 'vi' you should find it particularly easy. + +WWW: http://repetae.net/~john/computer/ginsu/ + +jason-fbsd-ports-ginsu@shalott.net diff --git a/net-im/ginsu/pkg-plist b/net-im/ginsu/pkg-plist new file mode 100644 index 000000000000..9743309596df --- /dev/null +++ b/net-im/ginsu/pkg-plist @@ -0,0 +1 @@ +bin/ginsu |