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

(-)net/wmnd/Makefile (-7 / +13 lines)
Lines 6-29 Link Here
6
#
6
#
7
7
8
PORTNAME=	wmnd
8
PORTNAME=	wmnd
9
PORTVERSION=	0.4.12
9
PORTVERSION=	0.4.13
10
PORTREVISION=	2
11
CATEGORIES=	net
10
CATEGORIES=	net
12
MASTER_SITES=	http://www.thregr.org/~wavexx/software/wmnd/releases/
11
MASTER_SITES=	http://www.thregr.org/~wavexx/software/wmnd/releases/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Improved network monitoring dock app (with tons of features)
14
COMMENT=	Improved network monitoring dock app (with tons of features)
16
15
17
USE_X_PREFIX=	yes
16
USE_GNOME=	gnometarget
18
USE_XPM=	yes
17
USE_XORG=	ice sm x11 xext xpm
19
USE_GMAKE=	yes
18
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
20
CONFIGURE_ARGS=	--with-drivers="freebsd_sysctl"
22
		--program-transform-name=""
23
21
24
MAN1=		wmnd.1
22
MAN1=		wmnd.1
23
PORTEXAMPLES=	wmndrc
24
PLIST_FILES=	bin/wmnd
25
25
26
post-install:
26
do-install:
27
	${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${PREFIX}/bin
28
	${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${MANPREFIX}/man/man1
29
.if !defined(NOPORTEXAMPLES)
30
	@${MKDIR} ${EXAMPLESDIR}
31
	${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${EXAMPLESDIR}
32
.endif
27
	@${CAT} ${PKGMESSAGE}
33
	@${CAT} ${PKGMESSAGE}
28
34
29
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)net/wmnd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wmnd-0.4.12.tar.gz) = 595227d5a4a296b39b53799201568e8d
1
MD5 (wmnd-0.4.13.tar.gz) = 459320061b1cb41660a5130bcf3526ed
2
SHA256 (wmnd-0.4.12.tar.gz) = 9e9f63e2210a396c49697f776cca8189d2585785637c596a9207e1750bd4a824
2
SHA256 (wmnd-0.4.13.tar.gz) = c654a59e1c844393b55eabacc6f2efe12f2a45952c4bbf7f6bc5fbaf1dfdfcac
3
SIZE (wmnd-0.4.12.tar.gz) = 167646
3
SIZE (wmnd-0.4.13.tar.gz) = 169698
(-)net/wmnd/files/patch-src-drivers.c (-21 lines)
Lines 1-21 Link Here
1
--- src/drivers.c	Thu Apr 20 23:51:30 2006
2
+++ ../wmnd-0.4.12-p/src/drivers.c	Thu Apr  5 22:05:34 2007
3
@@ -570,7 +570,8 @@
4
   struct freebsd_sysctl_drvdata* drdata;
5
   int numifaces, numrfaces = 0;
6
   int mib[5], datamib[6];
7
-  int i, len, len2;
8
+  int i; 
9
+  size_t len, len2;
10
 
11
   mib[0] = CTL_NET;
12
   mib[1] = PF_LINK;
13
@@ -636,7 +637,7 @@
14
 {
15
   struct freebsd_sysctl_drvdata* drdata = dev->drvdata;
16
   int datamib[6];
17
-  int len;
18
+  size_t len;
19
 
20
   *ip = *op = *ib = *ob = 0;
21
 
(-)net/wmnd/pkg-descr (-4 / +3 lines)
Lines 1-6 Link Here
1
WMND (WindowMaker Network Devices) is a network monitoring
1
WMND (WindowMaker Network Devices) is a highly customizable network
2
dock app improved and based on WMiFS 1.3b.  The version 0.2 of
2
monitoring dockapp for Window Maker (and compatibles) for many
3
wmnd is almost totally written by Timecop, given the optimization
3
operative systems and devices.
4
and flexibility. Enjoy!
5
4
6
WWW: http://www.thregr.org/~wavexx/software/wmnd/
5
WWW: http://www.thregr.org/~wavexx/software/wmnd/
(-)net/wmnd/pkg-plist (-3 lines)
Lines 1-3 Link Here
1
bin/wmnd
2
%%EXAMPLESDIR%%/wmndrc
3
@dirrm %%EXAMPLESDIR%%

Return to bug 121621