diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-13 00:13:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-13 00:13:58 +0800 |
commit | 1007aae51a0e49848c6db4a45da8566f55c227e5 (patch) | |
tree | e9b1b2785d82644ed7467126cfa92147469c1c6f /deskutils | |
parent | 4fde29b3aa1bf6a0bb389756e5a91eb33e417494 (diff) | |
download | freebsd-ports-gnome-1007aae51a0e49848c6db4a45da8566f55c227e5.tar.gz freebsd-ports-gnome-1007aae51a0e49848c6db4a45da8566f55c227e5.tar.zst freebsd-ports-gnome-1007aae51a0e49848c6db4a45da8566f55c227e5.zip |
Thinking Rock is a free software application for collecting and processing your
thoughts following the GTD methodology.
WWW: http://www.thinkingrock.com.au/
PR: ports/119260
Submitted by: Beat Gaetzi <beat at chruetertee.ch>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/thinkingrock/Makefile | 41 | ||||
-rw-r--r-- | deskutils/thinkingrock/distinfo | 3 | ||||
-rw-r--r-- | deskutils/thinkingrock/files/patch-bin_thinkingrock | 8 | ||||
-rw-r--r-- | deskutils/thinkingrock/files/patch-bin_xdg-email | 8 | ||||
-rw-r--r-- | deskutils/thinkingrock/files/patch-bin_xdg-open | 8 | ||||
-rw-r--r-- | deskutils/thinkingrock/pkg-descr | 4 |
7 files changed, 73 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index b3b2aa57078d..96298809ed96 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -199,6 +199,7 @@ SUBDIR += taskstep SUBDIR += teapot SUBDIR += tel + SUBDIR += thinkingrock SUBDIR += timer-applet SUBDIR += todo SUBDIR += tomboy diff --git a/deskutils/thinkingrock/Makefile b/deskutils/thinkingrock/Makefile new file mode 100644 index 000000000000..7df3fe154c45 --- /dev/null +++ b/deskutils/thinkingrock/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: thinkingrock +# Date created: 02 Jan 2008 +# Whom: Beat Gaetzi <beat@chruetertee.ch> +# +# $FreeBSD$ +# + +PORTNAME= thinkingrock +PORTVERSION= 2.0 +CATEGORIES= deskutils java +MASTER_SITES= SF +DISTNAME= tr-${PORTVERSION}.epsilon + +MAINTAINER= beat@chruetertee.ch +COMMENT= Application for collecting and processing your thoughts + +USE_ZIP= yes +USE_JAVA= yes +JAVA_VERSION= 1.5+ +NO_BUILD= yes + +.include <bsd.port.pre.mk> + +post-patch: + @${RM} ${WRKSRC}/bin/thinkingrock.exe + @${RM} ${WRKSRC}/bin/thinkingrock_w.exe + @${RM} ${WRKSRC}/bin/thinkingrock.orig + @${RM} ${WRKSRC}/bin/xdg-email.orig + @${RM} ${WRKSRC}/bin/xdg-open.orig + +do-install: + @${MKDIR} ${PREFIX}/${PORTNAME} + @${CP} -r ${WRKSRC}/* ${PREFIX}/${PORTNAME} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${PORTNAME} + @${LN} -sf ${PREFIX}/${PORTNAME}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + @${ECHO} bin/${PORTNAME} >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} . ! -type d) | ${SORT} | ${SED} "s|^.|${PORTNAME}|" >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST} + @(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST} + +.include <bsd.port.post.mk> diff --git a/deskutils/thinkingrock/distinfo b/deskutils/thinkingrock/distinfo new file mode 100644 index 000000000000..b9c4d21f7217 --- /dev/null +++ b/deskutils/thinkingrock/distinfo @@ -0,0 +1,3 @@ +MD5 (tr-2.0.epsilon.zip) = 404cd094a4f905366f79b54faef568a7 +SHA256 (tr-2.0.epsilon.zip) = 3c8ddf37c0b8d840f078c12ecca441565a43377f21126317e64013c21d60486d +SIZE (tr-2.0.epsilon.zip) = 17160643 diff --git a/deskutils/thinkingrock/files/patch-bin_thinkingrock b/deskutils/thinkingrock/files/patch-bin_thinkingrock new file mode 100644 index 000000000000..f7ab8652f65d --- /dev/null +++ b/deskutils/thinkingrock/files/patch-bin_thinkingrock @@ -0,0 +1,8 @@ +--- bin/thinkingrock.orig Wed Jan 2 12:29:07 2008 ++++ bin/thinkingrock Wed Jan 2 12:29:15 2008 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # + # resolve symlinks diff --git a/deskutils/thinkingrock/files/patch-bin_xdg-email b/deskutils/thinkingrock/files/patch-bin_xdg-email new file mode 100644 index 000000000000..506ab01954d2 --- /dev/null +++ b/deskutils/thinkingrock/files/patch-bin_xdg-email @@ -0,0 +1,8 @@ +--- bin/xdg-email.orig Wed Jan 2 12:29:26 2008 ++++ bin/xdg-email Wed Jan 2 12:29:47 2008 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + #--------------------------------------------- + # xdg-email + # diff --git a/deskutils/thinkingrock/files/patch-bin_xdg-open b/deskutils/thinkingrock/files/patch-bin_xdg-open new file mode 100644 index 000000000000..653093c78093 --- /dev/null +++ b/deskutils/thinkingrock/files/patch-bin_xdg-open @@ -0,0 +1,8 @@ +--- bin/xdg-open.orig Wed Jan 2 12:29:33 2008 ++++ bin/xdg-open Wed Jan 2 12:29:40 2008 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + #--------------------------------------------- + # xdg-open + # diff --git a/deskutils/thinkingrock/pkg-descr b/deskutils/thinkingrock/pkg-descr new file mode 100644 index 000000000000..66584cccaece --- /dev/null +++ b/deskutils/thinkingrock/pkg-descr @@ -0,0 +1,4 @@ +Thinking Rock is a free software application for collecting and processing your +thoughts following the GTD methodology. + +WWW: http://www.thinkingrock.com.au/ |