test performance of a remote TCP service

This commit is contained in:
jakob 2002-11-10 19:48:27 +00:00
parent c5ee4fb6be
commit 9d2768e7ca
4 changed files with 41 additions and 0 deletions

31
net/echoping/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/10 19:48:27 jakob Exp $
COMMENT= "test performance of a remote TCP service"
VERSION= 5.0.1
DISTNAME= echoping-${VERSION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=echoping/}
HOMEPAGE= http://echoping.sourceforge.net/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-http \
--enable-icp \
--enable-smtp \
--enable-tos \
--with-ssl=/usr
.include <bsd.port.mk>

3
net/echoping/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (echoping-5.0.1.tar.gz) = cba95ea5a17fd1b6f7a22634026fe538
RMD160 (echoping-5.0.1.tar.gz) = 765b1510577876496f6528e6b03d583435db8771
SHA1 (echoping-5.0.1.tar.gz) = e0914a72e4e04871dec0b021d91c1eb4b88f7e6a

4
net/echoping/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
"echoping" is a small program to test (approximatively) performances of a
remote host by sending it TCP "echo" (or other protocol) packets.
WWW: ${HOMEPAGE}

3
net/echoping/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/10 19:48:27 jakob Exp $
bin/echoping
man/man1/echoping.1