From 56ccf6bac8b48288c983922e751d1a3461d5b08b Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 15 Jun 2003 14:58:25 +0000 Subject: updates ports/net/icmpchat from 0.5.1 to 0.6 PR: 53344 Submitted by: Matthew West --- net-im/icmpchat/Makefile | 17 +++++++++++------ net-im/icmpchat/distinfo | 2 +- net-im/icmpchat/pkg-descr | 6 +++--- net-im/icmpchat/pkg-plist | 6 +++++- 4 files changed, 20 insertions(+), 11 deletions(-) (limited to 'net-im/icmpchat') diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile index adca2634941f..9e80ec8b310e 100644 --- a/net-im/icmpchat/Makefile +++ b/net-im/icmpchat/Makefile @@ -6,24 +6,29 @@ # PORTNAME= icmpchat -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= net -MASTER_SITES= http://www.codito.de/prog/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= icmpchat MAINTAINER= mwest@uct.ac.za -COMMENT= Simple chat program based on the ICMP protocol +COMMENT= Simple console-based chat that uses the ICMP protocol USE_REINPLACE= yes pre-patch: - @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|;s|= gcc|?= gcc|; \ - s|default|all|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|-O2 -Wall -pedantic|${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} + ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/License ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Problems ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Todo ${DOCSDIR} .endif .include diff --git a/net-im/icmpchat/distinfo b/net-im/icmpchat/distinfo index b7603e389204..193c5c3e23ab 100644 --- a/net-im/icmpchat/distinfo +++ b/net-im/icmpchat/distinfo @@ -1 +1 @@ -MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3 +MD5 (icmpchat-0.6.tar.gz) = da80b62f42debd6f5f031b8d736bcca3 diff --git a/net-im/icmpchat/pkg-descr b/net-im/icmpchat/pkg-descr index 17a15d04c47a..2c1a202201c4 100644 --- a/net-im/icmpchat/pkg-descr +++ b/net-im/icmpchat/pkg-descr @@ -1,7 +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. +ICMP-Chat is a simple console-based chat that uses ICMP packets for +communication. The data is encrypted using the Rijndael-256 algorithm. -WWW: http://www.codito.de/ +WWW: http://icmpchat.sourceforge.net/ -- mwest@uct.ac.za diff --git a/net-im/icmpchat/pkg-plist b/net-im/icmpchat/pkg-plist index 96971ec2f5fe..543d8019c927 100644 --- a/net-im/icmpchat/pkg-plist +++ b/net-im/icmpchat/pkg-plist @@ -1,3 +1,7 @@ bin/icmpchat -%%PORTDOCS%%share/doc/icmpchat/README +%%PORTDOCS%%share/doc/icmpchat/Changes +%%PORTDOCS%%share/doc/icmpchat/License +%%PORTDOCS%%share/doc/icmpchat/Problems +%%PORTDOCS%%share/doc/icmpchat/Readme +%%PORTDOCS%%share/doc/icmpchat/Todo %%PORTDOCS%%@dirrm share/doc/icmpchat -- cgit v1.2.3