diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 13:03:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 13:03:02 +0000 |
commit | 74653c55001ea698dd15b1274acf1126fc243714 (patch) | |
tree | 7e2c92b55d21704cbe32688cb383432e07465548 | |
parent | Update to version 0.99f6. (diff) |
- Update to version 0.6.1
PR: 58229
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=91674
-rw-r--r-- | devel/libstatgrab/Makefile | 6 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 2 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-descr | 11 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index f5395875bb53..5b444349ecbe 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -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 @@ DIST_SUBDIR= i-scream 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 @@ MAN3= cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \ 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 --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index 18933e29e861..a93d64b5baef 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1 +1 @@ -MD5 (i-scream/libstatgrab-0.6.tar.gz) = 22d7e485c3be812139a71aebfb390f02 +MD5 (i-scream/libstatgrab-0.6.1.tar.gz) = cd65255636b589c38a24759ef2e9549d diff --git a/devel/libstatgrab/pkg-descr b/devel/libstatgrab/pkg-descr index efa992405316..315314421457 100644 --- a/devel/libstatgrab/pkg-descr +++ b/devel/libstatgrab/pkg-descr @@ -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/ |