diff options
Diffstat (limited to 'net/zniper')
-rw-r--r-- | net/zniper/Makefile | 31 | ||||
-rw-r--r-- | net/zniper/distinfo | 2 | ||||
-rw-r--r-- | net/zniper/pkg-descr | 5 |
3 files changed, 0 insertions, 38 deletions
diff --git a/net/zniper/Makefile b/net/zniper/Makefile deleted file mode 100644 index 3175c313dab4..000000000000 --- a/net/zniper/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: zniper -# Date created: 8 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= zniper -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= CENKES -# Unversioned distfile available from: -# http://www.signedness.org/tools/zniper.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Display and reset active TCP connections - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ARGS= CFLAGS="${CFLAGS}" CC="${CC}" -ALL_TARGET= fbsd_x86 -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/net/zniper/distinfo b/net/zniper/distinfo deleted file mode 100644 index 5ed7d60cc6dd..000000000000 --- a/net/zniper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zniper-1.0.tar.gz) = 317b115f0060252706e151936603b344119f0a547816d4bbf19d3808b8823e3f -SIZE (zniper-1.0.tar.gz) = 20324 diff --git a/net/zniper/pkg-descr b/net/zniper/pkg-descr deleted file mode 100644 index fddeb6f6844d..000000000000 --- a/net/zniper/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Zniper displays active TCP connections seen by the selected interface. -The spotted connections can be killed by injecting RST packets into the -stream. - -WWW: http://www.signedness.org/tools/ |