Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2006 10:37:18 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100191: [NEW PORT] deskutils/todo: Todo.txt Managers
Message-ID:  <20060713023718.A50A67E9BD@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200607130240.k6D2eJ5u025363@freefall.freebsd.org>

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

>Number:         100191
>Category:       ports
>Synopsis:       [NEW PORT] deskutils/todo: Todo.txt Managers
>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:   Thu Jul 13 02:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
There are approximately 17 million software applications and web sites out
there built to manage your to do list. But if you're comfortable at the
command line and you don't want to depend on someone else's data format or
someone else's server, there's an age-old method that's perfect for tracking
your stuff: plain text.

Keep on top of all your tasks and projects in a simple file called todo.txt.
With a few helper scripts, you can slice, dice, sort, distribute, pipe and
munge your lists any way you please. As it should be.

WWW: http://todotxt.com/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- todo-1.6.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:
#
#	todo
#	todo/Makefile
#	todo/distinfo
#	todo/pkg-descr
#
echo c - todo
mkdir -p todo > /dev/null 2>&1
echo x - todo/Makefile
sed 's/^X//' >todo/Makefile << 'END-of-todo/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	todo
X# Date created:			Jul 13, 2006
X# Whom:				ijliao
X#
X# $FreeBSD$
X#
X
XPORTNAME=	todo
XPORTVERSION=	1.6
XCATEGORIES=	deskutils
XMASTER_SITES=	http://todotxt.com/library/todo.sh/
XDISTNAME=	todo.sh
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	Todo.txt Managers
X
XRUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
XPLIST_FILES=	bin/todo etc/dot.todo
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
X	@${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo
X
X.include <bsd.port.mk>
END-of-todo/Makefile
echo x - todo/distinfo
sed 's/^X//' >todo/distinfo << 'END-of-todo/distinfo'
XMD5 (todo.sh.zip) = 5e49fd7f8361fc62be147396a85b7c12
XSHA256 (todo.sh.zip) = dd42faf9e960a274b8bfec95f9f1a29db83b510391ea2d40afd32ee44d0f83fa
XSIZE (todo.sh.zip) = 3654
END-of-todo/distinfo
echo x - todo/pkg-descr
sed 's/^X//' >todo/pkg-descr << 'END-of-todo/pkg-descr'
XThere are approximately 17 million software applications and web sites out
Xthere built to manage your to do list. But if you're comfortable at the
Xcommand line and you don't want to depend on someone else's data format or
Xsomeone else's server, there's an age-old method that's perfect for tracking
Xyour stuff: plain text.
X
XKeep on top of all your tasks and projects in a simple file called todo.txt.
XWith a few helper scripts, you can slice, dice, sort, distribute, pipe and
Xmunge your lists any way you please. As it should be.
X
XWWW: http://todotxt.com/
END-of-todo/pkg-descr
exit
--- todo-1.6.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?20060713023718.A50A67E9BD>