Date: Fri, 8 Jul 2005 23:36:46 +0200 From: "Filippo Natali" <filippo.natali@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/83167: [NEW PORT] dns/tinystats Message-ID: <1120858606.0@ulby.hq.netwing.it> Resent-Message-ID: <200507082140.j68LeE5X051922@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83167 >Category: ports >Synopsis: [NEW PORT] dns/tinystats >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 21:40:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Filippo Natali >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: System: FreeBSD 5.4-STABLE #0: Sat Jul 2 10:25:39 CEST 2005 filippo@ulby.hq.netwing.it:/usr/obj/usr/src/sys/ULBY >Description: New port: dns/tinystats, a tinydns statistics generator, which can be easily integrated with rrdtool with an included shell script. >How-To-Repeat: >Fix: --- tinystats.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tinystats # tinystats/Makefile # tinystats/distinfo # tinystats/pkg-descr # echo c - tinystats mkdir -p tinystats > /dev/null 2>&1 echo x - tinystats/Makefile sed 's/^X//' >tinystats/Makefile << 'END-of-tinystats/Makefile' X# New ports collection makefile for: tinystats X# Date created: 2005-07-07 X# Whom: Filippo Natali <filippo.natali@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= tinystats XPORTVERSION= 1.0 XCATEGORIES= dns XMASTER_SITES= http://www.morettoni.net/bsd/ X XMAINTAINER= filippo.natali@gmail.com XCOMMENT= DJB's tinydns statistics generator X XWRKSRC= ${WRKDIR}/${PORTNAME} X XPLIST_FILES= bin/tinystats ${EXAMPLESDIR:S,^${PREFIX}/,,}/tinydns.sh.sample \ X ${EXAMPLESDIR:S,^${PREFIX}/,,}/tinydns.log.run.sample XPLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,} XALL_TARGET= X Xpost-install: X @${MKDIR} ${EXAMPLESDIR} X @${CP} ${WRKSRC}/tinydns.sh.sample ${WRKSRC}/tinydns.log.run.sample ${EXAMPLESDIR} X X.include <bsd.port.mk> END-of-tinystats/Makefile echo x - tinystats/distinfo sed 's/^X//' >tinystats/distinfo << 'END-of-tinystats/distinfo' XMD5 (tinystats-1.0.tar.gz) = a5c71fbb3e4486f988d4f8eb082e8d39 XSIZE (tinystats-1.0.tar.gz) = 5881 END-of-tinystats/distinfo echo x - tinystats/pkg-descr sed 's/^X//' >tinystats/pkg-descr << 'END-of-tinystats/pkg-descr' Xtinystats is a statistic generator for DJB's tinydns. XIt can be easily integrated with rrdtool to generate Xnice graphical DNS stats. X XWWW: http://www.morettoni.net/tinystats.html END-of-tinystats/pkg-descr exit --- tinystats.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1120858606.0>