1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

TimeMon gives a graphical representation of where the CPU cycles

are going. It's coarse, but better than nothing. The best feature
is that it runs in an icon on your dock, so that you never lose it.
PR:		102656
Submitted by:	Gürkan Sengün
This commit is contained in:
Dirk Meyer 2006-09-07 05:38:19 +00:00
parent bb0e84c435
commit 2aab1c5e03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172446
5 changed files with 55 additions and 0 deletions

View File

@ -582,6 +582,7 @@
SUBDIR += throttle
SUBDIR += ticker.app
SUBDIR += timelimit
SUBDIR += timemon
SUBDIR += tinybsd
SUBDIR += titlefix
SUBDIR += tmpreaper

31
sysutils/timemon/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: timemon.app
# Date created: 28 Aug 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= timemon
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME= TimeMon-gnustep
EXTRACT_SUFX= .tgz
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= CPU time usage monitor for GNUstep
WRKSRC= ${WRKDIR}/TimeMon
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
post-patch:
${RM} ${WRKSRC}/shared_obj/loadave.o
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (TimeMon-gnustep.tgz) = 7d8c61a017a498d48979d78d6431f741
SHA256 (TimeMon-gnustep.tgz) = 1048048a482fdf86bd19528307d2da4d57e4a64d001e225195159f8a0b0b1908
SIZE (TimeMon-gnustep.tgz) = 269322

View File

@ -0,0 +1,5 @@
TimeMon gives a graphical representation of where the CPU cycles
are going. It's coarse, but better than nothing. The best feature
is that it runs in an icon on your dock, so that you never lose it.
WWW: http://www.nongnu.org/gap/timemon/index.html

View File

@ -0,0 +1,15 @@
System/Applications/TimeMon.app/Resources/Info-gnustep.plist
System/Applications/TimeMon.app/Resources/README.rtf
System/Applications/TimeMon.app/Resources/TimeMon.desktop
System/Applications/TimeMon.app/Resources/TimeMon.gorm/data.classes
System/Applications/TimeMon.app/Resources/TimeMon.gorm/data.info
System/Applications/TimeMon.app/Resources/TimeMon.gorm/icon.png
System/Applications/TimeMon.app/Resources/TimeMon.gorm/objects.gorm
System/Applications/TimeMon.app/Resources/TimeMon.tiff
System/Applications/TimeMon.app/Resources/TimeMonP.tiff
System/Applications/TimeMon.app/TimeMon
System/Applications/TimeMon.app/library_paths.openapp
System/Applications/TimeMon.app/stamp.make
@dirrm System/Applications/TimeMon.app/Resources/TimeMon.gorm
@dirrm System/Applications/TimeMon.app/Resources
@dirrm System/Applications/TimeMon.app