From T.D.Bishop@ukc.ac.uk  Sat May  3 08:11:24 2003
Return-Path: <T.D.Bishop@ukc.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4F9237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 08:11:24 -0700 (PDT)
Received: from mercury.ukc.ac.uk (mercury.ukc.ac.uk [129.12.21.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23F6F43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 08:11:24 -0700 (PDT)
	(envelope-from T.D.Bishop@ukc.ac.uk)
Received: from pendennis.ukc.ac.uk ([129.12.3.232])
	by mercury.ukc.ac.uk with esmtp (Exim 3.22 #4)
	id 19ByZ3-0003BM-00; Sat, 03 May 2003 16:04:37 +0100
Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.14)
	id 19ByZ3-0009Hi-H3; Sat, 03 May 2003 16:04:37 +0100
Message-Id: <E19ByZ3-0009Hi-H3@pendennis.ukc.ac.uk>
Date: Sat, 03 May 2003 16:04:37 +0100
From: Tim Bishop <tim@bishnet.net>
Sender: "T.D.Bishop" <T.D.Bishop@ukc.ac.uk>
Reply-To: Tim Bishop <tim@bishnet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dev@i-scream.org.uk
Subject: New port: libstatgrab - a useful interface to system statistics
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51723
>Category:       ports
>Synopsis:       New port: libstatgrab - a useful interface to system statistics
>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:   Sat May 03 08:20:09 PDT 2003
>Closed-Date:    Mon Jun 02 22:11:43 PDT 2003
>Last-Modified:  Mon Jun 02 22:11:43 PDT 2003
>Originator:     Tim Bishop
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.8-STABLE FreeBSD 4.8-STABLE #2: Fri Apr 4 20:34:25 BST 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386

>Description:
	Taken from pkg-descr: "The libstatgrab library provides an
	easy to use interface for accessing system statistics and
	information. It was designed for use in the i-scream central
	monitoring system, but should be useable in other programs."

>How-To-Repeat:
>Fix:

	Below is a shar file of the port. I think it's ok - but
	this is (one of) the first shared library port I've done.

--- libstatgrab-0.4.sh begins here ---
# 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:
#
#	libstatgrab
#	libstatgrab/Makefile
#	libstatgrab/distinfo
#	libstatgrab/pkg-descr
#	libstatgrab/pkg-plist
#
echo c - libstatgrab
mkdir -p libstatgrab > /dev/null 2>&1
echo x - libstatgrab/Makefile
sed 's/^X//' >libstatgrab/Makefile << 'END-of-libstatgrab/Makefile'
X# New ports collection makefile for:	libstatgrab
X# Date created:		30 March 2003
X# Whom:			Tim Bishop <tim@bishnet.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libstatgrab
XPORTVERSION=	0.4
XCATEGORIES=	devel
XMASTER_SITES=	http://snapshots.i-scream.org.uk/%SUBDIR%/
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	tim@bishnet.net
XCOMMENT=	Provides a useful interface to system statistics
X
XDIST_SUBDIR=	iscream
XGNU_CONFIGURE=	yes
XINSTALLS_SHLIB=	yes
XUSE_LIBTOOL=	yes
X
X.include <bsd.port.mk>
END-of-libstatgrab/Makefile
echo x - libstatgrab/distinfo
sed 's/^X//' >libstatgrab/distinfo << 'END-of-libstatgrab/distinfo'
XMD5 (iscream/libstatgrab-0.4.tar.gz) = c0de07bc4f2914ca36a0fd6c5b9a4e91
END-of-libstatgrab/distinfo
echo x - libstatgrab/pkg-descr
sed 's/^X//' >libstatgrab/pkg-descr << 'END-of-libstatgrab/pkg-descr'
XThe libstatgrab library provides an easy to use interface for
Xaccessing system statistics and information. It was designed for
Xuse in the i-scream central monitoring system, but should be useable
Xin other programs.
X
XWWW: http://www.i-scream.org.uk/
END-of-libstatgrab/pkg-descr
echo x - libstatgrab/pkg-plist
sed 's/^X//' >libstatgrab/pkg-plist << 'END-of-libstatgrab/pkg-plist'
Xinclude/statgrab.h
Xlib/libstatgrab.a
Xlib/libstatgrab.la
Xlib/libstatgrab.so
Xlib/libstatgrab.so.1
END-of-libstatgrab/pkg-plist
exit
--- libstatgrab-0.4.sh ends here ---


>Release-Note:
>Audit-Trail:

From: Tim Bishop <tim@bishnet.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/51723: New port: libstatgrab - a useful interface to system statistics
Date: Wed, 21 May 2003 18:39:50 +0100

 The MASTER_SITES for this new port has changed.
 Please replace:
 
 	snapshots.i-scream.org.uk
 
 with:
 
 	snapshots.i-scream.org
 
 before committing this port.
 
 Thanks.
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Mon Jun 2 22:11:34 PDT 2003 
State-Changed-Why:  
Commited, thanks. 

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