1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add net/icmpchat - Simple chat program based on the ICMP protocol.

PR:		ports/44579
Submitted by:	Matthew West <mwest@uct.ac.za>
This commit is contained in:
Patrick Li 2002-10-29 05:17:17 +00:00
parent 71d710d093
commit 339790fd2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69075
11 changed files with 81 additions and 0 deletions

28
net-im/icmpchat/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: icmpchat
# Date created: 8 October 2002
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= icmpchat
PORTVERSION= 0.5.1
CATEGORIES= net
MASTER_SITES= http://www.codito.de/prog/
MAINTAINER= mwest@uct.ac.za
USE_REINPLACE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|;s|= gcc|?= gcc|; \
s|default|all|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

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

@ -0,0 +1 @@
MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3

View File

@ -0,0 +1 @@
Simple chat program based on the ICMP protocol

View File

@ -0,0 +1,7 @@
ICMP Chat is a simple chat. The difference to other chat programs is
the fact that this one is based on the ICMP protocol.
WWW: http://www.codito.de/
--
mwest@uct.ac.za

View File

@ -0,0 +1,3 @@
bin/icmpchat
%%PORTDOCS%%share/doc/icmpchat/README
%%PORTDOCS%%@dirrm share/doc/icmpchat

View File

@ -191,6 +191,7 @@
SUBDIR += hx
SUBDIR += icb
SUBDIR += ickle
SUBDIR += icmpchat
SUBDIR += icmpinfo
SUBDIR += icmpmonitor
SUBDIR += icmpquery

28
net/icmpchat/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: icmpchat
# Date created: 8 October 2002
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= icmpchat
PORTVERSION= 0.5.1
CATEGORIES= net
MASTER_SITES= http://www.codito.de/prog/
MAINTAINER= mwest@uct.ac.za
USE_REINPLACE= yes
pre-patch:
@${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|;s|= gcc|?= gcc|; \
s|default|all|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
net/icmpchat/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3

1
net/icmpchat/pkg-comment Normal file
View File

@ -0,0 +1 @@
Simple chat program based on the ICMP protocol

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

@ -0,0 +1,7 @@
ICMP Chat is a simple chat. The difference to other chat programs is
the fact that this one is based on the ICMP protocol.
WWW: http://www.codito.de/
--
mwest@uct.ac.za

3
net/icmpchat/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/icmpchat
%%PORTDOCS%%share/doc/icmpchat/README
%%PORTDOCS%%@dirrm share/doc/icmpchat