diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-10-29 05:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-10-29 05:17:17 +0000 |
commit | 339790fd2dd5ded7c55d87af4375eaa2ebe16eb9 (patch) | |
tree | f056aadc6083519369f42653e70c3afad5603fa3 | |
parent | . In the informative message regarding downloading the necessary files, (diff) |
Add net/icmpchat - Simple chat program based on the ICMP protocol.
PR: ports/44579
Submitted by: Matthew West <mwest@uct.ac.za>
Notes
Notes:
svn path=/head/; revision=69075
-rw-r--r-- | net-im/icmpchat/Makefile | 28 | ||||
-rw-r--r-- | net-im/icmpchat/distinfo | 1 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-plist | 3 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/icmpchat/Makefile | 28 | ||||
-rw-r--r-- | net/icmpchat/distinfo | 1 | ||||
-rw-r--r-- | net/icmpchat/pkg-comment | 1 | ||||
-rw-r--r-- | net/icmpchat/pkg-descr | 7 | ||||
-rw-r--r-- | net/icmpchat/pkg-plist | 3 |
11 files changed, 81 insertions, 0 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile new file mode 100644 index 000000000000..9e7154ecdd28 --- /dev/null +++ b/net-im/icmpchat/Makefile @@ -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> diff --git a/net-im/icmpchat/distinfo b/net-im/icmpchat/distinfo new file mode 100644 index 000000000000..b7603e389204 --- /dev/null +++ b/net-im/icmpchat/distinfo @@ -0,0 +1 @@ +MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3 diff --git a/net-im/icmpchat/pkg-comment b/net-im/icmpchat/pkg-comment new file mode 100644 index 000000000000..49c96c5864f8 --- /dev/null +++ b/net-im/icmpchat/pkg-comment @@ -0,0 +1 @@ +Simple chat program based on the ICMP protocol diff --git a/net-im/icmpchat/pkg-descr b/net-im/icmpchat/pkg-descr new file mode 100644 index 000000000000..17a15d04c47a --- /dev/null +++ b/net-im/icmpchat/pkg-descr @@ -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 diff --git a/net-im/icmpchat/pkg-plist b/net-im/icmpchat/pkg-plist new file mode 100644 index 000000000000..96971ec2f5fe --- /dev/null +++ b/net-im/icmpchat/pkg-plist @@ -0,0 +1,3 @@ +bin/icmpchat +%%PORTDOCS%%share/doc/icmpchat/README +%%PORTDOCS%%@dirrm share/doc/icmpchat diff --git a/net/Makefile b/net/Makefile index 7a14a246eadb..e5dbe8f1c130 100644 --- a/net/Makefile +++ b/net/Makefile @@ -191,6 +191,7 @@ SUBDIR += hx SUBDIR += icb SUBDIR += ickle + SUBDIR += icmpchat SUBDIR += icmpinfo SUBDIR += icmpmonitor SUBDIR += icmpquery diff --git a/net/icmpchat/Makefile b/net/icmpchat/Makefile new file mode 100644 index 000000000000..9e7154ecdd28 --- /dev/null +++ b/net/icmpchat/Makefile @@ -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> diff --git a/net/icmpchat/distinfo b/net/icmpchat/distinfo new file mode 100644 index 000000000000..b7603e389204 --- /dev/null +++ b/net/icmpchat/distinfo @@ -0,0 +1 @@ +MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3 diff --git a/net/icmpchat/pkg-comment b/net/icmpchat/pkg-comment new file mode 100644 index 000000000000..49c96c5864f8 --- /dev/null +++ b/net/icmpchat/pkg-comment @@ -0,0 +1 @@ +Simple chat program based on the ICMP protocol diff --git a/net/icmpchat/pkg-descr b/net/icmpchat/pkg-descr new file mode 100644 index 000000000000..17a15d04c47a --- /dev/null +++ b/net/icmpchat/pkg-descr @@ -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 diff --git a/net/icmpchat/pkg-plist b/net/icmpchat/pkg-plist new file mode 100644 index 000000000000..96971ec2f5fe --- /dev/null +++ b/net/icmpchat/pkg-plist @@ -0,0 +1,3 @@ +bin/icmpchat +%%PORTDOCS%%share/doc/icmpchat/README +%%PORTDOCS%%@dirrm share/doc/icmpchat |