From richard@mail.unixguru.nl  Tue Jun  3 02:23:46 2003
Return-Path: <richard@mail.unixguru.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3347C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Jun 2003 02:23:46 -0700 (PDT)
Received: from mail.unixguru.nl (mosibi.demon.nl [212.238.240.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CAB0A43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Jun 2003 02:23:44 -0700 (PDT)
	(envelope-from richard@mail.unixguru.nl)
Received: from mail.unixguru.nl (localhost [127.0.0.1])
	by mail.unixguru.nl (8.12.9/8.12.9) with ESMTP id h539NaEo034540
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 3 Jun 2003 11:23:37 +0200 (CEST)
	(envelope-from richard@mail.unixguru.nl)
Received: (from richard@localhost)
	by mail.unixguru.nl (8.12.9/8.12.9/Submit) id h539NaW2034539;
	Tue, 3 Jun 2003 11:23:36 +0200 (CEST)
	(envelope-from richard)
Message-Id: <200306030923.h539NaW2034539@mail.unixguru.nl>
Date: Tue, 3 Jun 2003 11:23:36 +0200 (CEST)
From: Richard Arends <richard@unixguru.nl>
Reply-To: Richard Arends <richard@unixguru.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port (gkrellmgas2 is thermal monitor plugin for gkrellm2, which uses ACPI)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52887
>Category:       ports
>Synopsis:       New port (gkrellmgas2 is thermal monitor plugin for gkrellm2, which uses ACPI)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 03 02:30:13 PDT 2003
>Closed-Date:    Mon Jun 09 06:15:19 PDT 2003
>Last-Modified:  Mon Jun 09 06:15:19 PDT 2003
>Originator:     Richard Arends
>Release:        5.1-BETA FreeBSD
>Organization:
Unixguru.nl
>Environment:
System: snowlap.unixguru.nl 5.1-BETA FreeBSD 5.1-BETA #1: Sun May 25 13:34:30 CEST 2003


>Description:
	I've send this port already in, a few months ago. This is an update for it. Please
	drop PR ports/47856 and commit this one.

>How-To-Repeat:

>Fix:

Install the shar

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gkrellmgas2/
#	gkrellmgas2/pkg-descr
#	gkrellmgas2/pkg-plist
#	gkrellmgas2/distinfo
#	gkrellmgas2/Makefile
#
echo c - gkrellmgas2/
mkdir -p gkrellmgas2/ > /dev/null 2>&1
echo x - gkrellmgas2/pkg-descr
sed 's/^X//' >gkrellmgas2/pkg-descr << 'END-of-gkrellmgas2/pkg-descr'
XGAS is Another Sensor plug-in for GKrellM.
XIn this plug-in, chart and slider are implemented.
X
Xhttp://fjts.org/~m/Soft/GAS/
X
X- Richard Arends
Xrichard@unixguru.nl
END-of-gkrellmgas2/pkg-descr
echo x - gkrellmgas2/pkg-plist
sed 's/^X//' >gkrellmgas2/pkg-plist << 'END-of-gkrellmgas2/pkg-plist'
Xlibexec/gkrellm2/plugins/gas.so
END-of-gkrellmgas2/pkg-plist
echo x - gkrellmgas2/distinfo
sed 's/^X//' >gkrellmgas2/distinfo << 'END-of-gkrellmgas2/distinfo'
XMD5 (gas-2.0.2.tar.gz) = e05f14eaa8ec154fbd8987208e653766
END-of-gkrellmgas2/distinfo
echo x - gkrellmgas2/Makefile
sed 's/^X//' >gkrellmgas2/Makefile << 'END-of-gkrellmgas2/Makefile'
X# New ports collection makefile for:	gkrellmgas2
X# Date Created:		03 Feb 2003
X# Whom:			Richard Arends <richard@unixguru.nl>
X#
X# $FreeBSD$
X
XPORTNAME=	gkrellmgas2
XPORTVERSION=	2.0.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://fjts.org/~m/Soft/GAS/
XDISTNAME=	gas-${PORTVERSION}
X
XMAINTAINER=	richard@unixguru.nl
XCOMMENT=        A thermal monitor plugin for gkrellm2 (Needs ACPI)
X
XBUILD_DEPENDS=	${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
XRUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm2
X
XUSE_GMAKE=	yes
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
X
XUSE_X_PREFIX=	yes
X
Xpre-build:
X		@${MV} ${WRKSRC}/GNUmakefile ${WRKSRC}/Makefile
X
Xdo-install:
X		@${INSTALL_PROGRAM} ${WRKSRC}/gas.so ${PREFIX}/libexec/gkrellm2/plugins
X
X.include <bsd.port.mk>
END-of-gkrellmgas2/Makefile
exit
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: osa 
State-Changed-When: Mon Jun 9 06:14:46 PDT 2003 
State-Changed-Why:  
PR: 53095 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52887 
>Unformatted:
