1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- 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 <sead@deep.perm.ru>
This commit is contained in:
Kirill Ponomarev 2003-08-28 22:03:42 +00:00
parent d961cf6d3a
commit 1a436b810f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87938
9 changed files with 89 additions and 0 deletions

34
net-im/echat/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
net-im/echat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (echat-0.02f2.tar.gz) = 11c72a33ba88fa4a3547ad02d58eff0e

7
net-im/echat/pkg-descr Normal file
View File

@ -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 <sead@mail.ru>
WWW: http://echat.deep.perm.ru/

2
net-im/echat/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/echat
etc/echatrc.sample

View File

@ -128,6 +128,7 @@
SUBDIR += dtcp
SUBDIR += dtcpclient
SUBDIR += easysoap
SUBDIR += echat
SUBDIR += echolot
SUBDIR += echoping
SUBDIR += edonkey-gui-gtk

34
net/echat/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
net/echat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (echat-0.02f2.tar.gz) = 11c72a33ba88fa4a3547ad02d58eff0e

7
net/echat/pkg-descr Normal file
View File

@ -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 <sead@mail.ru>
WWW: http://echat.deep.perm.ru/

2
net/echat/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/echat
etc/echatrc.sample