diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 20:56:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 20:56:49 +0000 |
commit | 6ca2a3d1bbaaed1054915a3f0162d8dac36911d3 (patch) | |
tree | d13fb816409780fc23f8f05d5d0b4da88567049f /devel/libstatgrab | |
parent | 0140554d033f4a84344a6ab7ac710238370c8f3c (diff) | |
download | ports-6ca2a3d1bbaaed1054915a3f0162d8dac36911d3.tar.gz ports-6ca2a3d1bbaaed1054915a3f0162d8dac36911d3.zip |
- Update to 0.10
PR: ports/66902
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109521
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 21 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-plist | 3 |
4 files changed, 17 insertions, 13 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 7fca8df1085a..0d971793bed4 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -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%/ \ @@ -21,14 +21,17 @@ DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes 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 +USE_GNOME= gnomehack gnometarget pkgconfig lthack + +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 diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index b311a23e3280..a4d3054d9024 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -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 diff --git a/devel/libstatgrab/pkg-descr b/devel/libstatgrab/pkg-descr index 315314421457..a868c22faffc 100644 --- a/devel/libstatgrab/pkg-descr +++ b/devel/libstatgrab/pkg-descr @@ -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 diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist index c502e29e96cf..38c53d3b09bb 100644 --- a/devel/libstatgrab/pkg-plist +++ b/devel/libstatgrab/pkg-plist @@ -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 |