Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Jan 2008 14:40:42 +0100
From:      "Beat Gaetzi" <beat@chruetertee.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/119260: [NEW PORT] deskutils/thinkingrock: Application for collecting and processing your thought
Message-ID:  <200801021340.m02DeW3B086890@marvin.chruetertee.ch>
Resent-Message-ID: <200801021350.m02Do0Ua006757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119260
>Category:       ports
>Synopsis:       [NEW PORT] deskutils/thinkingrock: Application for collecting and processing your thought
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 13:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Beat Gätzi
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD daedalus.network.local 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Wed Jun 6 22:22:54 CEST 2007 root@daedalus.network.local:/usr/obj/usr/src/sys/BEASTIE i386


	
>Description:
	Thinking Rock is a free software application for collecting and processing your
	thoughts following the GTD methodology.

	WWW: http://www.thinkingrock.com.au/

	
>How-To-Repeat:
	
>Fix:

	

--- thinkingrock.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	thinkingrock
#	thinkingrock/files
#	thinkingrock/files/patch-bin_thinkingrock
#	thinkingrock/files/patch-bin_xdg-email
#	thinkingrock/files/patch-bin_xdg-open
#	thinkingrock/pkg-descr
#	thinkingrock/Makefile
#	thinkingrock/distinfo
#
echo c - thinkingrock
mkdir -p thinkingrock > /dev/null 2>&1
echo c - thinkingrock/files
mkdir -p thinkingrock/files > /dev/null 2>&1
echo x - thinkingrock/files/patch-bin_thinkingrock
sed 's/^X//' >thinkingrock/files/patch-bin_thinkingrock << 'END-of-thinkingrock/files/patch-bin_thinkingrock'
X--- bin/thinkingrock.orig	Wed Jan  2 12:29:07 2008
X+++ bin/thinkingrock	Wed Jan  2 12:29:15 2008
X@@ -1,4 +1,4 @@
X-#!/bin/bash
X+#!/bin/sh
X 
X #
X # resolve symlinks
END-of-thinkingrock/files/patch-bin_thinkingrock
echo x - thinkingrock/files/patch-bin_xdg-email
sed 's/^X//' >thinkingrock/files/patch-bin_xdg-email << 'END-of-thinkingrock/files/patch-bin_xdg-email'
X--- bin/xdg-email.orig	Wed Jan  2 12:29:26 2008
X+++ bin/xdg-email	Wed Jan  2 12:29:47 2008
X@@ -1,4 +1,4 @@
X-#!/bin/bash
X+#!/bin/sh
X #---------------------------------------------
X #   xdg-email
X #
END-of-thinkingrock/files/patch-bin_xdg-email
echo x - thinkingrock/files/patch-bin_xdg-open
sed 's/^X//' >thinkingrock/files/patch-bin_xdg-open << 'END-of-thinkingrock/files/patch-bin_xdg-open'
X--- bin/xdg-open.orig	Wed Jan  2 12:29:33 2008
X+++ bin/xdg-open	Wed Jan  2 12:29:40 2008
X@@ -1,4 +1,4 @@
X-#!/bin/bash
X+#!/bin/sh
X #---------------------------------------------
X #   xdg-open
X #
END-of-thinkingrock/files/patch-bin_xdg-open
echo x - thinkingrock/pkg-descr
sed 's/^X//' >thinkingrock/pkg-descr << 'END-of-thinkingrock/pkg-descr'
XThinking Rock is a free software application for collecting and processing your
Xthoughts following the GTD methodology.
X
XWWW: http://www.thinkingrock.com.au/
END-of-thinkingrock/pkg-descr
echo x - thinkingrock/Makefile
sed 's/^X//' >thinkingrock/Makefile << 'END-of-thinkingrock/Makefile'
X# New ports collection makefile for:    thinkingrock
X# Date created:                         02 Jan 2008
X# Whom:                                 Beat Gaetzi <beat@chruetertee.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	thinkingrock
XPORTVERSION=	2.0
XCATEGORIES=	deskutils java
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	tr-${PORTVERSION}.epsilon
X
XMAINTAINER=	beat@chruetertee.ch
XCOMMENT=	Application for collecting and processing your thoughts
X
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.5+
XNO_BUILD=	yes
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X	@${RM} ${WRKSRC}/bin/thinkingrock.exe
X	@${RM} ${WRKSRC}/bin/thinkingrock_w.exe
X	@${RM} ${WRKSRC}/bin/thinkingrock.orig
X	@${RM} ${WRKSRC}/bin/xdg-email.orig
X	@${RM} ${WRKSRC}/bin/xdg-open.orig
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${PORTNAME}
X	@${CP} -r ${WRKSRC}/* ${PREFIX}/${PORTNAME}
X	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${PORTNAME}
X	@${LN} -sf ${PREFIX}/${PORTNAME}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X	@${ECHO} bin/${PORTNAME} >> ${TMPPLIST}
X	@(cd ${WRKSRC}; ${FIND} . ! -type d) | ${SORT} | ${SED} "s|^.|${PORTNAME}|" >> ${TMPPLIST}
X	@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST}
X	@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST}
X
X.include <bsd.port.post.mk>
END-of-thinkingrock/Makefile
echo x - thinkingrock/distinfo
sed 's/^X//' >thinkingrock/distinfo << 'END-of-thinkingrock/distinfo'
XMD5 (tr-2.0.epsilon.zip) = 404cd094a4f905366f79b54faef568a7
XSHA256 (tr-2.0.epsilon.zip) = 3c8ddf37c0b8d840f078c12ecca441565a43377f21126317e64013c21d60486d
XSIZE (tr-2.0.epsilon.zip) = 17160643
END-of-thinkingrock/distinfo
exit
--- thinkingrock.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801021340.m02DeW3B086890>