From owner-svn-ports-all@FreeBSD.ORG Sat Mar 15 12:20:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8E3F168; Sat, 15 Mar 2014 12:20:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 78F772E4; Sat, 15 Mar 2014 12:20:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FCKr3B061007; Sat, 15 Mar 2014 12:20:53 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2FCKr2k060843; Sat, 15 Mar 2014 12:20:53 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201403151220.s2FCKr2k060843@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 15 Mar 2014 12:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348318 - head/net-mgmt/nitpicker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 12:20:53 -0000 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 # $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 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/