Port details |
- libstatgrab Provides a useful interface to system statistics
- 0.92.1_1 devel
=17 0.92.1_1Version of this port present on the latest quarterly branch. - Maintainer: tdb@FreeBSD.org
 - Port Added: 2003-06-03 05:11:52
- Last Update: 2024-01-23 21:51:29
- Commit Hash: d419b91
- People watching this port, also watch:: libiconv, pcre, libxml2, freetype2, expat
- License: LGPL21 GPLv2
- WWW:
- https://libstatgrab.org/
- Description:
- The libstatgrab library provides an easy to use interface for
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
interface to viewing live system statistics, and statgrab is a
sysctl-like interface to the statistics.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libstatgrab>0:devel/libstatgrab
- To install the port:
- cd /usr/ports/devel/libstatgrab/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libstatgrab
- pkg install libstatgrab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libstatgrab
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1627486115
SHA256 (libstatgrab-0.92.1.tar.gz) = 5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11
SIZE (libstatgrab-0.92.1.tar.gz) = 817531
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Libraries
-
- devel/p5-Unix-Statgrab
- devel/py-statgrab
- net-mgmt/bwm-ng
- sysutils/cpu-x
- sysutils/freecolor
- sysutils/swapd
-
Deleted ports which required this port:
- for Run
-
- net-mgmt/check_mk_agent
Configuration Options:
- ===> The following configuration options are available for libstatgrab-0.92.1_1:
DOCS=on: Build and/or install documentation
TOOLS=on: Build and install statgrab and saidar
===> Use 'make config' to modify these settings
- Options name:
- devel_libstatgrab
- USES:
- pathfix pkgconfig libtool shebangfix perl5 ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.92.1_1 23 Jan 2024 21:51:29
    |
Muhammad Moinur Rahman (bofh)  |
devel/libstatgrab: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.92.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.92.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.92.1 28 Jul 2021 16:02:23
    |
Tim Bishop (tdb)  |
devel/libstatgrab: Update to 0.92.1 |
0.92 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.92 16 Jul 2019 20:05:36
  |
tdb  |
Update libstatgrab to 0.92
The previous patch is now included in the upstream release. |
0.91_1 21 Jan 2019 22:02:27
  |
tdb  |
Forgot the patch in r490904 :-( |
0.91_1 21 Jan 2019 22:00:44
  |
tdb  |
Fix libstatgrab on FreeBSD 12
On FreeBSD 12 (since r309017) v_cache_count no longer exists. A
compatibility shim is in place if COMPAT_FREEBSD11 is defined in
the kernel, but if not libstatgrab fails to return any memory
statistics. This patch modifies libstatgrab to mimic this compatibility
behaviour (ie. return 0), regardless of whether COMPAT_FREEBSD11
is defined, which ensures the remaining statistics are returned
correctly.
A more complete solution will be considered upstream and hopefully
be included in the next release.
Reported by: Alexey Milevsky <a.milevsky@gmail.com> |
0.91 31 Jan 2016 20:06:33
  |
tdb  |
Fix previous commit; ncurses only with TOOLS opt.
The libncurses dependency is only used by the saidar utility. That's
only built when the TOOLS option is enabled, otherwise it's not needed. |
0.91 31 Jan 2016 15:10:26
  |
marino  |
devel/libstatgrab: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
0.91 14 Dec 2015 15:17:35
  |
tdb  |
- Convert to option helper variables
- Add LICENSE
PR: 205314
Submitted by: tgyurci@gmail.com |
0.91 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
0.91 22 Oct 2014 17:59:01
  |
tdb  |
Use ftp.mirrorservice.org instead of ftp.uk.i-scream.org.
% host ftp.uk.i-scream.org
ftp.uk.i-scream.org is an alias for ftp.mirrorservice.org. |
0.91 15 Jul 2014 23:11:13
  |
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
0.91 11 Jul 2014 21:50:51
  |
tdb  |
- Update libstatgrab to 0.91.
- Bump revision on dependent ports to chase shlib bump. |
0.90 12 May 2014 20:01:59
  |
tdb  |
- Update to 0.90
- Remove duplicate MASTER_SITES keeping http in preference to ftp
- Drop separate DIST_SUBDIR, it's not needed
- Implement USES=libtool
- Convert -DWITHOUT_X to options framework
- The tools need perl, so add dependency when that option is chosen
Note that this version has an API that is different enough to the
previous version that dependent ports will need fixing to work with
this updated libstatgrab library. I'll take care of that. |
0.17 02 Feb 2014 11:16:22
  |
miwi  |
- Unbreak build
Reported by: qtabot |
0.17 02 Feb 2014 11:00:18
  |
miwi  |
- Stage support |
0.17 08 Dec 2013 19:48:49
  |
tdb  |
- Fix build on HEAD. |
0.17 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Sep 2013 06:45:48

|
bapt  |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
0.17 11 Nov 2011 17:12:59
 |
tdb  |
- Fix build on CURRENT. Based on patch by beat@.
Submitted by: beat
Feature safe: yes |
0.17 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.17 22 Feb 2010 08:16:57
 |
tdb  |
- Update to libstatgrab 0.17.
- This version supports FreeBSD 9.
Feature safe: yes |
0.16 14 Oct 2009 08:31:11
 |
tdb  |
- Fix build on 9-CURRENT.
Submitted by: pointyhat/erwin |
0.16 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.16 18 Mar 2008 00:15:26
 |
tdb  |
- Update to 0.16.
- Add .de mirror. |
0.15 29 Oct 2007 08:11:56
 |
tdb  |
- Fix build on FreeBSD 8-CURRENT. Patch also applied upstream. |
0.15 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.15 13 Jul 2007 21:56:21
 |
tdb  |
- Update to 0.15
- Drop redundant MASTER_SITE
- Remove compile-time option for FreeBSD 4.x |
0.14 07 Jan 2007 15:17:05
 |
tdb  |
Update to 0.14. |
0.13 20 Mar 2006 10:18:18
 |
tdb  |
- Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports |
0.12_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.12 01 Dec 2005 16:50:07
 |
tdb  |
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor) |
0.12 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.12 31 Jul 2005 10:11:28
 |
