Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 04:40:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395740 - in head: . sysutils sysutils/wmmemload sysutils/wmmemload/files
Message-ID:  <201509010440.t814eVpP089442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Sep  1 04:40:30 2015
New Revision: 395740
URL: https://svnweb.freebsd.org/changeset/ports/395740

Log:
  sysutils/wmmemload: revive port and update to 0.1.8 [1]
  
  Other changes include:
  - Drop gmake dependency [1]
  - Drop DOCS consisting only of ChangeLog [1]
  - Define LICENSE as GPLv2+ like in debian/copyright
  - Reword COMMENT and pkg-descr to drop indefinite article and author line
  
  Changes:	http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
  PR:		202745 [1]
  Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> [1]

Added:
  head/sysutils/wmmemload/
     - copied from r352940, head/sysutils/wmmemload/
  head/sysutils/wmmemload/files/
  head/sysutils/wmmemload/files/patch-src_mem__freebsd.c   (contents, props changed)
Modified:
  head/MOVED
  head/sysutils/Makefile
  head/sysutils/wmmemload/Makefile
  head/sysutils/wmmemload/distinfo
  head/sysutils/wmmemload/pkg-descr
  head/sysutils/wmmemload/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Sep  1 04:27:21 2015	(r395739)
+++ head/MOVED	Tue Sep  1 04:40:30 2015	(r395740)
@@ -6058,7 +6058,6 @@ net/py-spreadmodule||2014-05-04|Has expi
 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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Sep  1 04:27:21 2015	(r395739)
+++ head/sysutils/Makefile	Tue Sep  1 04:40:30 2015	(r395740)
@@ -1093,6 +1093,7 @@
     SUBDIR += wmfire
     SUBDIR += wmflame
     SUBDIR += wmmemfree
+    SUBDIR += wmmemload
     SUBDIR += wmtop
     SUBDIR += wmupmon
     SUBDIR += worldtools

Modified: head/sysutils/wmmemload/Makefile
==============================================================================
--- head/sysutils/wmmemload/Makefile	Sun May  4 10:25:35 2014	(r352940)
+++ head/sysutils/wmmemload/Makefile	Tue Sep  1 04:40:30 2015	(r395740)
@@ -1,32 +1,18 @@
-# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
 # $FreeBSD$
 
 PORTNAME=	wmmemload
-PORTVERSION=	0.1.6
-PORTREVISION=	3
+PORTVERSION=	0.1.8
 CATEGORIES=	sysutils windowmaker
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	xride
+MASTER_SITES=	https://dev.gentoo.org/~voyageur/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An dockapp for windowmaker that displays the current mem/swap usage
+MAINTAINER=	mbeis@xs4all.nl
+COMMENT=	Dockapp for monitoring memory and swap usage
 
-BROKEN=		Fails to configure
-DEPRECATED=	Broken
-EXPIRATION_DATE=	2014-05-01
+LICENSE=	GPLv2 # or any later version
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		autoreconf
 USE_XORG=	xpm
-CONFIGURE_ARGS=	--program-prefix=""
-
-MAN1=		wmmemload.1
-
-NO_STAGE=	yes
-post-install:
-.ifndef(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
-.endif # !NOPORTDOCS
+WRKSRC=		${WRKDIR}/dockapps
 
 .include <bsd.port.mk>

Modified: head/sysutils/wmmemload/distinfo
==============================================================================
--- head/sysutils/wmmemload/distinfo	Sun May  4 10:25:35 2014	(r352940)
+++ head/sysutils/wmmemload/distinfo	Tue Sep  1 04:40:30 2015	(r395740)
@@ -1,2 +1,2 @@
-SHA256 (wmmemload-0.1.6.tar.gz) = 207a6e0f69d2aa56054c34a3b0f7643014f2b9609ea28ad10d25901c8d34171b
-SIZE (wmmemload-0.1.6.tar.gz) = 141606
+SHA256 (wmmemload-0.1.8.tar.gz) = b405b9f84fbb8d9b0c165d8af1db6557bf8ecd85ccb5a010d2202ffde126e0a0
+SIZE (wmmemload-0.1.8.tar.gz) = 23114

Added: head/sysutils/wmmemload/files/patch-src_mem__freebsd.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/wmmemload/files/patch-src_mem__freebsd.c	Tue Sep  1 04:40:30 2015	(r395740)
@@ -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>

Modified: head/sysutils/wmmemload/pkg-descr
==============================================================================
--- head/sysutils/wmmemload/pkg-descr	Sun May  4 10:25:35 2014	(r352940)
+++ head/sysutils/wmmemload/pkg-descr	Tue Sep  1 04:40:30 2015	(r395740)
@@ -1,8 +1,4 @@
-This is a port of wmmemload, which displays the current mem/swap usage in
-a simulated lcd-display, which supports background lighting.
+wmmemload displays current memory and swap usage as a percentage value
+in simulated LCD-display with support for background light.
 
-Based largely on work on WMMemMon and WMCPULoad done by:
-Seiichi SATO <ssato@sh.rim.or.jp>
-
-Author: Mark Staggs <me@markstaggs.net>
-WWW: http://www.markstaggs.net/cgi-bin/newindex.pl?&page=wmmemload
+WWW: http://windowmaker.org/dockapps/?name=wmmemload

Modified: head/sysutils/wmmemload/pkg-plist
==============================================================================
--- head/sysutils/wmmemload/pkg-plist	Sun May  4 10:25:35 2014	(r352940)
+++ head/sysutils/wmmemload/pkg-plist	Tue Sep  1 04:40:30 2015	(r395740)
@@ -1,4 +1,2 @@
 bin/wmmemload
-%%PORTDOCS%%share/doc/wmmemload/ChangeLog
-%%PORTDOCS%%@dirrm share/doc/wmmemload
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+man/man1/wmmemload.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509010440.t814eVpP089442>