ports/66902: [MAINTAINER] devel/libstatgrab: update to 0.10

Tim Bishop tim at bishnet.net
Wed May 19 19:30:33 UTC 2004


>Number:         66902
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libstatgrab: update to 0.10
>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:   Wed May 19 12:30:17 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Fri Apr 30 17:57:19 BST 2004
>Description:
- Update to 0.10

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libstatgrab-0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/libstatgrab/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	14 Mar 2004 06:16:20 -0000	1.14
+++ Makefile	19 May 2004 19:23:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libstatgrab
-PORTVERSION=	0.9
+PORTVERSION=	0.10
 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%/ \
@@ -23,12 +23,15 @@
 USE_LIBTOOL_VER=	13
 USE_GNOME=	gnomehack pkgconfig lthack
 
-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 \
-		get_load_stats.3 get_memory_stats.3 get_network_iface_stats.3 \
-		get_network_stats.3 get_network_stats_diff.3 get_page_stats.3 \
-		get_page_stats_diff.3 get_process_stats.3 get_swap_stats.3 \
-		get_user_stats.3 statgrab.3
+MAN3=		sg_get_cpu_percents.3 sg_get_cpu_stats.3 \
+		sg_get_cpu_stats_diff.3 sg_get_disk_io_stats.3 \
+		sg_get_disk_io_stats_diff.3 sg_get_fs_stats.3 \
+		sg_get_host_info.3 sg_get_load_stats.3 sg_get_mem_stats.3 \
+		sg_get_network_iface_stats.3 sg_get_network_io_stats.3 \
+		sg_get_network_io_stats_diff.3 sg_get_page_stats.3 \
+		sg_get_page_stats_diff.3 sg_get_process_count.3 \
+		sg_get_process_stats.3 sg_get_swap_stats.3 \
+		sg_get_user_stats.3 statgrab.3
 
 CONFIGURE_ARGS+=	--disable-examples
 
Index: distinfo
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/libstatgrab/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	10 Mar 2004 09:39:44 -0000	1.11
+++ distinfo	19 May 2004 19:02:52 -0000
@@ -1,2 +1,2 @@
-MD5 (i-scream/libstatgrab-0.9.tar.gz) = e543d38bcdd2c2dfe71321ed91a0ab94
-SIZE (i-scream/libstatgrab-0.9.tar.gz) = 396709
+MD5 (i-scream/libstatgrab-0.10.tar.gz) = 547fc61b0c91b413e101197b58e804ff
+SIZE (i-scream/libstatgrab-0.10.tar.gz) = 406060
Index: pkg-descr
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/libstatgrab/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	19 Oct 2003 13:03:02 -0000	1.3
+++ pkg-descr	10 Mar 2004 22:48:20 -0000
@@ -1,5 +1,5 @@
 The libstatgrab library provides an easy to use interface for
-accessing system statistics and information. Avaliable statistics
+accessing system statistics and information. Available statistics
 include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.
 
 Also part of the package are two tools; saidar provides a curses-based
Index: pkg-plist
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/libstatgrab/pkg-plist,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist
--- pkg-plist	15 Apr 2004 08:28:48 -0000	1.8
+++ pkg-plist	19 May 2004 19:13:04 -0000
@@ -3,7 +3,8 @@
 %%STATGRAB%%bin/statgrab-make-mrtg-config
 %%STATGRAB%%bin/statgrab-make-mrtg-index
 include/statgrab.h
+include/statgrab_deprecated.h
 lib/libstatgrab.a
 lib/libstatgrab.so
-lib/libstatgrab.so.4
+lib/libstatgrab.so.5
 libdata/pkgconfig/libstatgrab.pc
--- libstatgrab-0.10.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list