aboutsummaryrefslogtreecommitdiff
path: root/sysutils/torsmo
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Improve battery support.Roman Bogorodskiy2005-07-131-3/+26
| | | | | | | Submitted by: Nick Hibma <nick@cope.nl> Notes: svn path=/head/; revision=139028
* - fix a bug when the mail count wasn't altered if mails had been deletedRoman Bogorodskiy2005-05-072-1/+77
| | | | | | | | | | | | from a mailbox - detect possible error in stat(2) - bump PORTREVISION PR: 80709 Submitted by: Roland Smith <rsmith@xs4all.nl> Notes: svn path=/head/; revision=134783
* Fix segfault when there is no swap.Roman Bogorodskiy2005-04-072-4/+14
| | | | Notes: svn path=/head/; revision=132705
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* - Fix X11 detectionPav Lucistnik2005-01-151-3/+9
| | | | | | | | | | - Add option for "Flicker-free operation support" PR: ports/76256 Submitted by: Roman Bogorodskiy <bogorodskiy@gmail.com> (maintainer) Notes: svn path=/head/; revision=126519
* [ maintainer ] sysutils/torsmo: add WITH_XFT knobEdwin Groothuis2005-01-131-2/+9
| | | | | | | | | | | Add WITH_XFT option/knob which can be used to toggle XFT support Requested by: Anton Karpov <toxa@cterra.ru> PR: ports/76121 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=126373
* [ maintainer ] sysutils/torsmo: fix temperature monitoringEdwin Groothuis2005-01-122-1/+11
| | | | | | | | | | - fix temperature monitoring PR: ports/75721 Submitted by: Roman Bogorodskiy <novel@FreeBSD.ORG> Notes: svn path=/head/; revision=126185
* - Try to fix build on alpha:Sergey Matveychuk2004-12-291-4/+19
| | | | | | | | | | | | * use CPU freq. detection code only on i386 * s/int/size_t/ PR: ports/75633 Submitted by: maintainer Reported by: pointyhat via kris Notes: svn path=/head/; revision=125466
* - Update to 0.18Sergey Matveychuk2004-12-258-457/+117
| | | | | | | | PR: ports/75435 Submitted by: maintainer Notes: svn path=/head/; revision=125184
* - Fix acpitemp function by changing type from double to int (we get tempPav Lucistnik2004-10-252-3/+3
| | | | | | | | | | | in kelvins (int) and then convert it in celsius (double)). Reported by: Aurel Bodenmann PR: ports/73087 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=120182
* Use size_t insead of int to get uptime in a correct way on amd64Kirill Ponomarev2004-10-133-4/+35
| | | | | | | | | | | Fix wrong type cast for get_acpi_temperature() Set optreset to 1 before the second call to getopt() PR: ports/72642 Submitted by: maintainer Notes: svn path=/head/; revision=119246
* Ad hoc fix for reported build errors on 5.2Kirill Ponomarev2004-08-271-3/+1
| | | | | | | | | | Remove unused function prototype PR: ports/71020 Submitted by: maintainer Notes: svn path=/head/; revision=117422
* . Add ACPI support. [1]Greg Lewis2004-08-064-14/+91
| | | | | | | | | | | | . Make this compile on FreeBSD 4.x. I've hacked the version being committed to actually compile on 4.x. The submitted patch only partially fixed 4.x build problems. [2] PR: 70039 [1], 70041 [2] Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=115518
* add network interfaces monitoring supportSergey Matveychuk2004-07-311-96/+47
| | | | | | | | PR: ports/69839 Submitted by: maintainer Notes: svn path=/head/; revision=115142
* Add torsmo, a system monitor that sits in the corner of your desktop. Torsmo canPav Lucistnik2004-07-306-0/+469
show various information about your system and it's peripherals. PR: ports/69743 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=115108