From owner-svn-ports-head@FreeBSD.ORG Thu Feb 27 09:06:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CE44CB8; Thu, 27 Feb 2014 09:06:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33F51D35; Thu, 27 Feb 2014 09:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R96Qld043165; Thu, 27 Feb 2014 09:06:26 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R96QfE043161; Thu, 27 Feb 2014 09:06:26 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270906.s1R96QfE043161@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346281 - head/sysutils/asmem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:06:27 -0000 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 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