From 08fc8d9bbc07da9f4ec949319c240684cccae507 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 28 Aug 2003 22:03:42 +0000 Subject: - New port: eChat - Serverless LAN chat eChat is a LAN chat program designed for easy chat and messages exchange over the TCP/IP networks PR: 55994 Submitted by: SeaD --- net/Makefile | 1 + net/echat/Makefile | 34 ++++++++++++++++++++++++++++++++++ net/echat/distinfo | 1 + net/echat/pkg-descr | 7 +++++++ net/echat/pkg-plist | 2 ++ 5 files changed, 45 insertions(+) create mode 100644 net/echat/Makefile create mode 100644 net/echat/distinfo create mode 100644 net/echat/pkg-descr create mode 100644 net/echat/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 7e40a143879a..6cd453bf7f0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -128,6 +128,7 @@ SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += easysoap + SUBDIR += echat SUBDIR += echolot SUBDIR += echoping SUBDIR += edonkey-gui-gtk diff --git a/net/echat/Makefile b/net/echat/Makefile new file mode 100644 index 000000000000..c180419b66a5 --- /dev/null +++ b/net/echat/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: echat +# Date created: 26 Aug 2003 +# Whom: SeaD +# +# $FreeBSD$ +# + +PORTNAME= echat +PORTVERSION= 0.02f2 +CATEGORIES= net +MASTER_SITES= http://echat.deep.perm.ru/files/ + +MAINTAINER= sead@mail.ru +COMMENT= LAN chat program over the TCP/IP networks + +USE_REINPLACE= yes + +MAN1= echat.1 + +post-patch: + ${REINPLACE_CMD} -e \ + 's|^CFLAGS=|CFLAGS+=|g ; \ + s|PREFIX=/usr/local|PREFIX=${PREFIX}|g ; \ + s|CC=|CC?=|g' \ + ${WRKSRC}/Makefile + +post-install: + ${INSTALL_DATA} ${WRKSRC}/.echatrc.sample ${PREFIX}/etc/echatrc.sample + @${ECHO} "======================================================================" + @${ECHO} " Please put \"${PREFIX}/etc/echatrc.sample\" in the right place." + @${ECHO} " eChat will search in \"~/.echatrc\". Then edit it as you want." + @${ECHO} "======================================================================" + +.include diff --git a/net/echat/distinfo b/net/echat/distinfo new file mode 100644 index 000000000000..17c6865c0b64 --- /dev/null +++ b/net/echat/distinfo @@ -0,0 +1 @@ +MD5 (echat-0.02f2.tar.gz) = 11c72a33ba88fa4a3547ad02d58eff0e diff --git a/net/echat/pkg-descr b/net/echat/pkg-descr new file mode 100644 index 000000000000..4336db9c93f7 --- /dev/null +++ b/net/echat/pkg-descr @@ -0,0 +1,7 @@ +eChat is a LAN chat program designed for easy +chat and messages exchange over the TCP/IP networks + +compatible with Vypress Chat and quickChat for Win32 + +Author SeaD +WWW: http://echat.deep.perm.ru/ diff --git a/net/echat/pkg-plist b/net/echat/pkg-plist new file mode 100644 index 000000000000..fe997eb64381 --- /dev/null +++ b/net/echat/pkg-plist @@ -0,0 +1,2 @@ +bin/echat +etc/echatrc.sample -- cgit