diff options
author | danfe <danfe@FreeBSD.org> | 2014-03-15 20:20:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-03-15 20:20:52 +0800 |
commit | e95c05d7ae4ccf5b3fe60ae62f343a77540dab3a (patch) | |
tree | 05f66a57e868890598894d7f88d4f36274f372a2 /net-mgmt/nitpicker | |
parent | 0633f17c012d11882c46a2740a5cee7c1d93c3a6 (diff) | |
download | freebsd-ports-gnome-e95c05d7ae4ccf5b3fe60ae62f343a77540dab3a.tar.gz freebsd-ports-gnome-e95c05d7ae4ccf5b3fe60ae62f343a77540dab3a.tar.zst freebsd-ports-gnome-e95c05d7ae4ccf5b3fe60ae62f343a77540dab3a.zip |
- Canonicalize Makefile header, retouch COMMENT
- Tighten `do-install' target recipe a little
- Convert 3-line pkg-plist to PLIST_FILES
- Augment port description text while here
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 |