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>
This commit is contained in:
Martin Wilke 2008-01-12 16:13:58 +00:00
parent e4b9103902
commit 7cf673e166
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205526
7 changed files with 73 additions and 0 deletions

View File

@ -199,6 +199,7 @@
SUBDIR += taskstep
SUBDIR += teapot
SUBDIR += tel
SUBDIR += thinkingrock
SUBDIR += timer-applet
SUBDIR += todo
SUBDIR += tomboy

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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
#

View File

@ -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
#

View File

@ -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/