aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-24 02:58:24 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-24 02:58:24 +0000
commit4423e6b49de15f35892d5f1a48e5f4ea8bc2b3b5 (patch)
tree4372c5c0c0e35ebbb215229b4f95d66c521194da /sysutils
parent35652e362712b974476bd218676d511f59cb377d (diff)
downloadports-4423e6b49de15f35892d5f1a48e5f4ea8bc2b3b5.tar.gz
ports-4423e6b49de15f35892d5f1a48e5f4ea8bc2b3b5.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/wmlongrun/Makefile35
-rw-r--r--sysutils/wmlongrun/distinfo1
-rw-r--r--sysutils/wmlongrun/pkg-comment1
-rw-r--r--sysutils/wmlongrun/pkg-descr8
-rw-r--r--sysutils/wmlongrun/pkg-plist4
6 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index ca2efa496db9..718174b38f0b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -201,6 +201,7 @@
SUBDIR += wmhm
SUBDIR += wminet
SUBDIR += wmlmmon
+ SUBDIR += wmlongrun
SUBDIR += wmmemmon
SUBDIR += wmmon
SUBDIR += wmmount
diff --git a/sysutils/wmlongrun/Makefile b/sysutils/wmlongrun/Makefile
new file mode 100644
index 000000000000..bf6fb08ab6e5
--- /dev/null
+++ b/sysutils/wmlongrun/Makefile
@@ -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>
diff --git a/sysutils/wmlongrun/distinfo b/sysutils/wmlongrun/distinfo
new file mode 100644
index 000000000000..969047169ae6
--- /dev/null
+++ b/sysutils/wmlongrun/distinfo
@@ -0,0 +1 @@
+MD5 (wmlongrun-0.2.0.tar.gz) = a6ba29b84929d71443eccdc2251496eb
diff --git a/sysutils/wmlongrun/pkg-comment b/sysutils/wmlongrun/pkg-comment
new file mode 100644
index 000000000000..aef64bfcf625
--- /dev/null
+++ b/sysutils/wmlongrun/pkg-comment
@@ -0,0 +1 @@
+A dockapp to monitor the LongRun(tm) status on Crusoe
diff --git a/sysutils/wmlongrun/pkg-descr b/sysutils/wmlongrun/pkg-descr
new file mode 100644
index 000000000000..cfe13b176b44
--- /dev/null
+++ b/sysutils/wmlongrun/pkg-descr
@@ -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>
diff --git a/sysutils/wmlongrun/pkg-plist b/sysutils/wmlongrun/pkg-plist
new file mode 100644
index 000000000000..f8429cf5c386
--- /dev/null
+++ b/sysutils/wmlongrun/pkg-plist
@@ -0,0 +1,4 @@
+bin/wmlongrun
+%%PORTDOCS%%share/doc/wmlongrun/ChangeLog
+%%PORTDOCS%%share/doc/wmlongrun/README
+%%PORTDOCS%%@dirrm share/doc/wmlongrun