svn commit: r348318 - head/net-mgmt/nitpicker
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Mar 15 12:20:53 UTC 2014
Author: danfe
Date: Sat Mar 15 12:20:52 2014
New Revision: 348318
URL: http://svnweb.freebsd.org/changeset/ports/348318
QAT: https://qat.redports.org/buildarchive/r348318/
Log:
- 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
Deleted:
head/net-mgmt/nitpicker/pkg-plist
Modified:
head/net-mgmt/nitpicker/Makefile
head/net-mgmt/nitpicker/pkg-descr
Modified: head/net-mgmt/nitpicker/Makefile
==============================================================================
--- head/net-mgmt/nitpicker/Makefile Sat Mar 15 12:16:18 2014 (r348317)
+++ head/net-mgmt/nitpicker/Makefile Sat Mar 15 12:20:52 2014 (r348318)
@@ -1,4 +1,4 @@
-# Created by: Michael Reifenberger
+# Created by: Michael Reifenberger <mr at FreeBSD.org>
# $FreeBSD$
PORTNAME= nitpicker
@@ -8,13 +8,13 @@ CATEGORIES= net-mgmt
MASTER_SITES= http://nitpicker.de/
MAINTAINER= mr at 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>
Modified: head/net-mgmt/nitpicker/pkg-descr
==============================================================================
--- head/net-mgmt/nitpicker/pkg-descr Sat Mar 15 12:16:18 2014 (r348317)
+++ head/net-mgmt/nitpicker/pkg-descr Sat Mar 15 12:20:52 2014 (r348318)
@@ -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/
More information about the svn-ports-all
mailing list