Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (42cbc6ac520b5d652b739d2a62949696aa9a7bc1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (42cbc6ac520b5d652b739d2a62949696aa9a7bc1)
  • Date: Wed, 10 Nov 2010 14:39:09 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ChangeLog | 3 +++
utils/taskwarrior/DEPENDS | 3 +++
utils/taskwarrior/DETAILS | 22 ++++++++++++++++++++++
utils/taskwarrior/HISTORY | 3 +++
4 files changed, 31 insertions(+)

New commits:
commit 42cbc6ac520b5d652b739d2a62949696aa9a7bc1
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

taskwarrior: new spell, command line task manager

diff --git a/ChangeLog b/ChangeLog
index 14dc27f..7192c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-11-10 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * utils/taskwarrior: new spell, command line tasks manager
+
2010-11-09 Ismael Luceno <ismael AT sourcemage.org>
* http/wt: new spell, a C++ Web Toolkit

diff --git a/utils/taskwarrior/DEPENDS b/utils/taskwarrior/DEPENDS
new file mode 100755
index 0000000..a9cffde
--- /dev/null
+++ b/utils/taskwarrior/DEPENDS
@@ -0,0 +1,3 @@
+depends ncurses &&
+optional_depends lua '--with-lua' '' 'Lua support(seems to be broken)'
+
diff --git a/utils/taskwarrior/DETAILS b/utils/taskwarrior/DETAILS
new file mode 100755
index 0000000..c219414
--- /dev/null
+++ b/utils/taskwarrior/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=taskwarrior
+ VERSION=1.9.3
+ SOURCE="task-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org/download/${SOURCE}
+
SOURCE_HASH=sha512:a97c539c9c9280fc40bc77b731b17d2cb6d47ed61e998fcade2e52b51a98cec735fcad62252d06a6f97dbee810ad2bb5f52d8427120b453255a797137b57bb5e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/task-${VERSION}"
+ WEB_SITE="http://www.taskwarrior.org";
+ LICENSE[0]="GPLv2"
+ ENTERED=20101110
+ KEYWORDS="GTD, Command Line, todo list, terminal, Scheduling,
Utility, cli
+
+
+
+
+Bugfixes"
+ SHORT="A command-line to do list manager."
+cat << EOF
+Taskwarrior (formerly known as task) is a command-line to do list manager. It
+is scope-limited to GTD functionality and features tags, colorful tabular
+output, reports and graphs, lots of commands, completion, 256-colors, themes,
+multi-user file locking, and recurring tasks.
+EOF
diff --git a/utils/taskwarrior/HISTORY b/utils/taskwarrior/HISTORY
new file mode 100644
index 0000000..f291e5e
--- /dev/null
+++ b/utils/taskwarrior/HISTORY
@@ -0,0 +1,3 @@
+2010-11-10 Andraž 'ruskie' Levstik <ruskie+f03a580f AT codemages.net>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (42cbc6ac520b5d652b739d2a62949696aa9a7bc1), Andraž Levstik, 11/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page