From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 03:23:23 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 C6B1A2A1; Wed, 23 Jul 2014 03:23:23 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2C4726CC; Wed, 23 Jul 2014 03:23:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6N3NNfg080860; Wed, 23 Jul 2014 03:23:23 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6N3NMRj080856; Wed, 23 Jul 2014 03:23:22 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407230323.s6N3NMRj080856@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 23 Jul 2014 03:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362617 - in head/sysutils/xosview: . files 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.18 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: Wed, 23 Jul 2014 03:23:24 -0000 Author: vanilla Date: Wed Jul 23 03:23:22 2014 New Revision: 362617 URL: http://svnweb.freebsd.org/changeset/ports/362617 QAT: https://qat.redports.org/buildarchive/r362617/ Log: 1: Upgrade to 1.16. 2: Stagify. PR: ports/177349 Submitted by: tomi.o.tapper at student.jyu.fi[1], me[2] Approved by: maintainer Deleted: head/sysutils/xosview/files/ Modified: head/sysutils/xosview/Makefile head/sysutils/xosview/distinfo head/sysutils/xosview/pkg-descr head/sysutils/xosview/pkg-plist Modified: head/sysutils/xosview/Makefile ============================================================================== --- head/sysutils/xosview/Makefile Wed Jul 23 02:16:37 2014 (r362616) +++ head/sysutils/xosview/Makefile Wed Jul 23 03:23:22 2014 (r362617) @@ -2,44 +2,24 @@ # $FreeBSD$ PORTNAME= xosview -PORTVERSION= 1.8.3 -PORTREVISION= 3 +PORTVERSION= 1.16 +PORTREVISION= 0 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://www.pogo.org.uk/~mark/xosview/releases/ MAINTAINER= clsung@FreeBSD.org COMMENT= Graphical performance meter USE_XORG= xpm -GNU_CONFIGURE= yes -MAN1= xosview.1 +USES= gmake +MAKE_ENV+= PLATFORM=bsd MANDIR=${LOCALBASE}/man +ALL_TARGET= + +do-configure: + @${CP} ${WRKSRC}/targets/freebsd-9.0 ${WRKSRC}/.config + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/.config -NO_STAGE= yes -.include +post-install: + @${CP} ${WRKSRC}/Xdefaults ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XOsview -post-patch: - @${REINPLACE_CMD} -e 's,iostream.h,iostream,' \ - ${WRKSRC}/xwin.h \ - ${WRKSRC}/Host.h \ - ${WRKSRC}/Xrm.cc \ - ${WRKSRC}/llist.cc \ - ${WRKSRC}/timeval.h \ - ${WRKSRC}/xosview.cc - @${REINPLACE_CMD} -e 's,string.h,string,' \ - ${WRKSRC}/xwin.h \ - ${WRKSRC}/Host.cc \ - ${WRKSRC}/Xrm.cc \ - ${WRKSRC}/llist.cc \ - ${WRKSRC}/timeval.h \ - ${WRKSRC}/xosview.cc - @${REINPLACE_CMD} -e 's,fstream.h,fstream,' \ - ${WRKSRC}/bitfieldmeter.cc \ - ${WRKSRC}/fieldmeter.cc \ - ${WRKSRC}/fieldmeterdecay.cc \ - ${WRKSRC}/fieldmetergraph.cc - @${REINPLACE_CMD} -e 's,-O4,,' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's,/share/man,/man,' \ - ${WRKSRC}/config/Makefile.top.in - -.include +.include Modified: head/sysutils/xosview/distinfo ============================================================================== --- head/sysutils/xosview/distinfo Wed Jul 23 02:16:37 2014 (r362616) +++ head/sysutils/xosview/distinfo Wed Jul 23 03:23:22 2014 (r362617) @@ -1,2 +1,2 @@ -SHA256 (xosview-1.8.3.tar.gz) = 3aa28fb12552ea106e06f6958e1a0913bde8b0bb1491c091a3f1849717736b66 -SIZE (xosview-1.8.3.tar.gz) = 259793 +SHA256 (xosview-1.16.tar.gz) = 8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 +SIZE (xosview-1.16.tar.gz) = 137097 Modified: head/sysutils/xosview/pkg-descr ============================================================================== --- head/sysutils/xosview/pkg-descr Wed Jul 23 02:16:37 2014 (r362616) +++ head/sysutils/xosview/pkg-descr Wed Jul 23 03:23:22 2014 (r362617) @@ -3,11 +3,4 @@ Linux. It can be summarized as a graphi it looks similar in appearance to the zoomy performance meters to be found on various other platforms. -The FreeBSD version works but doesn't yet have full functionality. -At the time of this writing, the meters that work are the Load meter, -the CPU meter and the memmeter. The other nonfunctional meters are -not displayed. Someone who understands how to grab statistics out -of the kernel needs to volunteer to help make this a fully functional -port! - WWW: http://xosview.sourceforge.net Modified: head/sysutils/xosview/pkg-plist ============================================================================== --- head/sysutils/xosview/pkg-plist Wed Jul 23 02:16:37 2014 (r362616) +++ head/sysutils/xosview/pkg-plist Wed Jul 23 03:23:22 2014 (r362617) @@ -1,2 +1,7 @@ +@group kmem +@mode 2555 bin/xosview +@mode +@group lib/X11/app-defaults/XOsview +man/man1/xosview.1.gz