mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- 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
This commit is contained in:
parent
cc047104e0
commit
51ffb93a5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436656
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user