From 62d4106cc2c7fb20f8615f477fea56c1e054a6ad Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 15 Mar 2014 12:20:52 +0000 Subject: - 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 --- net-mgmt/nitpicker/Makefile | 10 +++++----- net-mgmt/nitpicker/pkg-descr | 24 +++++++++++++----------- net-mgmt/nitpicker/pkg-plist | 3 --- 3 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 net-mgmt/nitpicker/pkg-plist (limited to 'net-mgmt/nitpicker') 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 # $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 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 -- cgit v1.2.3