diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-22 05:08:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-22 05:08:41 +0800 |
commit | 7ab00c297e511a3e5cff9cc6dc6e26d00271f5ae (patch) | |
tree | bb5729c3afd986146cce65d45338174c589e08a0 /net-mgmt | |
parent | ad37d503731acf066afb65daeddd3b7fb7eb3a9c (diff) | |
download | freebsd-ports-gnome-7ab00c297e511a3e5cff9cc6dc6e26d00271f5ae.tar.gz freebsd-ports-gnome-7ab00c297e511a3e5cff9cc6dc6e26d00271f5ae.tar.zst freebsd-ports-gnome-7ab00c297e511a3e5cff9cc6dc6e26d00271f5ae.zip |
- Update `net-mgmt/softflowd' to version 0.9.9
- Sort the knobs, defined LICENSE (BSD2CLAUSE), fix
COMMENT and pkg-descr, use options helper target
- TIMESTAMP (softflowd-0.9.9.tar.gz) = 1329097555
PR: 217954
Submitted by: Paul Godard
Approved by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/softflowd/Makefile | 16 | ||||
-rw-r--r-- | net-mgmt/softflowd/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/softflowd/pkg-descr | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-mgmt/softflowd/Makefile b/net-mgmt/softflowd/Makefile index 01b872cc49f9..0ea13c8b972a 100644 --- a/net-mgmt/softflowd/Makefile +++ b/net-mgmt/softflowd/Makefile @@ -2,26 +2,28 @@ # $FreeBSD$ PORTNAME= softflowd -PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTVERSION= 0.9.9 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www2.mindrot.org/files/softflowd/ MAINTAINER= jmohacsi@bsd.hu -COMMENT= Softflowd is flow-based network traffic analyser with export +COMMENT= Flow-based network traffic analyzer and exporter + +LICENSE= BSD2CLAUSE -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes +USE_RC_SUBR= ${PORTNAME} + PLIST_FILES= sbin/softflowd sbin/softflowctl \ man/man8/softflowd.8.gz \ man/man8/softflowctl.8.gz PORTDOCS= README -USE_RC_SUBR= softflowd OPTIONS_DEFINE= DOCS -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/net-mgmt/softflowd/distinfo b/net-mgmt/softflowd/distinfo index e56735a8bf91..6b4a15ee27c3 100644 --- a/net-mgmt/softflowd/distinfo +++ b/net-mgmt/softflowd/distinfo @@ -1,2 +1,3 @@ -SHA256 (softflowd-0.9.8.tar.gz) = 529c854a8274280922813ccf0ab97cf492c915f1be17cf6b76a82bd1abeab8c3 -SIZE (softflowd-0.9.8.tar.gz) = 89839 +TIMESTAMP = 1329097555 +SHA256 (softflowd-0.9.9.tar.gz) = 2313f2c50ea9b3f2db3524e38ec7cd71f9a6e885ac2e3b55ab037bccf8173612 +SIZE (softflowd-0.9.9.tar.gz) = 91939 diff --git a/net-mgmt/softflowd/pkg-descr b/net-mgmt/softflowd/pkg-descr index f45e10fcd48c..657f11c90d78 100644 --- a/net-mgmt/softflowd/pkg-descr +++ b/net-mgmt/softflowd/pkg-descr @@ -1,7 +1,7 @@ -Softflowd is flow-based network traffic analyser capable of Cisco NetFlow -data export. Softflowd semi-statefully tracks traffic flows recorded by +Softflowd is flow-based network traffic analyzer capable of Cisco NetFlow +data export. Softflowd semi-statefully tracks traffic flows recorded by listening on a network interface or by reading a packet capture file. -These flows may be reported via NetFlow to a collecting host or summarised +These flows may be reported via NetFlow to a collecting host or summarized within softflowd itself. WWW: http://www.mindrot.org/softflowd.html |