View | Details | Raw Unified | Return to bug 112241
Collapse All | Expand All

(-)darkstat/Makefile (-8 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	darkstat
8
PORTNAME=	darkstat
9
PORTVERSION=	3.0.540
9
PORTVERSION=	3.0.619
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	http://dmr.ath.cx/net/darkstat/
11
MASTER_SITES=	http://dmr.ath.cx/net/darkstat/
12
12
Lines 16-21 Link Here
16
USE_BZIP2=	yes
16
USE_BZIP2=	yes
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
18
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_ARGS=	--mandir=${PREFIX}/man
19
20
20
MAN1=	darkstat.1
21
MAN1=	darkstat.1
21
DOCS=	AUTHORS INSTALL README THANKS
22
DOCS=	AUTHORS INSTALL README THANKS
Lines 26-35 Link Here
26
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
27
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
27
.endif
28
.endif
28
29
29
.include <bsd.port.pre.mk>
30
.include <bsd.port.mk>
30
31
.if ${OSVERSION} < 500000
32
EXTRA_PATCHES=	${PATCHDIR}/extra-*
33
.endif
34
35
.include <bsd.port.post.mk>
(-)darkstat/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (darkstat-3.0.540.tar.bz2) = 498256c667b4fa79a551ac3626a2ba86
1
MD5 (darkstat-3.0.619.tar.bz2) = b30e6b51cb3cf84254476c1140f08e17
2
SHA256 (darkstat-3.0.540.tar.bz2) = 0db1b2684ea8871c587c89c3ddc4d9302f7e885ff0ec401510c42445f5a77bb4
2
SHA256 (darkstat-3.0.619.tar.bz2) = e50ad3431f8c3c8172c878b7b9073e99a4802ad202739a6dad792cb8f7cfc1be
3
SIZE (darkstat-3.0.540.tar.bz2) = 75293
3
SIZE (darkstat-3.0.619.tar.bz2) = 82508
(-)darkstat/files/extra-patch-cap.h (-10 lines)
Lines 1-10 Link Here
1
--- cap.h.orig	Wed Jun 21 12:25:20 2006
2
+++ cap.h	Wed Aug  9 15:56:25 2006
3
@@ -5,6 +5,7 @@
4
  */
5
 
6
 #include <sys/types.h> /* OpenBSD needs this before select */
7
+#include <sys/time.h> /* FreeBSD 4 needs this for struct timeval */
8
 #include <sys/select.h>
9
 
10
 void cap_init(const char *device, const char *filter);
(-)darkstat/pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
Web page reports of statistics such as data transferred by host, port, and
3
Web page reports of statistics such as data transferred by host, port, and
4
protocol. It also has a neat bandwidth usage graph.
4
protocol. It also has a neat bandwidth usage graph.
5
5
6
WWW:	http://purl.org/net/darkstat
6
WWW:	http://dmr.ath.cx/net/darkstat/
7
Author:	Emil Mikulic <emil@cs.rmit.edu.au>
7
Author:	Emil Mikulic <emil@cs.rmit.edu.au>
8
8
9
-- Anders Nordby <anders@FreeBSD.org>
9
-- Anders Nordby <anders@FreeBSD.org>

Return to bug 112241