ports/58229: Update port: devel/libstatgrab
Tim Bishop
tim at bishnet.net
Sat Oct 18 19:20:23 UTC 2003
>Number: 58229
>Category: ports
>Synopsis: Update port: devel/libstatgrab
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 18 12:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Tim Bishop
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Wed Sep 17 15:50:07 BST 2003 tdb at pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386
>Description:
Update port to new verison 0.6.1.
Fix pkgconfig file mess (now uses gnomehack).
>How-To-Repeat:
>Fix:
Apply patch below.
--- libstatgrab-0.6.1.diff begins here ---
diff -ruN libstatgrab.bak/Makefile libstatgrab/Makefile
--- libstatgrab.bak/Makefile Fri Oct 10 14:50:05 2003
+++ libstatgrab/Makefile Sat Oct 18 18:58:59 2003
@@ -6,7 +6,7 @@
#
PORTNAME= libstatgrab
-PORTVERSION= 0.6
+PORTVERSION= 0.6.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
@@ -21,6 +21,7 @@
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
+USE_GNOME= gnomehack
MAN3= cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \
get_diskio_stats.3 get_diskio_stats_diff.3 get_general_stats.3 \
@@ -29,8 +30,7 @@
get_page_stats_diff.3 get_process_stats.3 get_swap_stats.3 \
get_user_stats.3 statgrab.3
-CONFIGURE_ARGS+= --disable-examples \
- --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
+CONFIGURE_ARGS+= --disable-examples
.if defined(WITHOUT_STATGRAB)
CONFIGURE_ARGS+= --disable-statgrab
diff -ruN libstatgrab.bak/distinfo libstatgrab/distinfo
--- libstatgrab.bak/distinfo Fri Oct 10 14:50:05 2003
+++ libstatgrab/distinfo Sat Oct 18 18:59:06 2003
@@ -1 +1 @@
-MD5 (i-scream/libstatgrab-0.6.tar.gz) = 22d7e485c3be812139a71aebfb390f02
+MD5 (i-scream/libstatgrab-0.6.1.tar.gz) = cd65255636b589c38a24759ef2e9549d
diff -ruN libstatgrab.bak/pkg-descr libstatgrab/pkg-descr
--- libstatgrab.bak/pkg-descr Tue Aug 26 07:15:42 2003
+++ libstatgrab/pkg-descr Sat Oct 18 19:06:36 2003
@@ -1,6 +1,9 @@
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.
+accessing system statistics and information. Avaliable statistics
+include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.
-WWW: http://www.i-scream.org/
+Also part of the package are two tools; saidar provides a curses-based
+interface to viewing live system statistics, and statgrab is a
+sysctl-like interface to the statistics.
+
+WWW: http://www.i-scream.org/libstatgrab/
--- libstatgrab-0.6.1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list