1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

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>
This commit is contained in:
Andrew Pantyukhin 2007-05-03 19:46:00 +00:00
parent 576e0520c8
commit 8fc1e9fb82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191494
3 changed files with 40 additions and 0 deletions

30
net-mgmt/nipper/Makefile Normal file
View File

@ -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>

3
net-mgmt/nipper/distinfo Normal file
View File

@ -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

View File

@ -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>