aboutsummaryrefslogtreecommitdiff
path: root/dns/tinystats
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-12 11:06:26 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-12 11:06:26 +0000
commit7f8dfd603d4495b9e652100fb3e0e06b95600e88 (patch)
treef03cbb1eea67fa47e3109706e3981e0f34cb53af /dns/tinystats
parent08ed3e1c65b4c1d951e401913a317405a837e884 (diff)
downloadports-7f8dfd603d4495b9e652100fb3e0e06b95600e88.tar.gz
ports-7f8dfd603d4495b9e652100fb3e0e06b95600e88.zip
Notes
Diffstat (limited to 'dns/tinystats')
-rw-r--r--dns/tinystats/Makefile34
-rw-r--r--dns/tinystats/distinfo2
-rw-r--r--dns/tinystats/pkg-descr5
3 files changed, 41 insertions, 0 deletions
diff --git a/dns/tinystats/Makefile b/dns/tinystats/Makefile
new file mode 100644
index 000000000000..bc3d373a0fb1
--- /dev/null
+++ b/dns/tinystats/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: tinystats
+# Date created: 07 July 2005
+# Whom: Filippo Natali <filippo.natali@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tinystats
+PORTVERSION= 1.0
+CATEGORIES= dns
+MASTER_SITES= http://www.morettoni.net/bsd/
+
+MAINTAINER= filippo.natali@gmail.com
+COMMENT= DJB's tinydns statistics generator
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+ALL_TARGET=
+
+PLIST_FILES= bin/tinystats \
+ %%EXAMPLESDIR%%/tinydns.log.run.sample \
+ %%EXAMPLESDIR%%/tinydns.sh.sample
+PLIST_DIRS= %%EXAMPLESDIR%%
+PORTDOCS= README
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tinystats ${PREFIX}/bin
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/tinydns.sh.sample ${WRKSRC}/tinydns.log.run.sample ${EXAMPLESDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/dns/tinystats/distinfo b/dns/tinystats/distinfo
new file mode 100644
index 000000000000..b5ea2620d1cf
--- /dev/null
+++ b/dns/tinystats/distinfo
@@ -0,0 +1,2 @@
+MD5 (tinystats-1.0.tar.gz) = a5c71fbb3e4486f988d4f8eb082e8d39
+SIZE (tinystats-1.0.tar.gz) = 5881
diff --git a/dns/tinystats/pkg-descr b/dns/tinystats/pkg-descr
new file mode 100644
index 000000000000..682bc6d9b7e3
--- /dev/null
+++ b/dns/tinystats/pkg-descr
@@ -0,0 +1,5 @@
+tinystats is a statistic generator for DJB's tinydns.
+It can be easily integrated with rrdtool to generate
+nice graphical DNS stats.
+
+WWW: http://www.morettoni.net/tinystats.html