Update to echoping 3.0.1 and reset maintainer to ports with

permission of old maintainer.
This commit is contained in:
Kris Kennaway 2001-01-14 10:50:11 +00:00
parent 437314cc10
commit d19679513d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37185
4 changed files with 7 additions and 43 deletions

View File

@ -6,11 +6,14 @@
#
PORTNAME= echoping
PORTVERSION= 2.2.0
PORTVERSION= 3.0.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= peter@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-icp
MAN1= echoping.1

View File

@ -1 +1 @@
MD5 (echoping-2.2.0.tar.gz) = 0e72fbcbd69bbd914c036ebdd54492a0
MD5 (echoping-3.0.1.tar.gz) = ed3f6159c864381ed068387df90fc0de

View File

@ -1,34 +0,0 @@
--- Makefile.orig Mon Aug 31 07:57:28 1998
+++ Makefile Tue Mar 16 12:13:10 1999
@@ -1,5 +1,5 @@
# Choose your C compiler
-CC = gcc
+#CC = gcc
#CC = cc
# Possible options:
@@ -9,12 +9,12 @@
# ICP : supports the ICP protocol (Web proxy/caches). Requires HTTP.
# USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD
# machines because we need to change the semantic of signals.
-OPTIONS = -DHTTP -DUSE_SIGACTION
+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
# Flags for gcc
-CFLAGS = -c -O3 $(OPTIONS) -Wall
+#CFLAGS = -c -O3 $(OPTIONS) -Wall
# Flags for cc
-#CFLAGS = -c -O $(OPTIONS)
+CFLAGS = -c -O $(OPTIONS)
# Flags for the linker
LD = $(CC)
@@ -22,7 +22,7 @@
# For Solaris
#LDFLAGS = -o echoping -lsocket -lnsl
-INSTALL=install
+INSTALL=install -c
INSTALL_BIN_FLAGS=-m 755
INSTALL_MAN_FLAGS=-m 644

View File

@ -8,9 +8,4 @@ remote host by sending it TCP "echo" (or other protocol) packets.
It's useful for checking that http servers are running and not wedged.
The reference site for echoping is:
ftp://ftp.pasteur.fr/pub/Network/echoping
Stephane Bortzmeyer <bortzmeyer@pasteur.fr>. October 1995 for the
first version. November 1996 for this one.
WWW: http://echoping.sourceforge.net/