sem  |
- Update to 0.12
PR: ports/84354
Submitted by: maintainer |
0.11.1 02 Mar 2005 13:41:36
 |
flz  |
- Update to 0.11.1.
PR: ports/78295
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Approved by: pav (mentor) |
0.11 11 Nov 2004 13:21:36
 |
pav  |
- Update to 0.11
PR: ports/73805
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
0.10.3 25 Aug 2004 08:41:45
 |
krion  |
Update to 0.10.3
Update MASTER_SITES
PR: ports/70917
Submitted by: maintainer |
0.10.2 28 Jul 2004 02:03:03
 |
ijliao  |
upgrade to 0.10.2
PR: 69677
Submitted by: maintainer |
0.10.1 26 Jul 2004 09:49:15
 |
krion  |
Update to 0.10.1
PR: ports/69611
Submitted by: maintainer |
0.10 22 Jul 2004 13:39:44
 |
krion  |
Fix MASTER_SITES
PR: ports/69433
Submitted by: maintainer |
0.10 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.10 19 May 2004 20:56:49
 |
krion  |
- Update to 0.10
PR: ports/66902
Submitted by: maintainer |
0.9 15 Apr 2004 08:28:48
 |
kris  |
Don't remove a directory we didn't create |
0.9 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.9 10 Mar 2004 09:39:45
 |
krion  |
- Update to version 0.9
PR: ports/64008
Submitted by: maintainer |
0.8.2 11 Feb 2004 08:58:03
 |
krion  |
- Update to version 0.8.2
PR: ports/62663
Submitted by: maintainer |
0.8.1 07 Feb 2004 17:01:39
 |
pav  |
- Use SIZE
PR: ports/62483
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
0.8.1 22 Jan 2004 10:21:08
 |
pav  |
- Add dependency on pkg-config. This fixes build of library consumers when
libstatgrab is installed from a package.
Reported by: bento via kris |
0.8.1 21 Jan 2004 18:38:14
 |
krion  |
- Update to 0.8.1
PR: 61681
Submitted by: maintainer |
0.8 06 Jan 2004 22:59:52
 |
pav  |
- Update to 0.8
PR: ports/60986
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
0.7 24 Oct 2003 19:55:10
 |
krion  |
- Update to version 0.7
PR: 58409
Submitted by: maintainer |
0.6.1 19 Oct 2003 13:03:02
 |
krion  |
- Update to version 0.6.1
PR: 58229
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) |
0.6 10 Oct 2003 13:50:05
 |
krion  |
- Update to version 0.6
- Unbreak on -current
PR: 57830
Submitted by: maintainer |
0.5.1 25 Sep 2003 07:09:24
 |
erwin  |
Update to 0.5.1
PR: 56625
Submitted by: maintainer |
0.5 30 Aug 2003 17:16:34
 |
krion  |
- Add new MASTER_SITES
PR: 56200
Submitted by: maintainer |
0.5 26 Aug 2003 06:15:42
 |
krion  |
- Update to version 0.5
- Use DOCSDIR macro
PR: 55974
Submitted by: maintainer |
0.4 17 Jun 2003 11:42:21
 |
leeym  |
libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the
package rather than the port. The next release will hopefully fix this.
Pointed out by: kris
PR: 53385
Submitted by: Tim Bishop <tim@bishnet.net> |
0.4 03 Jun 2003 05:11:10
 |
will  |
Add libstatgrab 0.4, which provides a useful interface to
system statistics.
PR: 51723
Submitted by: Tim Bishop <tim@bishnet.net> |