pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libstatgrab Update to 0.10.3, provided by the ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f8ef591d577
branches:  trunk
changeset: 479904:4f8ef591d577
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 25 23:24:12 2004 +0000

description:
Update to 0.10.3, provided by the maintainer Tim Bishop in PR 26764:
libstatgrab 0.10.3 (24 August 2004)

 * Add -f flag to statgrab to display floating-point numbers multiplied
   by an integer.
 * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes,
   mebibytes or gibibytes.
 * Make statgrab-make-mrtg-config use the new flags to scale extremely
   large or small numbers so that mrtg can handle them.
 * Make statgrab-make-mrtg-config automatically detect network interface
   speeds.
 * Add support for FreeBSD 6.0-CURRENT.

libstatgrab 0.10.2 (27 July 2004)

 * Fix shared library version that when backwards in 0.10.1.

libstatgrab 0.10.1 (26 July 2004)

 * Use DESTDIR correctly when setting permissions at install time.
 * Fix disk stats to work with OpenBSD 3.5.
 * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
 * Fix memory leak in process stats on NetBSD 2.0.
 * Add vxfs (Veritas filesystem) to list of known filesystems
   on Solaris.
 * Add more variables to the pkg-config file to suggest suitable
   ownership and permissions for binaries using libstatgrab.
 * Make sure statgrab.h can safely be included twice.
 * Fix statgrab to display network interface names even if they
   don't have IO stats (like the loopback interface on Solaris).
 * Add error reporting function that grabs errno.

diffstat:

 devel/libstatgrab/Makefile         |  12 +++++++-----
 devel/libstatgrab/PLIST            |   6 +++---
 devel/libstatgrab/buildlink3.mk    |   4 ++--
 devel/libstatgrab/distinfo         |   7 +++----
 devel/libstatgrab/patches/patch-ab |  17 -----------------
 5 files changed, 15 insertions(+), 31 deletions(-)

diffs (94 lines):

diff -r 0c7a0d92101a -r 4f8ef591d577 devel/libstatgrab/Makefile
--- a/devel/libstatgrab/Makefile        Wed Aug 25 22:06:40 2004 +0000
+++ b/devel/libstatgrab/Makefile        Wed Aug 25 23:24:12 2004 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/20 20:48:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/25 23:24:12 wiz Exp $
 
-DISTNAME=      libstatgrab-0.10
+DISTNAME=      libstatgrab-0.10.3
 CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
-               http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
+MASTER_SITES=  ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
+               http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \
+               ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
+               http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/ \
                ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
-               http://www.i-scream.org/pub/i-scream/libstatgrab/
+               http://ftp.i-scream.org/pub/i-scream/libstatgrab/
 
 MAINTAINER=    tim%bishnet.net@localhost
 HOMEPAGE=      http://www.i-scream.org/libstatgrab/
diff -r 0c7a0d92101a -r 4f8ef591d577 devel/libstatgrab/PLIST
--- a/devel/libstatgrab/PLIST   Wed Aug 25 22:06:40 2004 +0000
+++ b/devel/libstatgrab/PLIST   Wed Aug 25 23:24:12 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/08/25 23:24:12 wiz Exp $
 ${SAIDAR}bin/saidar
 ${STATGRAB}bin/statgrab
 ${STATGRAB}bin/statgrab-make-mrtg-config
@@ -8,8 +8,8 @@
 lib/libstatgrab.a
 lib/libstatgrab.la
 lib/libstatgrab.so
-lib/libstatgrab.so.5
-lib/libstatgrab.so.5.0
+lib/libstatgrab.so.6
+lib/libstatgrab.so.6.0
 lib/pkgconfig/libstatgrab.pc
 man/man3/sg_get_cpu_percents.3
 man/man3/sg_get_cpu_stats.3
diff -r 0c7a0d92101a -r 4f8ef591d577 devel/libstatgrab/buildlink3.mk
--- a/devel/libstatgrab/buildlink3.mk   Wed Aug 25 22:06:40 2004 +0000
+++ b/devel/libstatgrab/buildlink3.mk   Wed Aug 25 23:24:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/08/25 23:24:12 wiz Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBSTATGRAB_BUILDLINK3_MK:=    ${LIBSTATGRAB_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   libstatgrab
 
 .if !empty(LIBSTATGRAB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libstatgrab+=        libstatgrab>=0.9
+BUILDLINK_DEPENDS.libstatgrab+=        libstatgrab>=0.10
 BUILDLINK_PKGSRCDIR.libstatgrab?=      ../../wip/libstatgrab
 .endif # LIBSTATGRAB_BUILDLINK3_MK
 
diff -r 0c7a0d92101a -r 4f8ef591d577 devel/libstatgrab/distinfo
--- a/devel/libstatgrab/distinfo        Wed Aug 25 22:06:40 2004 +0000
+++ b/devel/libstatgrab/distinfo        Wed Aug 25 23:24:12 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/08/25 23:24:12 wiz Exp $
 
-SHA1 (libstatgrab-0.10.tar.gz) = 90ed5616776dc3043646dff55c29486bb99f7a0a
-Size (libstatgrab-0.10.tar.gz) = 406060 bytes
+SHA1 (libstatgrab-0.10.3.tar.gz) = e7b24edebe9b55f77d5024ff750755e574e77f09
+Size (libstatgrab-0.10.3.tar.gz) = 412334 bytes
 SHA1 (patch-aa) = 96a0468807a4437b30f07a1e6b106459e556ce64
-SHA1 (patch-ab) = 5d0edb931d3c14dcd2560c0a777295fc523e9052
diff -r 0c7a0d92101a -r 4f8ef591d577 devel/libstatgrab/patches/patch-ab
--- a/devel/libstatgrab/patches/patch-ab        Wed Aug 25 22:06:40 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $
-
---- src/libstatgrab/disk_stats.c.bak   2004-05-20 21:17:27.000000000 +0100
-+++ src/libstatgrab/disk_stats.c       2004-05-20 21:17:34.000000000 +0100
-@@ -122,8 +122,12 @@
- #endif
- #ifdef ALLBSD
-       int nummnt;
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000)
-+      struct statvfs *mp;
-+#else
-       struct statfs *mp;
- #endif
-+#endif
- 
- #ifdef ALLBSD
-       nummnt=getmntinfo(&mp , MNT_LOCAL);



Home | Main Index | Thread Index | Old Index