aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
commitc3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch)
treee774af268961483556ceccc49ef1a585f2e45ce0 /net-mgmt
parentb701e182a654c26eba0d8736d26c90cc1ffc7811 (diff)
downloadports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.tar.gz
ports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/nipper/Makefile49
-rw-r--r--net-mgmt/nipper/distinfo2
-rw-r--r--net-mgmt/nipper/pkg-descr7
4 files changed, 0 insertions, 59 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 77c113d81e11..f54ccd9cb615 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -170,7 +170,6 @@
SUBDIR += nfdump-devel
SUBDIR += nfsen
SUBDIR += ng_ipacct
- SUBDIR += nipper
SUBDIR += nitpicker
SUBDIR += noc
SUBDIR += nocol
diff --git a/net-mgmt/nipper/Makefile b/net-mgmt/nipper/Makefile
deleted file mode 100644
index 7106c6d582a3..000000000000
--- a/net-mgmt/nipper/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: nipper
-# Date created: 3 May 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nipper
-PORTVERSION= 0.11.10
-PORTEPOCH= 1
-CATEGORIES= net-mgmt
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Nipper%20${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Netdev config analyzer
-
-DEPRECATED= BROKEN for more than 6 month
-EXPIRATION_DATE= 2011-09-01
-
-BROKEN= does not fetch
-
-PLIST_FILES= bin/${PORTNAME} etc/nipper.conf.sample
-PORTDOCS= Changelog Readme TODO Features.txt Options.txt Quickstart.txt \
- XML.txt
-MAN1= ${PORTNAME}.1
-MAN5= ${PORTNAME}.conf.5
-
-post-extract:
- @${MV} ${WRKSRC}/docs/* ${WRKSRC}/
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|'\
- ${WRKSRC}/common/* ${WRKSRC}/man/*
-
-do-build:
- @cd ${WRKSRC}/ && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
- @${INSTALL_DATA} ${WRKSRC}/nipper.conf ${PREFIX}/etc/nipper.conf.sample
- @${INSTALL_MAN} ${WRKSRC}/man/nipper.1 ${MAN1PREFIX}/man/man1/
- @${INSTALL_MAN} ${WRKSRC}/man/nipper.conf.5 ${MAN5PREFIX}/man/man5/
-.ifndef NOPORTDOCS
- @${INSTALL} -d ${DOCSDIR}/
- @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/nipper/distinfo b/net-mgmt/nipper/distinfo
deleted file mode 100644
index 34da61dd271c..000000000000
--- a/net-mgmt/nipper/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nipper-0.11.10.tgz) = 9ed38d1e1790be2f5e38f550d9ecd8d297c564749f30face3cab7e707e87c617
-SIZE (nipper-0.11.10.tgz) = 274648
diff --git a/net-mgmt/nipper/pkg-descr b/net-mgmt/nipper/pkg-descr
deleted file mode 100644
index ae2ac89f4553..000000000000
--- a/net-mgmt/nipper/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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://nipper.titania.co.uk/
-Author: Ian Ventura-Whiting <fizz@titania.co.uk>