aboutsummaryrefslogtreecommitdiff
path: root/sysutils/istatd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* sysutils/istatd:Babak Farrokhi2015-08-291-2/+7
| | | | | | | | | | | - Clarify LICENSE - Cleanup Makefile Approved by: mat Differential Revision: https://reviews.freebsd.org/D3512 Notes: svn path=/head/; revision=395553
* 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-041-1/+1
| | | | | | | | | | | | - 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-031-1/+1
| | | | | | | - 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
* - 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
* - Update to 0.5.7Martin Wilke2010-06-071-2/+3
| | | | | | | | PR: 145949 Submitted by: Mirko Zinn <mail@derzinn.de> (maintainer) Notes: svn path=/head/; revision=256002
* - Update to 0.5.5Martin Wilke2010-02-101-1/+1
| | | | | | | | 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-021-0/+37
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