update to v0.62
This commit is contained in:
parent
72bf80f9c1
commit
a32273f735
@ -1,10 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.5 2001/09/04 15:22:14 jakob Exp $
|
# $OpenBSD: Makefile,v 1.6 2002/11/04 15:13:49 jakob Exp $
|
||||||
|
|
||||||
COMMENT= cisco NetFlow utilities
|
COMMENT= cisco NetFlow utilities
|
||||||
|
|
||||||
DISTNAME= flow-tools-0.55
|
DISTNAME= flow-tools-0.62
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
NEED_VERSION= 1.363
|
|
||||||
|
|
||||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ CONFIGS_SYM= asn ip-prot tcp-port
|
|||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
(cd ${WRKSRC}/src; env ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} install)
|
(cd ${WRKSRC}/src; env ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} install)
|
||||||
(cd ${WRKSRC}/docs; env ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} install)
|
${INSTALL_MAN} ${WRKSRC}/docs/*.1 ${PREFIX}/man/man1
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/cfg
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/cfg
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/sym
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/flow-tools/sym
|
||||||
.for file in ${CONFIGS_CFG}
|
.for file in ${CONFIGS_CFG}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (flow-tools-0.55.tar.gz) = 22ff761e6c13c10c19d12c12e30c44b7
|
MD5 (flow-tools-0.62.tar.gz) = 68ec3cd86903370c019f12593f437f78
|
||||||
RMD160 (flow-tools-0.55.tar.gz) = 0abad7d5cc43971497b54824877262758bf7aff8
|
RMD160 (flow-tools-0.62.tar.gz) = fd15268a60271eb46729e7f73900f87ff0574bbf
|
||||||
SHA1 (flow-tools-0.55.tar.gz) = d6fcb228ddeda442040ebb9d8c46fc0f73943471
|
SHA1 (flow-tools-0.62.tar.gz) = 8d0ec69256ed72a9c2ce0a8987171266ad73f966
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.3 2001/09/04 15:22:14 jakob Exp $
|
@comment $OpenBSD: PLIST,v 1.4 2002/11/04 15:13:49 jakob Exp $
|
||||||
bin/flow-capture
|
bin/flow-capture
|
||||||
bin/flow-cat
|
bin/flow-cat
|
||||||
bin/flow-dscan
|
bin/flow-dscan
|
||||||
@ -10,11 +10,14 @@ bin/flow-gen
|
|||||||
bin/flow-header
|
bin/flow-header
|
||||||
bin/flow-import
|
bin/flow-import
|
||||||
bin/flow-merge
|
bin/flow-merge
|
||||||
|
bin/flow-nfilter
|
||||||
bin/flow-print
|
bin/flow-print
|
||||||
bin/flow-receive
|
bin/flow-receive
|
||||||
|
bin/flow-report
|
||||||
bin/flow-send
|
bin/flow-send
|
||||||
bin/flow-split
|
bin/flow-split
|
||||||
bin/flow-stat
|
bin/flow-stat
|
||||||
|
bin/flow-tag
|
||||||
bin/flow-xlate
|
bin/flow-xlate
|
||||||
man/man1/flow-capture.1
|
man/man1/flow-capture.1
|
||||||
man/man1/flow-cat.1
|
man/man1/flow-cat.1
|
||||||
@ -24,12 +27,20 @@ man/man1/flow-export.1
|
|||||||
man/man1/flow-fanout.1
|
man/man1/flow-fanout.1
|
||||||
man/man1/flow-filter.1
|
man/man1/flow-filter.1
|
||||||
man/man1/flow-gen.1
|
man/man1/flow-gen.1
|
||||||
man/man1/flow-mirror.1
|
man/man1/flow-header.1
|
||||||
|
man/man1/flow-import.1
|
||||||
|
man/man1/flow-merge.1
|
||||||
|
man/man1/flow-nfilter.1
|
||||||
man/man1/flow-print.1
|
man/man1/flow-print.1
|
||||||
man/man1/flow-profile.1
|
man/man1/flow-receive.1
|
||||||
man/man1/flow-search.1
|
man/man1/flow-report.1
|
||||||
|
man/man1/flow-send.1
|
||||||
|
man/man1/flow-split.1
|
||||||
man/man1/flow-stat.1
|
man/man1/flow-stat.1
|
||||||
|
man/man1/flow-tag.1
|
||||||
|
man/man1/flow-tools-examples.1
|
||||||
man/man1/flow-tools.1
|
man/man1/flow-tools.1
|
||||||
|
man/man1/flow-xlate.1
|
||||||
share/examples/flow-tools/cfg/filter-acl
|
share/examples/flow-tools/cfg/filter-acl
|
||||||
share/examples/flow-tools/cfg/map
|
share/examples/flow-tools/cfg/map
|
||||||
share/examples/flow-tools/sym/asn
|
share/examples/flow-tools/sym/asn
|
||||||
|
Loading…
Reference in New Issue
Block a user