diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-10 15:36:28 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-10 15:36:28 +0000 |
commit | 755fb5dc9074d42801bff0f8e01e5cf9bc8a887d (patch) | |
tree | c77976dd253af4db4a563dd2c40dd5d6185c7f66 /misc/c-hey | |
parent | 4d2b1b26c0912b072947e13a6d7d808a28f63fe0 (diff) | |
download | ports-755fb5dc9074d42801bff0f8e01e5cf9bc8a887d.tar.gz ports-755fb5dc9074d42801bff0f8e01e5cf9bc8a887d.zip |
Notes
Diffstat (limited to 'misc/c-hey')
-rw-r--r-- | misc/c-hey/Makefile | 21 | ||||
-rw-r--r-- | misc/c-hey/distinfo | 1 | ||||
-rw-r--r-- | misc/c-hey/pkg-descr | 8 | ||||
-rw-r--r-- | misc/c-hey/pkg-plist | 1 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile new file mode 100644 index 000000000000..431bc9c6e9ea --- /dev/null +++ b/misc/c-hey/Makefile @@ -0,0 +1,21 @@ +# New ports collection Makefile for: c-hey +# Date Created: 10 June 2003 +# Whom: Philip Reynolds +# $FreeBSD$ + +PORTNAME= c-hey +PORTVERSION= 2.0 +CATEGORIES= misc +MASTER_SITES= http://www.redbrick.dcu.ie/~c-hey/src.gzipped/ +DISTNAME= c-hey2.0 + +MAINTAINER= philip.reynolds@rfc-networks.ie +COMMENT= Terminal based instant messaging utility + +WRKSRC= ${WRKDIR}/c-hey_cvs_latest/c-hey + +GNU_CONFIGURE= yes + +MAN1= c-hey.1 + +.include <bsd.port.mk> diff --git a/misc/c-hey/distinfo b/misc/c-hey/distinfo new file mode 100644 index 000000000000..181b06cf5eae --- /dev/null +++ b/misc/c-hey/distinfo @@ -0,0 +1 @@ +MD5 (c-hey2.0.tar.gz) = 45d63a4766eada2979d1ceea06ea4cf2 diff --git a/misc/c-hey/pkg-descr b/misc/c-hey/pkg-descr new file mode 100644 index 000000000000..0315515990a9 --- /dev/null +++ b/misc/c-hey/pkg-descr @@ -0,0 +1,8 @@ +This is a port of c-hey, a terminal based instant +messaging utility based on write(1) + +WWW: http://c-hey.redbrick.dcu.ie/ + +-- +Philip Reynolds +<philip.reynolds@rfc-networks.ie> diff --git a/misc/c-hey/pkg-plist b/misc/c-hey/pkg-plist new file mode 100644 index 000000000000..9aa825a193a5 --- /dev/null +++ b/misc/c-hey/pkg-plist @@ -0,0 +1 @@ +bin/c-hey |