diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index bb08de7b61e6..1efb978e9283 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -1,38 +1,39 @@ PORTNAME= todo PORTVERSION= 2.12.0 CATEGORIES= deskutils MASTER_SITES= https://github.com/todotxt/todo.txt-cli/releases/download/v${PORTVERSION}/ DISTNAME= todo.txt_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Todo.txt Manager -WWW= http://todotxt.org/ +WWW= http://todotxt.org/ \ + https://github.com/todotxt/todo.txt-cli LICENSE= GPLv3 RUN_DEPENDS= bash:shells/bash USES= shebangfix NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/todo \ etc/todo.cfg \ etc/bash_completion.d/todo # bin/todo CONFLICTS_INSTALL= deforaos-todo devtodo SHEBANG_FILES= todo.sh todo_completion post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/todo.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo ${INSTALL_DATA} ${WRKSRC}/todo.cfg ${STAGEDIR}${PREFIX}/etc/todo.cfg ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/todo_completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/todo .include diff --git a/deskutils/todo/pkg-descr b/deskutils/todo/pkg-descr index d853cff7acc2..6de750d6d546 100644 --- a/deskutils/todo/pkg-descr +++ b/deskutils/todo/pkg-descr @@ -1,11 +1,9 @@ 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. - -See also: https://github.com/todotxt/todo.txt-cli