Import of wmnetload-1.3

wm-dockapp; simple network interface monitoring tool
This commit is contained in:
wilfried 2003-05-11 02:56:56 +00:00
parent 13b43607c7
commit bea0bfcd56
6 changed files with 74 additions and 0 deletions

31
net/wmnetload/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 02:56:56 wilfried Exp $
COMMENT= "wm-dockapp; simple network interface monitoring tool"
DISTNAME= wmnetload-1.3
CATEGORIES= net x11 x11/windowmaker
HOMEPAGE= http://freshmeat.net/projects/wmnetload
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://truffula.com/pub/
LIB_DEPENDS= dockapp::devel/libdockapp
SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
post-extract:
@cd ${WRKSRC}/src && ln ifstat_netbsd.c ifstat_openbsd.c
.include <bsd.port.mk>

3
net/wmnetload/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (wmnetload-1.3.tar.gz) = 104f594c8b30d3a0895c03679e759997
RMD160 (wmnetload-1.3.tar.gz) = 5e18ded5284c5f4f85b567cc13cd56095f0533f2
SHA1 (wmnetload-1.3.tar.gz) = 295687eb8e3e05c0797301e53e582313ee48a8e9

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/05/11 02:56:56 wilfried Exp $
--- configure.orig Sun Feb 23 10:08:00 2003
+++ configure Fri May 9 17:41:24 2003
@@ -3052,6 +3052,10 @@ case $host_os in
OS=freebsd
LIBRARY_RPATH="$LIBRARY_RPATH:/usr/X11R6/lib"
;;
+*openbsd*)
+ OS=openbsd
+ LIBS="$LIBS -lkvm"
+ ;;
*)
echo ""
echo "Sorry, $host_os is not supported yet."

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-configure_in,v 1.1.1.1 2003/05/11 02:56:56 wilfried Exp $
--- configure.in.orig Sun Feb 23 10:07:39 2003
+++ configure.in Fri May 9 17:41:24 2003
@@ -129,6 +129,10 @@ case $host_os in
OS=freebsd
LIBRARY_RPATH="$LIBRARY_RPATH:/usr/X11R6/lib"
;;
+*openbsd*)
+ OS=openbsd
+ LIBS="$LIBS -lkvm"
+ ;;
*)
echo ""
echo "Sorry, $host_os is not supported yet."

6
net/wmnetload/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
The wmnetload dockapp is a simple network interface monitoring tool.
It was written for use under Window Maker, but will likely work
under other window managers such as AfterStep, BlackBox and
Enlightenment.
WWW: ${HOMEPAGE}

6
net/wmnetload/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/11 02:56:56 wilfried Exp $
@group kmem
@mode 2555
bin/wmnetload
@mode
@group