summaryrefslogtreecommitdiffstats
path: root/x11/xrsi
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-18 13:24:42 +0000
committerrafan <rafan@FreeBSD.org>2007-03-18 13:24:42 +0000
commit6c49c357b286a4d946a92e20d1d391962b32a80b (patch)
tree638870be5de1fe2c634553b7a45db4d80bd611a3 /x11/xrsi
parenta629148c6aaa2947ef27fc91324a4ba84370e702 (diff)
downloadFreeBSD-ports-6c49c357b286a4d946a92e20d1d391962b32a80b.zip
FreeBSD-ports-6c49c357b286a4d946a92e20d1d391962b32a80b.tar.gz
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>
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 0000000..755228d
--- /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 0000000..cab0c15
--- /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 0000000..350ff2c
--- /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/
OpenPOWER on IntegriCloud