summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-18 16:06:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-18 16:06:44 +0000
commit74ddc02cd99ed4b3d842e0350098bd7c998ce042 (patch)
treec3ba9be776dcc91ad0d078faf5342053e8ac2989 /net
parent2007-08-22 lang/fesi: Depends on obsolete version of jdk (diff)
2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
Notes
Notes: svn path=/head/; revision=199715
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ng_netflow/Makefile40
-rw-r--r--net/ng_netflow/distinfo3
-rw-r--r--net/ng_netflow/pkg-descr14
-rw-r--r--net/ng_netflow/pkg-message6
-rw-r--r--net/ng_netflow/pkg-plist4
6 files changed, 0 insertions, 68 deletions
diff --git a/net/Makefile b/net/Makefile
index ff1c67cd63ab..1c4ede3220a0 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -360,7 +360,6 @@
SUBDIR += nfsshell
SUBDIR += ng_car
SUBDIR += ng_daphne
- SUBDIR += ng_netflow
SUBDIR += ngrep
SUBDIR += ngrep-lib
SUBDIR += nifmon
diff --git a/net/ng_netflow/Makefile b/net/ng_netflow/Makefile
deleted file mode 100644
index 6a00f42e6854..000000000000
--- a/net/ng_netflow/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: ng_netflow
-# Date Created: Feb 17, 2003
-# Whom: Gleb Smirnoff <glebius@cell.sick.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ng_netflow
-PORTVERSION= 0.2.5
-CATEGORIES= net kld
-MASTER_SITES= http://cell.sick.ru/~glebius/ng_netflow/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ng-netflow
-
-MAINTAINER= glebius@FreeBSD.org
-COMMENT= Netgraph node implementing Cisco (c) netflow
-DEPRECATED= already in base in all supported versions of FreeBSD
-EXPIRATION_DATE= 2007-08-29
-
-
-NO_PACKAGE= Should be in sync with the kernel to work correctly
-
-PLIST_SUB= KMODDIR=${KMODDIR}
-
-MAN4= ng_netflow.4
-MAN8= flowctl.8
-MANCOMPRESSED= yes
-
-.include <bsd.port.pre.mk>
-
-pre-fetch:
-
-.if !exists(${SRC_BASE}/sys/Makefile)
- IGNORE= "This port requires kernel sources"
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/net/ng_netflow/distinfo b/net/ng_netflow/distinfo
deleted file mode 100644
index 651115634532..000000000000
--- a/net/ng_netflow/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ng_netflow-0.2.5.tar.gz) = 269ef1b41a3bae954f2bde7f63431d9b
-SHA256 (ng_netflow-0.2.5.tar.gz) = 9f3b6e6635e4b592d333401a872ae8099f31d135c8df23a54ad50f0e1334ec59
-SIZE (ng_netflow-0.2.5.tar.gz) = 19503
diff --git a/net/ng_netflow/pkg-descr b/net/ng_netflow/pkg-descr
deleted file mode 100644
index e4af334cfeee..000000000000
--- a/net/ng_netflow/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-The ng_netflow node implements Cisco's Netflow (c) version 5 protocol
-on router running FreeBSD. ng_netflow listens for incoming traffic and
-identifies unique flows in it. Flows are distinguished by endpoint IP
-addresses, TCP/UDP port numbers and ToS. Expired flows are exported out
-of the node.
-All operation is done in kernel: both traffic capturing and export
-datagram generation. Exported data contaion almost all Netflow version 5
-fields, except of AS numbers.
-
-WWW: http://www.sourceforge.net/projects/ng-netflow
-
---
-Gleb Smirnoff
-<glebius@cell.sick.ru>
diff --git a/net/ng_netflow/pkg-message b/net/ng_netflow/pkg-message
deleted file mode 100644
index 1b89eb66ff11..000000000000
--- a/net/ng_netflow/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-
-*******************************************************************************
-* This port contains a prebuilt kernel module. Due to the ever changing *
-* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
-* source update. To do this reinstall the port. *
-*******************************************************************************
diff --git a/net/ng_netflow/pkg-plist b/net/ng_netflow/pkg-plist
deleted file mode 100644
index f4f878418c06..000000000000
--- a/net/ng_netflow/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-@cwd /
-%%KMODDIR%%/ng_netflow.ko
-@cwd /usr/local
-sbin/flowctl