mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add libstatgrab 0.4, which provides a useful interface to
system statistics. PR: 51723 Submitted by: Tim Bishop <tim@bishnet.net>
This commit is contained in:
parent
92f9c34b07
commit
62a76c3115
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82167
@ -339,6 +339,7 @@
|
||||
SUBDIR += libsigcx
|
||||
SUBDIR += libslang
|
||||
SUBDIR += libsoup
|
||||
SUBDIR += libstatgrab
|
||||
SUBDIR += libstocks
|
||||
SUBDIR += libstrfunc
|
||||
SUBDIR += libstroke
|
||||
|
22
devel/libstatgrab/Makefile
Normal file
22
devel/libstatgrab/Makefile
Normal file
@ -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>
|
1
devel/libstatgrab/distinfo
Normal file
1
devel/libstatgrab/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iscream/libstatgrab-0.4.tar.gz) = c0de07bc4f2914ca36a0fd6c5b9a4e91
|
6
devel/libstatgrab/pkg-descr
Normal file
6
devel/libstatgrab/pkg-descr
Normal file
@ -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/
|
5
devel/libstatgrab/pkg-plist
Normal file
5
devel/libstatgrab/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/statgrab.h
|
||||
lib/libstatgrab.a
|
||||
lib/libstatgrab.la
|
||||
lib/libstatgrab.so
|
||||
lib/libstatgrab.so.1
|
Loading…
Reference in New Issue
Block a user