summaryrefslogtreecommitdiff
path: root/net-mgmt/netspoc
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netspoc')
-rw-r--r--net-mgmt/netspoc/Makefile30
-rw-r--r--net-mgmt/netspoc/distinfo1
-rw-r--r--net-mgmt/netspoc/pkg-descr15
-rw-r--r--net-mgmt/netspoc/pkg-plist6
4 files changed, 0 insertions, 52 deletions
diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile
deleted file mode 100644
index 0aeccd7bfc14..000000000000
--- a/net-mgmt/netspoc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: netspoc
-# Date created: Nov 3, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= netspoc
-PORTVERSION= 1.5
-CATEGORIES= net
-MASTER_SITES= http://download.berlios.de/netspoc/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Network Security Policy Compiler
-
-USE_PERL5= yes
-NO_BUILD= yes
-
-MAN1= netspoc.1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/netspoc ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/netspoc.man ${MANPREFIX}/man/man1/netspoc.1
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/netspoc/distinfo b/net-mgmt/netspoc/distinfo
deleted file mode 100644
index cf1cbb6a6389..000000000000
--- a/net-mgmt/netspoc/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (netspoc-1.5.tar.gz) = fb8d6ab2589a197812313ab718b2ef65
diff --git a/net-mgmt/netspoc/pkg-descr b/net-mgmt/netspoc/pkg-descr
deleted file mode 100644
index f4e6e10826ca..000000000000
--- a/net-mgmt/netspoc/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-NetSPoC is a tool for security managment of large computer networks with
-different security domains. It generates configuration files for packet
-filters controlling the borders of security domains.
-
-NetSPoC provides its own language for describing security policy and topology
-of a network. The security policy is a set of rules that state which packets
-are allowed to pass the network and which not. NetSPoC is topology aware: a
-rule for traffic from A to B is automatically applied to all managed packet
-filters on the path from A to B.
-
-Currently NetSPoC generates ACLs and static routing entries for Cisco routers
-and PIX firewalls. Support for network address translation and IPSec has not
-been implemented yet.
-
-WWW: http://netspoc.berlios.de/
diff --git a/net-mgmt/netspoc/pkg-plist b/net-mgmt/netspoc/pkg-plist
deleted file mode 100644
index d664ee7f5684..000000000000
--- a/net-mgmt/netspoc/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/netspoc
-%%PORTDOCS%%%%DOCSDIR%%/CSPM.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/language.html
-%%PORTDOCS%%%%DOCSDIR%%/netspoc.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%