From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 08:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702C937B401 for ; Sat, 3 May 2003 08:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0C243FB1 for ; Sat, 3 May 2003 08:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h43FKAUp055598 for ; Sat, 3 May 2003 08:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h43FKAnb055597; Sat, 3 May 2003 08:20:10 -0700 (PDT) Resent-Date: Sat, 3 May 2003 08:20:10 -0700 (PDT) Resent-Message-Id: <200305031520.h43FKAnb055597@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Bishop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F9237B401 for ; 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 ; 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: Date: Sat, 03 May 2003 16:04:37 +0100 From: Tim Bishop Sender: "T.D.Bishop" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dev@i-scream.org.uk Subject: ports/51723: New port: libstatgrab - a useful interface to system statistics X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Bishop List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 15:20:11 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 03 08:20:09 PDT 2003 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: