summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-02-22 22:45:12 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-02-22 22:45:12 +0000
commit893ef34cf471bbb3f9d1c4d43db3d3776eaa2974 (patch)
tree4a2fae5a90418d9289f261510511ca17d258ed32 /net
parentMoving xferstats (diff)
Re-Import of xferstats, please see ports/textproc/xferstats/Makefile
Notes
Notes: svn path=/head/; revision=16863
Diffstat (limited to 'net')
-rw-r--r--net/xferstats/Makefile29
-rw-r--r--net/xferstats/distinfo1
-rw-r--r--net/xferstats/pkg-comment1
-rw-r--r--net/xferstats/pkg-descr7
-rw-r--r--net/xferstats/pkg-plist2
5 files changed, 40 insertions, 0 deletions
diff --git a/net/xferstats/Makefile b/net/xferstats/Makefile
new file mode 100644
index 000000000000..8fa3ccf12704
--- /dev/null
+++ b/net/xferstats/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xferstats
+# Version required: 2.13
+# Date created: 19 February 1999
+# Whom: Dima Sivachenko
+#
+# $Id: $
+#
+
+DISTNAME= xferstats-2.13
+CATEGORIES= net
+MASTER_SITES= http://xferstats.off.net/download/xferstats-2.00/ \
+ ftp://xferstats.off.net/pub/xferstats/xferstats-2.00/ \
+ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
+
+MAINTAINER= dima@Chg.RU
+
+LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
+
+WRKSRC= ${WRKDIR}/xferstats
+GNU_CONFIGURE= yes
+MAN8= xferstats.8
+
+do-install:
+
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${MAN8PREFIX}/man/man8
+ @ ${INSTALL_DATA} ${WRKSRC}/xferstats.cfg ${PREFIX}/etc/xferstats.cfg.sample
+
+.include <bsd.port.mk>
diff --git a/net/xferstats/distinfo b/net/xferstats/distinfo
new file mode 100644
index 000000000000..d4d63835ca07
--- /dev/null
+++ b/net/xferstats/distinfo
@@ -0,0 +1 @@
+MD5 (xferstats-2.13.tar.gz) = cc0b73bd290151ee2fe6462c84b7f1f4
diff --git a/net/xferstats/pkg-comment b/net/xferstats/pkg-comment
new file mode 100644
index 000000000000..cabc2e465d07
--- /dev/null
+++ b/net/xferstats/pkg-comment
@@ -0,0 +1 @@
+Compiles information about file transfers from logfiles
diff --git a/net/xferstats/pkg-descr b/net/xferstats/pkg-descr
new file mode 100644
index 000000000000..a945c51b3fd3
--- /dev/null
+++ b/net/xferstats/pkg-descr
@@ -0,0 +1,7 @@
+Xferstats is a utility that parses wu-ftpd, ncftpd, and (special) apache
+xferlogs and gives various information and totals about the data transferred.
+
+http://xferstats.off.net
+
+--Dima
+dima@chg.ru
diff --git a/net/xferstats/pkg-plist b/net/xferstats/pkg-plist
new file mode 100644
index 000000000000..10a9e65121ba
--- /dev/null
+++ b/net/xferstats/pkg-plist
@@ -0,0 +1,2 @@
+bin/xferstats
+etc/xferstats.cfg.sample