summaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /net-mgmt/flow-tools
parentAdd pd-0.35.23 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2
Notes
Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_2/; revision=64312; tag=release/4.6.2
Diffstat (limited to 'net-mgmt/flow-tools')
-rw-r--r--net-mgmt/flow-tools/Makefile42
-rw-r--r--net-mgmt/flow-tools/distinfo1
-rw-r--r--net-mgmt/flow-tools/files/patch-configs_Makefile26
-rw-r--r--net-mgmt/flow-tools/files/patch-configure22
-rw-r--r--net-mgmt/flow-tools/files/patch-docs_flow-print11
-rw-r--r--net-mgmt/flow-tools/files/patch-docs_flow-tag11
-rw-r--r--net-mgmt/flow-tools/files/patch-ftpaths.h21
-rw-r--r--net-mgmt/flow-tools/files/patch-src_Makefile22
-rw-r--r--net-mgmt/flow-tools/pkg-comment1
-rw-r--r--net-mgmt/flow-tools/pkg-descr4
-rw-r--r--net-mgmt/flow-tools/pkg-plist34
11 files changed, 0 insertions, 195 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile
deleted file mode 100644
index 35dbff4a7575..000000000000
--- a/net-mgmt/flow-tools/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: flow-tools
-# Date created: 2000 Jul 25
-# Whom: @BABOLO <.@babolo.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= flow-tools
-PORTVERSION= 0.57
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/
-
-MAINTAINER= .@babolo.ru
-
-SCRIPTS= flow-mirror flow-rsync flow-search
-
-USE_GMAKE= yes
-
-GNU_CONFIGURE= yes
-
-MAN1= flow-capture.1 flow-gen.1 flow-split.1 flow-cat.1 \
- flow-header.1 flow-stat.1 flow-dscan.1 flow-import.1 \
- flow-tools-examples.1 flow-expire.1 flow-merge.1 \
- flow-tools.1 flow-export.1 flow-print.1 flow-xlate.1 \
- flow-fanout.1 flow-receive.1 flow-filter.1 flow-send.1 \
- flow-tag.1
-
-post-patch:
- ${TOUCH} -r ${WRKSRC}/configure.in.orig ${WRKSRC}/configure.in
- ${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure
- ${PERL} -pi -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/docs/flow-print.1 \
- ${WRKSRC}/docs/flow-tag.1
-
-pre-build:
- ${RM} ${WRKSRC}/src/ftbuild.h
-
-post-install:
-.for i in ${SCRIPTS}
- @${INSTALL_SCRIPT} ${WRKSRC}/bin/${i} ${PREFIX}/bin
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/flow-tools/distinfo b/net-mgmt/flow-tools/distinfo
deleted file mode 100644
index 656764091ff2..000000000000
--- a/net-mgmt/flow-tools/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (flow-tools-0.57.tar.gz) = 6b26d229d7fd74bf515b1513b573859a
diff --git a/net-mgmt/flow-tools/files/patch-configs_Makefile b/net-mgmt/flow-tools/files/patch-configs_Makefile
deleted file mode 100644
index 9d78f6292681..000000000000
--- a/net-mgmt/flow-tools/files/patch-configs_Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- configs/Makefile.am Fri Jul 6 06:28:57 2001
-+++ configs/Makefile.am Sat Jan 12 06:20:07 2002
-@@ -1,6 +1,6 @@
--ftsymdir=$(localstatedir)/sym
-+ftsymdir=$(localstatedir)/share/flow-tools
- ftsym_DATA = asn ip-prot tcp-port
-
--ftcfgdir=$(localstatedir)/cfg
-+ftcfgdir=$(localstatedir)/etc/flow-tools
- ftcfg_DATA = map filter-acl
-
---- configs/Makefile.in Sat Dec 29 01:05:48 2001
-+++ configs/Makefile.in Sat Jan 12 08:04:39 2002
-@@ -66,10 +66,10 @@
- YACC = @YACC@
- YLIB = @YLIB@
-
--ftsymdir = $(localstatedir)/sym
-+ftsymdir = $(localstatedir)/share/flow-tools
- ftsym_DATA = asn ip-prot tcp-port
-
--ftcfgdir = $(localstatedir)/cfg
-+ftcfgdir = $(localstatedir)/etc/flow-tools
- ftcfg_DATA = map filter-acl
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
diff --git a/net-mgmt/flow-tools/files/patch-configure b/net-mgmt/flow-tools/files/patch-configure
deleted file mode 100644
index 66b890433a2f..000000000000
--- a/net-mgmt/flow-tools/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in Sat Dec 29 01:02:24 2001
-+++ configure.in Sat Jan 12 08:43:07 2002
-@@ -8,7 +8,7 @@
-
- CFLAGS="-g -Wall"
-
--localstatedir="/var/ft"
-+localstatedir="${prefix}"
-
- dnl Checks for programs.
- AC_PROG_CC
---- configure Sat Dec 29 01:05:33 2001
-+++ configure Sat Jan 12 08:42:27 2002
-@@ -783,7 +783,7 @@
-
- CFLAGS="-g -Wall"
-
--localstatedir="/var/ft"
-+localstatedir="${prefix}"
-
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
diff --git a/net-mgmt/flow-tools/files/patch-docs_flow-print b/net-mgmt/flow-tools/files/patch-docs_flow-print
deleted file mode 100644
index 8ba22d84ce37..000000000000
--- a/net-mgmt/flow-tools/files/patch-docs_flow-print
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/flow-print.1 Sun Dec 23 06:06:02 2001
-+++ docs/flow-print.1 Sat Jan 12 07:43:42 2002
-@@ -102,7 +102,7 @@
- None known\&.
- .SH "FILES"
- .PP
--Symbols are located in \fB/var/ft/sym/*\fP
-+Symbols are located in \fB/usr/local/share/flow-tools/*\fP
- .SH "AUTHOR"
- .PP
- Mark Fullmer maf@splintered\&.net
diff --git a/net-mgmt/flow-tools/files/patch-docs_flow-tag b/net-mgmt/flow-tools/files/patch-docs_flow-tag
deleted file mode 100644
index b184553adbd9..000000000000
--- a/net-mgmt/flow-tools/files/patch-docs_flow-tag
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/flow-tag.1 Mon Apr 22 11:42:06 2002
-+++ docs/flow-tag.1 Mon Apr 22 11:42:43 2002
-@@ -189,7 +189,7 @@
- .fi
- .PP
- .PP
--First populate \fB/var/ft/sym/tags\fP for \fBflow-stat\fP to use as symbols\&.
-+First populate \fB/usr/local/etc/flow-tools/tag_defs\fP for \fBflow-stat\fP to use as symbols\&.
- .PP
- .nf
- \f(CW0x0001 OSU
diff --git a/net-mgmt/flow-tools/files/patch-ftpaths.h b/net-mgmt/flow-tools/files/patch-ftpaths.h
deleted file mode 100644
index 10b66b70d0ff..000000000000
--- a/net-mgmt/flow-tools/files/patch-ftpaths.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- lib/ftpaths.h.in Sun Apr 21 04:08:41 2002
-+++ lib/ftpaths.h.in Mon Apr 22 11:29:07 2002
-@@ -29,12 +29,12 @@
- #ifndef FTPATHS_H
- #define FTPATHS_H
-
--#define FT_PATH_MAP "@localstatedir@/cfg/map"
-+#define FT_FILE_MAP "@localstatedir@/etc/flow-tools/map"
-
--#define FT_PATH_IP_PROT "@localstatedir@/sym/ip-prot"
--#define FT_PATH_IP_CLASS "@localstatedir@/sym/ip-class"
--#define FT_PATH_TCP_PORT "@localstatedir@/sym/tcp-port"
--#define FT_PATH_ASN "@localstatedir@/sym/asn"
--#define FT_PATH_TAG "@localstatedir@/cfg/tag_defs"
-+#define FT_PATH_IP_PROT "@localstatedir@/share/flow-tools/ip-prot"
-+#define FT_PATH_IP_CLASS "@localstatedir@/share/flow-tools/ip-class"
-+#define FT_PATH_TCP_PORT "@localstatedir@/share/flow-tools/tcp-port"
-+#define FT_PATH_ASN "@localstatedir@/share/flow-tools/asn"
-+#define FT_PATH_TAG "@localstatedir@/etc/flow-tools/tag_defs"
-
- #endif /* FTPATHS_H */
diff --git a/net-mgmt/flow-tools/files/patch-src_Makefile b/net-mgmt/flow-tools/files/patch-src_Makefile
deleted file mode 100644
index a031a30d111b..000000000000
--- a/net-mgmt/flow-tools/files/patch-src_Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/Makefile.am Sat Dec 29 01:23:03 2001
-+++ src/Makefile.am Sat Jan 12 09:42:38 2002
-@@ -12,7 +12,7 @@
-
- force_build:
-
--ftbuild.h: ftbuild.sh force_build
-+ftbuild.h: ftbuild.sh
- ./ftbuild.sh
-
- flow_import_SOURCES = flow-import.c ftbuild.h
---- src/Makefile.in Sat Dec 29 01:27:29 2001
-+++ src/Makefile.in Sat Jan 12 09:43:42 2002
-@@ -531,7 +531,7 @@
-
- force_build:
-
--ftbuild.h: ftbuild.sh force_build
-+ftbuild.h: ftbuild.sh
- ./ftbuild.sh
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/net-mgmt/flow-tools/pkg-comment b/net-mgmt/flow-tools/pkg-comment
deleted file mode 100644
index 46496e56824e..000000000000
--- a/net-mgmt/flow-tools/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Programs to work with Cisco NetFlow
diff --git a/net-mgmt/flow-tools/pkg-descr b/net-mgmt/flow-tools/pkg-descr
deleted file mode 100644
index f22fa6444a6f..000000000000
--- a/net-mgmt/flow-tools/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Tools to capture, replicate, print, filter, send and other works
-on Cisco's NetFlow Export.
-
-WWW: http://www.splintered.net/sw/flow-tools/
diff --git a/net-mgmt/flow-tools/pkg-plist b/net-mgmt/flow-tools/pkg-plist
deleted file mode 100644
index cc86af83ba5a..000000000000
--- a/net-mgmt/flow-tools/pkg-plist
+++ /dev/null
@@ -1,34 +0,0 @@
-bin/flow-capture
-bin/flow-cat
-bin/flow-dscan
-bin/flow-expire
-bin/flow-export
-bin/flow-fanout
-bin/flow-filter
-bin/flow-gen
-bin/flow-header
-bin/flow-import
-bin/flow-merge
-bin/flow-mirror
-bin/flow-print
-bin/flow-receive
-bin/flow-rsync
-bin/flow-search
-bin/flow-send
-bin/flow-split
-bin/flow-stat
-bin/flow-tag
-bin/flow-xlate
-etc/flow-tools/map
-etc/flow-tools/filter-acl
-include/ftconfig.h
-include/ftlib.h
-include/ftpaths.h
-include/ftqueue.h
-include/radix.h
-lib/libft.a
-share/flow-tools/asn
-share/flow-tools/ip-prot
-share/flow-tools/tcp-port
-@dirrm etc/flow-tools
-@dirrm share/flow-tools