diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-09-01 04:40:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-09-01 04:40:30 +0000 |
commit | f29ecd69015a5f42ed99d71734eb99b2ec1cc43a (patch) | |
tree | cbec1fe9ae2cfb8410cd1f90b9e4558c8a63b596 | |
parent | edcbcaa50325e06076782f8a26d68bb138b0d7ac (diff) | |
download | ports-f29ecd69015a5f42ed99d71734eb99b2ec1cc43a.tar.gz ports-f29ecd69015a5f42ed99d71734eb99b2ec1cc43a.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wmmemload/Makefile | 18 | ||||
-rw-r--r-- | sysutils/wmmemload/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmmemload/files/patch-src_mem__freebsd.c | 10 | ||||
-rw-r--r-- | sysutils/wmmemload/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/wmmemload/pkg-plist | 2 |
7 files changed, 37 insertions, 1 deletions
@@ -6058,7 +6058,6 @@ net/py-spreadmodule||2014-05-04|Has expired: Depends on expired net/spread net/p5-Spread-Message||2014-05-04|Has expired: Depends on expired net/spread net/p5-POE-Component-Spread||2014-05-04|Has expired: Depends on expired net/spread net/p5-Spread-Session||2014-05-04|Has expired: Depends on expired net/spread -sysutils/wmmemload||2014-05-04|Has expired: Broken lang/ml-pnet||2014-05-04|Has expired: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono lang/treecc||2014-05-04|Has expired: PNET dependency decommissioned Dec 2012 lang/pnetlib||2014-05-04|Has expired: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono diff --git a/sysutils/Makefile b/sysutils/Makefile index f725df7f6aa1..78d8f144355b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1093,6 +1093,7 @@ SUBDIR += wmfire SUBDIR += wmflame SUBDIR += wmmemfree + SUBDIR += wmmemload SUBDIR += wmtop SUBDIR += wmupmon SUBDIR += worldtools diff --git a/sysutils/wmmemload/Makefile b/sysutils/wmmemload/Makefile new file mode 100644 index 000000000000..357ed3f21463 --- /dev/null +++ b/sysutils/wmmemload/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= wmmemload +PORTVERSION= 0.1.8 +CATEGORIES= sysutils windowmaker +MASTER_SITES= https://dev.gentoo.org/~voyageur/distfiles/ + +MAINTAINER= mbeis@xs4all.nl +COMMENT= Dockapp for monitoring memory and swap usage + +LICENSE= GPLv2 # or any later version + +GNU_CONFIGURE= yes +USES= autoreconf +USE_XORG= xpm +WRKSRC= ${WRKDIR}/dockapps + +.include <bsd.port.mk> diff --git a/sysutils/wmmemload/distinfo b/sysutils/wmmemload/distinfo new file mode 100644 index 000000000000..e661b531ba0f --- /dev/null +++ b/sysutils/wmmemload/distinfo @@ -0,0 +1,2 @@ +SHA256 (wmmemload-0.1.8.tar.gz) = b405b9f84fbb8d9b0c165d8af1db6557bf8ecd85ccb5a010d2202ffde126e0a0 +SIZE (wmmemload-0.1.8.tar.gz) = 23114 diff --git a/sysutils/wmmemload/files/patch-src_mem__freebsd.c b/sysutils/wmmemload/files/patch-src_mem__freebsd.c new file mode 100644 index 000000000000..b3fcb888ca70 --- /dev/null +++ b/sysutils/wmmemload/files/patch-src_mem__freebsd.c @@ -0,0 +1,10 @@ +--- src/mem_freebsd.c.orig 2015-04-17 12:23:47 UTC ++++ src/mem_freebsd.c +@@ -10,6 +10,7 @@ + #include "config.h" + #endif + ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> diff --git a/sysutils/wmmemload/pkg-descr b/sysutils/wmmemload/pkg-descr new file mode 100644 index 000000000000..af022952293f --- /dev/null +++ b/sysutils/wmmemload/pkg-descr @@ -0,0 +1,4 @@ +wmmemload displays current memory and swap usage as a percentage value +in simulated LCD-display with support for background light. + +WWW: http://windowmaker.org/dockapps/?name=wmmemload diff --git a/sysutils/wmmemload/pkg-plist b/sysutils/wmmemload/pkg-plist new file mode 100644 index 000000000000..604f31f02814 --- /dev/null +++ b/sysutils/wmmemload/pkg-plist @@ -0,0 +1,2 @@ +bin/wmmemload +man/man1/wmmemload.1.gz |