aboutsummaryrefslogtreecommitdiff
path: root/sysutils/istatd
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Update to istatd 0.5.8 with the following changesGerald Pfeifer2014-03-042-3/+3
| | | | | | | | | | | | - Fix: Tests for network libraries - Fix: Killed some memory leaks - Fix: istatd failed to build on new pedantic GCC PR: 174056 Suggested by: Douglas Carmichael <dcarmich@dcarmichael.net> Notes: svn path=/head/; revision=346980
* - New LIB_DEPENDS definitionEmanuel Haupt2014-03-032-2/+2
| | | | | | | - Use WWW: with a single space Notes: svn path=/head/; revision=346891
* Support stagingEmanuel Haupt2014-03-031-12/+10
| | | | Notes: svn path=/head/; revision=346890
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Add missing patchMartin Wilke2010-06-071-0/+18
| | | | Notes: svn path=/head/; revision=256003
* - Update to 0.5.7Martin Wilke2010-06-073-23/+6
| | | | | | | | PR: 145949 Submitted by: Mirko Zinn <mail@derzinn.de> (maintainer) Notes: svn path=/head/; revision=256002
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 0.5.5Martin Wilke2010-02-103-20/+17
| | | | | | | | PR: 143585 Submitted by: Mirko Zinn <mail@derzinn.de> (maintainer) Notes: svn path=/head/; revision=249536
* istatd is a daemon serving statistics to your iStat iPhone applicationMartin Wilke2009-12-026-0/+102
from Linux, Solaris & FreeBSD. istatd collects data such as CPU, memory, network and disk usage and keeps the history. Once connecting from the iPhone and entering the lock code this data will be sent to the iPhone and shown in fancy graphs. WWW: http://code.google.com/p/istatd/ Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org> Notes: svn path=/head/; revision=245105