From f8ede6206115c6fa0b7c745b31a6a184ade269b6 Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 29 Mar 2006 21:42:55 +0000 Subject: Torsmo is a system monitor that sits in the corner of your desktop. It's very simple, customizable and it renders only text on the desktop (and percentagebars if you want it to ;) and the only lib it uses is Xlib. Torsmo can show various information about your system and it's peripherals, including: * Kernel version * Uptime * System time * Network interface information * Memory and swap usage * Hostname * Machine, i686 for example * System name, Linux for example * Temperatures from i2c-sensors * Temperature from ACPI * Battery capacity from ACPI/APM * Number of processes running or sleeping * Local mails (unread and all) * Filesystem stats --- sysutils/torsmo/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sysutils/torsmo/Makefile (limited to 'sysutils/torsmo/Makefile') diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile new file mode 100644 index 00000000000..fc9a0e71935 --- /dev/null +++ b/sysutils/torsmo/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/29 21:42:55 ghen Exp $ + +DISTNAME= torsmo-0.18 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=torsmo/} + +MAINTAINER= ghen@NetBSD.org +HOMEPAGE= http://torsmo.sourceforge.net/ +COMMENT= Tyopoytaorvelo System Monitor + +GNU_CONFIGURE= yes + +EGDIR= ${PREFIX}/share/examples/torsmo +DOCDIR= ${PREFIX}/share/doc/torsmo + +.include "../../mk/bsd.prefs.mk" + +.if (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" \ + || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Linux") +SPECIAL_PERMS+= bin/torsmo ${ROOT_USER} kmem 2555 +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC:Q}/torsmo ${PREFIX:Q}/bin/ + ${INSTALL_MAN} ${WRKSRC:Q}/torsmo.1 ${PREFIX:Q}/${PKGMANDIR:Q}/man1/ + ${INSTALL_DATA_DIR} ${EGDIR:Q} + ${INSTALL_DATA} ${WRKSRC:Q}/torsmorc.sample ${EGDIR:Q}/ + ${INSTALL_DATA_DIR} ${DOCDIR:Q} + ${INSTALL_DATA} ${WRKSRC:Q}/README ${DOCDIR:Q}/ + ${INSTALL_DATA} ${WRKSRC:Q}/readme.html ${DOCDIR:Q}/ + +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3