mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Add new port sysutils/wmlongrun - A dockapp to monitor the LongRun(tm)
status on Crusoe
This commit is contained in:
parent
35652e3627
commit
4423e6b49d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56508
@ -201,6 +201,7 @@
|
||||
SUBDIR += wmhm
|
||||
SUBDIR += wminet
|
||||
SUBDIR += wmlmmon
|
||||
SUBDIR += wmlongrun
|
||||
SUBDIR += wmmemmon
|
||||
SUBDIR += wmmon
|
||||
SUBDIR += wmmount
|
||||
|
35
sysutils/wmlongrun/Makefile
Normal file
35
sysutils/wmlongrun/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: wmlongrun
|
||||
# Date created: Sat Mar 23 21:00:03 EST 2002
|
||||
# Whom: pat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wmlongrun
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= sysutils windowmaker
|
||||
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
|
||||
|
||||
MAINTAINER= pat@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XPM= yes
|
||||
|
||||
MAN1= wmlongrun.1
|
||||
|
||||
pre-patch:
|
||||
.for dir in src doc .
|
||||
@${PERL} -pi -e 's|\@program_transform_name\@||' \
|
||||
${WRKSRC}/${dir}/Makefile.in
|
||||
.endfor
|
||||
|
||||
.ifndef(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ChangeLog README
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif # !NOPORTDOCS
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/wmlongrun/distinfo
Normal file
1
sysutils/wmlongrun/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmlongrun-0.2.0.tar.gz) = a6ba29b84929d71443eccdc2251496eb
|
1
sysutils/wmlongrun/pkg-comment
Normal file
1
sysutils/wmlongrun/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A dockapp to monitor the LongRun(tm) status on Crusoe
|
8
sysutils/wmlongrun/pkg-descr
Normal file
8
sysutils/wmlongrun/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
[From README:]
|
||||
WMLongRun is a program to monitor for LongRun. It displays the
|
||||
current LongRun(tm) settings and status: the frequency, the LongRun(tm)
|
||||
flags (performance or economy), and the performance level (expressed
|
||||
as a percentile).
|
||||
|
||||
WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmlongrun
|
||||
Author: Seiichi SATO <ssato@sh.rim.or.jp>
|
4
sysutils/wmlongrun/pkg-plist
Normal file
4
sysutils/wmlongrun/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/wmlongrun
|
||||
%%PORTDOCS%%share/doc/wmlongrun/ChangeLog
|
||||
%%PORTDOCS%%share/doc/wmlongrun/README
|
||||
%%PORTDOCS%%@dirrm share/doc/wmlongrun
|
Loading…
Reference in New Issue
Block a user