summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 05:11:10 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 05:11:10 +0000
commit62a76c31159b27b306b8333204d65abf4444cded (patch)
tree1caa01ec0dc8371f9e7e91e4203faf1cdcde4452
parentAdd zoom 1.0.1, a Z-Interpreter for X with full V6 support. (diff)
Add libstatgrab 0.4, which provides a useful interface to
system statistics. PR: 51723 Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes: svn path=/head/; revision=82167
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libstatgrab/Makefile22
-rw-r--r--devel/libstatgrab/distinfo1
-rw-r--r--devel/libstatgrab/pkg-descr6
-rw-r--r--devel/libstatgrab/pkg-plist5
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fe31dbbd48ed..489c660f8716 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -339,6 +339,7 @@
SUBDIR += libsigcx
SUBDIR += libslang
SUBDIR += libsoup
+ SUBDIR += libstatgrab
SUBDIR += libstocks
SUBDIR += libstrfunc
SUBDIR += libstroke
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile
new file mode 100644
index 000000000000..3f7d782b1939
--- /dev/null
+++ b/devel/libstatgrab/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libstatgrab
+# Date created: 30 March 2003
+# Whom: Tim Bishop <tim@bishnet.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libstatgrab
+PORTVERSION= 0.4
+CATEGORIES= devel
+MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= tim@bishnet.net
+COMMENT= Provides a useful interface to system statistics
+
+DIST_SUBDIR= iscream
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>
diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo
new file mode 100644
index 000000000000..22556a3078bc
--- /dev/null
+++ b/devel/libstatgrab/distinfo
@@ -0,0 +1 @@
+MD5 (iscream/libstatgrab-0.4.tar.gz) = c0de07bc4f2914ca36a0fd6c5b9a4e91
diff --git a/devel/libstatgrab/pkg-descr b/devel/libstatgrab/pkg-descr
new file mode 100644
index 000000000000..1c44e7f2a8d6
--- /dev/null
+++ b/devel/libstatgrab/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://www.i-scream.org.uk/
diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist
new file mode 100644
index 000000000000..999dd415d6c4
--- /dev/null
+++ b/devel/libstatgrab/pkg-plist
@@ -0,0 +1,5 @@
+include/statgrab.h
+lib/libstatgrab.a
+lib/libstatgrab.la
+lib/libstatgrab.so
+lib/libstatgrab.so.1