Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 09:06:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346281 - head/sysutils/asmem
Message-ID:  <201402270906.s1R96QfE043161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 27 09:06:26 2014
New Revision: 346281
URL: http://svnweb.freebsd.org/changeset/ports/346281
QAT: https://qat.redports.org/buildarchive/r346281/

Log:
  - Add Stage support
  - Update MASTER_SITES and WWW: line
  - Add LICENSE
  
  PR:		187048

Added:
  head/sysutils/asmem/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/asmem/Makefile
  head/sysutils/asmem/pkg-descr

Modified: head/sysutils/asmem/Makefile
==============================================================================
--- head/sysutils/asmem/Makefile	Thu Feb 27 09:05:23 2014	(r346280)
+++ head/sysutils/asmem/Makefile	Thu Feb 27 09:06:26 2014	(r346281)
@@ -5,13 +5,12 @@ PORTNAME=	asmem
 PORTVERSION=	1.12
 PORTREVISION=	1
 CATEGORIES=	sysutils afterstep
-MASTER_SITES=	http://www.tigr.net/afterstep/download/asmem/
+MASTER_SITES=	http://tigr.net/afterstep/download/asmem/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An AfterStep look-n-feel memory utilization monitor
+COMMENT=	AfterStep look-n-feel memory utilization monitor
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2014-03-07
+LICENSE=	GPLv2
 
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
@@ -19,10 +18,13 @@ CONFIGURE_ARGS=	--with-xpm \
 		--with-xpm-includes=${LOCALBASE}/include \
 		--with-xpm-library=${LOCALBASE}/lib
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+post-build:
+	@${LN} -sf asmem.man ${WRKSRC}/asmem.1
 
 do-install:
-	${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmem \
+		${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} asmem.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>

Modified: head/sysutils/asmem/pkg-descr
==============================================================================
--- head/sysutils/asmem/pkg-descr	Thu Feb 27 09:05:23 2014	(r346280)
+++ head/sysutils/asmem/pkg-descr	Thu Feb 27 09:06:26 2014	(r346281)
@@ -1,4 +1,6 @@
-The asmem tool is an AfterStep look-n-feel memory utilization monitor for X
-Windows. asmem shows the levels of utilization of the various kinds of memory
-and swap space. Multiple options for customization are available (colors,
-appearance, other stuff). 
+The asmem tool is an AfterStep look-n-feel memory utilization monitor
+for X Window System. asmem shows the levels of utilization of the
+various kinds of memory and swap space. Multiple options for
+customization are available (colors, appearance, other stuff). 
+
+WWW: http://tigr.net/afterstep/

Added: head/sysutils/asmem/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/asmem/pkg-plist	Thu Feb 27 09:06:26 2014	(r346281)
@@ -0,0 +1,6 @@
+@group kmem
+@mode 2555
+bin/asmem
+@mode
+@group
+man/man1/asmem.1.gz



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