aboutsummaryrefslogtreecommitdiff
path: root/x11/xrsi
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-18 13:24:42 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-18 13:24:42 +0000
commit0ff637ff880d216a5e4a7ca5b2f0cc88f8258fca (patch)
tree4ef5eb3f2b5558288f8e6c61884fcc9c25830765 /x11/xrsi
parentea260de12090cfa8ad8bdd9d6d2c0213438ecf26 (diff)
downloadports-0ff637ff880d216a5e4a7ca5b2f0cc88f8258fca.tar.gz
ports-0ff637ff880d216a5e4a7ca5b2f0cc88f8258fca.zip
Add xrsi 0.9, a minimalist break enforcer for linux/unix for the
prevention of RSI. PR: ports/110430 Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
Notes
Notes: svn path=/head/; revision=187638
Diffstat (limited to 'x11/xrsi')
-rw-r--r--x11/xrsi/Makefile32
-rw-r--r--x11/xrsi/distinfo3
-rw-r--r--x11/xrsi/pkg-descr5
3 files changed, 40 insertions, 0 deletions
diff --git a/x11/xrsi/Makefile b/x11/xrsi/Makefile
new file mode 100644
index 000000000000..755228db80c5
--- /dev/null
+++ b/x11/xrsi/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: xrsi
+# Date created: 2007-03-17
+# Whom: Martin Tournoij <carpetsmoker@xs4all.nl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xrsi
+PORTVERSION= 0.9
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= xrsi
+
+MAINTAINER= carpetsmoker@xs4all.nl
+COMMENT= A minimalist break enforcer for linux/unix for the prevention of RSI
+
+USE_XLIB= yes
+PLIST_FILES= bin/xrsi
+PORTDOCS= Readme Licence
+
+do-build:
+ ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o ${WRKSRC}/xrsi ${WRKSRC}/xrsi.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xrsi ${PREFIX}/bin/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/Licence ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/xrsi/distinfo b/x11/xrsi/distinfo
new file mode 100644
index 000000000000..cab0c15b2abd
--- /dev/null
+++ b/x11/xrsi/distinfo
@@ -0,0 +1,3 @@
+MD5 (xrsi-0.9.tar.gz) = 78e8bf00a7843ee0e85e945f06c44dd2
+SHA256 (xrsi-0.9.tar.gz) = 0ae2f6d9fa4c69af507937a16568957bb69f0277c721dae206be1265f6e0773e
+SIZE (xrsi-0.9.tar.gz) = 6250
diff --git a/x11/xrsi/pkg-descr b/x11/xrsi/pkg-descr
new file mode 100644
index 000000000000..350ff2c0affc
--- /dev/null
+++ b/x11/xrsi/pkg-descr
@@ -0,0 +1,5 @@
+xrsi is a minimalist (8kb) break enforcer for linux/unix for the
+prevention of Repetitive Strain Injury (RSI) otherwise known as
+Occupational Overuse Syndrome (OOS).
+
+WWW: http://sourceforge.net/projects/xrsi/