mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add todo 1.6, todo.txt Managers.
PR: ports/100191 Submitted by: ijliao
This commit is contained in:
parent
676faeebb9
commit
19a8c3cc6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168196
@ -147,6 +147,7 @@
|
||||
SUBDIR += taskstep
|
||||
SUBDIR += teapot
|
||||
SUBDIR += timer-applet
|
||||
SUBDIR += todo
|
||||
SUBDIR += tomboy
|
||||
SUBDIR += tpb
|
||||
SUBDIR += treeline
|
||||
|
33
deskutils/todo/Makefile
Normal file
33
deskutils/todo/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: todo
|
||||
# Date created: Jul 13, 2006
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= todo
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://todotxt.com/library/todo.sh/
|
||||
DISTNAME= todo.sh
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Todo.txt Managers
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/todo etc/dot.todo
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
|
||||
@${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/todo/distinfo
Normal file
3
deskutils/todo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (todo.sh.zip) = 5e49fd7f8361fc62be147396a85b7c12
|
||||
SHA256 (todo.sh.zip) = dd42faf9e960a274b8bfec95f9f1a29db83b510391ea2d40afd32ee44d0f83fa
|
||||
SIZE (todo.sh.zip) = 3654
|
11
deskutils/todo/pkg-descr
Normal file
11
deskutils/todo/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user