diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-15 12:20:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-15 12:20:52 +0000 |
commit | 62d4106cc2c7fb20f8615f477fea56c1e054a6ad (patch) | |
tree | 05f66a57e868890598894d7f88d4f36274f372a2 /net-mgmt/nitpicker | |
parent | b6c8e5ea3862015edb54f7966261b89b56cd7d14 (diff) | |
download | ports-62d4106cc2c7fb20f8615f477fea56c1e054a6ad.tar.gz ports-62d4106cc2c7fb20f8615f477fea56c1e054a6ad.zip |
Notes
Diffstat (limited to 'net-mgmt/nitpicker')
-rw-r--r-- | net-mgmt/nitpicker/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/nitpicker/pkg-descr | 24 | ||||
-rw-r--r-- | net-mgmt/nitpicker/pkg-plist | 3 |
3 files changed, 18 insertions, 19 deletions
diff --git a/net-mgmt/nitpicker/Makefile b/net-mgmt/nitpicker/Makefile index aa9de4d6696a..1546e47f9dca 100644 --- a/net-mgmt/nitpicker/Makefile +++ b/net-mgmt/nitpicker/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Reifenberger +# Created by: Michael Reifenberger <mr@FreeBSD.org> # $FreeBSD$ PORTNAME= nitpicker @@ -8,13 +8,13 @@ CATEGORIES= net-mgmt MASTER_SITES= http://nitpicker.de/ MAINTAINER= mr@FreeBSD.org -COMMENT= IP flow Accounting tools +COMMENT= IP flow accounting tools + +PLIST_FILES= bin/dumpit bin/parse_flowfile sbin/nitpicker do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile \ - ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit \ - ${STAGEDIR}${PREFIX}/bin + ${WRKSRC}/tools/dumpit/dumpit ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/net-mgmt/nitpicker/pkg-descr b/net-mgmt/nitpicker/pkg-descr index da29bf541413..73d3e271d6a7 100644 --- a/net-mgmt/nitpicker/pkg-descr +++ b/net-mgmt/nitpicker/pkg-descr @@ -1,13 +1,15 @@ -Nitpicker is a free IP Flow Accounter. -It started because the commercial accounting software was just not fast, -precise and reliable enough to fit a today's ISP / MSP requirements. +Nitpicker is a free IP flow accounter. It started because the commercial +accounting software was just not fast, precise and reliable enough to fit +today's ISP/MSP requirements. + +Here are some of the large benefits of nitpicker: + + - 100% free, in public domain + - Designed for speed + - Designed to run reliably under djb's daemontools + - Consumes minimal processor power + - Runs within little memory + - Does not banally summarize the traffic + - Stores all relevant traffic data for comprehensible interaction -Here are some of the large benefits of nitpicker: - - It is 100% free - - It is Public Domain. - - It is designed for speed - - It is designed to run reliable under djb's daemontools - - It consumes minimal processor power - - It also runs with little memory - WWW: http://www.nitpicker.de/ diff --git a/net-mgmt/nitpicker/pkg-plist b/net-mgmt/nitpicker/pkg-plist deleted file mode 100644 index edfd9d74153a..000000000000 --- a/net-mgmt/nitpicker/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/dumpit -bin/parse_flowfile -sbin/nitpicker |