[Midnightbsd-cvs] mports: mports/net: add zniper.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Feb 26 21:09:58 EST 2008


Log Message:
-----------
add zniper.

Modified Files:
--------------
    mports/net:
        Makefile (r1.59 -> r1.60)

Added Files:
-----------
    mports/net/zniper:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/Makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -L net/Makefile -L net/Makefile -u -r1.59 -r1.60
--- net/Makefile
+++ net/Makefile
@@ -68,6 +68,7 @@
     SUBDIR += xmlrpc-epi
     SUBDIR += yaz
     SUBDIR += zillion
+    SUBDIR += zniper
     SUBDIR += zsync
     SUBDIR += ztelnet
 
--- /dev/null
+++ net/zniper/pkg-descr
@@ -0,0 +1,6 @@
+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/
+Author: Claes M. Nyberg <md0claes at mdstud.chalmers.se>
--- /dev/null
+++ net/zniper/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for:	zniper
+# Date created:		8 April 2007
+# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
+#
+# $MidnightBSD: mports/net/zniper/Makefile,v 1.1 2008/02/27 02:09:56 laffer1 Exp $
+# $FreeBSD: ports/net/zniper/Makefile,v 1.1 2007/04/08 18:05:08 sat Exp $
+#
+
+PORTNAME=	zniper
+PORTVERSION=	1.0
+CATEGORIES=	net
+MASTER_SITES=	CENKES
+# Unversioned distfile available from:
+# http://www.signedness.org/tools/zniper.tgz
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Display and reset active TCP connections
+
+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>
--- /dev/null
+++ net/zniper/distinfo
@@ -0,0 +1,3 @@
+MD5 (zniper-1.0.tar.gz) = d388de20580e4308052e5cf43dd3fe02
+SHA256 (zniper-1.0.tar.gz) = 317b115f0060252706e151936603b344119f0a547816d4bbf19d3808b8823e3f
+SIZE (zniper-1.0.tar.gz) = 20324


More information about the Midnightbsd-cvs mailing list