diff options
author | sat <sat@FreeBSD.org> | 2007-05-04 03:46:00 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-05-04 03:46:00 +0800 |
commit | 8cfba3e28ec526f18dac8ed5f636faf9d47b4840 (patch) | |
tree | a180fa71c0060a307e2c0bc1251586e7105c25f1 /net-mgmt | |
parent | d2f2c8f71fe5ee152ec15537e18fb034de308e4e (diff) | |
download | freebsd-ports-gnome-8cfba3e28ec526f18dac8ed5f636faf9d47b4840.tar.gz freebsd-ports-gnome-8cfba3e28ec526f18dac8ed5f636faf9d47b4840.tar.zst freebsd-ports-gnome-8cfba3e28ec526f18dac8ed5f636faf9d47b4840.zip |
Add port net-mgmt/nipper:
nipper processes network device configuration files, performs a
security audit and outputs a security report with recommendations and
a configuration report. nipper currently supports Cisco IOS, PIX, ASA,
FWSM, NMP, CatOS and Juniper NetScreen devices.
WWW: http://sourceforge.net/projects/nipper
Author: Ian Ventura-Whiting <ivwhiting at users.sourceforge.net>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nipper/Makefile | 30 | ||||
-rw-r--r-- | net-mgmt/nipper/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/nipper/pkg-descr | 7 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net-mgmt/nipper/Makefile b/net-mgmt/nipper/Makefile new file mode 100644 index 000000000000..90d8887dc659 --- /dev/null +++ b/net-mgmt/nipper/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: nipper +# Date created: 3 May 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nipper +PORTVERSION= 0.9.4 +CATEGORIES= net-mgmt +MASTER_SITES= SF +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Netdev config analyzer + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= Changelog Readme TODO + +do-build: + @cd ${WRKSRC}/ && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/nipper ${PREFIX}/bin/ +.ifndef NOPORTDOCS + @${INSTALL} -d ${DOCSDIR}/ + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/net-mgmt/nipper/distinfo b/net-mgmt/nipper/distinfo new file mode 100644 index 000000000000..e3303888d459 --- /dev/null +++ b/net-mgmt/nipper/distinfo @@ -0,0 +1,3 @@ +MD5 (nipper-0.9.4.tgz) = 16ad94b950e3b1e449581634916e4f3b +SHA256 (nipper-0.9.4.tgz) = 2a3b2d986a175f623a94d26c93a0351677418a47d9b45c9040e7dec1a21de14d +SIZE (nipper-0.9.4.tgz) = 140377 diff --git a/net-mgmt/nipper/pkg-descr b/net-mgmt/nipper/pkg-descr new file mode 100644 index 000000000000..678f3eb4e08b --- /dev/null +++ b/net-mgmt/nipper/pkg-descr @@ -0,0 +1,7 @@ +nipper processes network device configuration files, performs a +security audit and outputs a security report with recommendations and +a configuration report. nipper currently supports Cisco IOS, PIX, ASA, +FWSM, NMP, CatOS and Juniper NetScreen devices. + +WWW: http://sourceforge.net/projects/nipper +Author: Ian Ventura-Whiting <ivwhiting at users.sourceforge.net> |