aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2009-06-16 02:17:42 +0800
committergahr <gahr@FreeBSD.org>2009-06-16 02:17:42 +0800
commitc8f010257552913d0bb44b764c5416c89e257b9e (patch)
tree5298bb71cbd0830ee8722a5f4a5375983e36d8a1 /deskutils
parentd146e63356ee896aa4149abc631d3e4c16740bff (diff)
downloadfreebsd-ports-gnome-c8f010257552913d0bb44b764c5416c89e257b9e.tar.gz
freebsd-ports-gnome-c8f010257552913d0bb44b764c5416c89e257b9e.tar.zst
freebsd-ports-gnome-c8f010257552913d0bb44b764c5416c89e257b9e.zip
- New port: deskutils/taskwarrior
Taskwarrior is an ambitious project to supercharge task (most excellent CLI task manager by Paul Beckingham) with an interactive interface, a powerful search tool, hotkeys, fast forms data entry and a host of new features.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/taskwarrior/Makefile30
-rw-r--r--deskutils/taskwarrior/distinfo3
-rw-r--r--deskutils/taskwarrior/pkg-descr5
-rw-r--r--deskutils/taskwarrior/pkg-plist9
5 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 275c38d094b2..36292185b52e 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -240,6 +240,7 @@
SUBDIR += tagutils
SUBDIR += taskjuggler
SUBDIR += taskstep
+ SUBDIR += taskwarrior
SUBDIR += teapot
SUBDIR += tel
SUBDIR += thinkingrock
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile
new file mode 100644
index 000000000000..25688d49ce7e
--- /dev/null
+++ b/deskutils/taskwarrior/Makefile
@@ -0,0 +1,30 @@
+# New ports collection Makefile for: taskwarrior
+# Date created: 12 June 2009
+# Whom: gahr
+#
+# $FreeBSD$
+#
+
+PORTNAME= taskwarrior
+PORTVERSION= 1.7.1
+CATEGORIES= deskutils
+MASTER_SITES= http://taskwarrior.org/download/
+DISTNAME= task-${PORTVERSION}
+
+MAINTAINER= gahr@FreeBSD.org
+COMMENT= A framework for supercharged task and contact management
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
+
+GNU_CONFIGURE= yes
+
+MAN1= task.1
+MAN5= taskrc.5
+
+.if defined(NOPORTDOCS)
+post-patch:
+ ${REINPLACE_CMD} -e '/^other_DATA/d' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.mk>
diff --git a/deskutils/taskwarrior/distinfo b/deskutils/taskwarrior/distinfo
new file mode 100644
index 000000000000..cac066213709
--- /dev/null
+++ b/deskutils/taskwarrior/distinfo
@@ -0,0 +1,3 @@
+MD5 (task-1.7.1.tar.gz) = 393baac71ab282d567e1fe4a66cae5bb
+SHA256 (task-1.7.1.tar.gz) = 93f67aad6aaec83d652a63ca07e6b0e0f752596b8505b7496833c8e3837eb95c
+SIZE (task-1.7.1.tar.gz) = 170621
diff --git a/deskutils/taskwarrior/pkg-descr b/deskutils/taskwarrior/pkg-descr
new file mode 100644
index 000000000000..f5ae2c7d65dd
--- /dev/null
+++ b/deskutils/taskwarrior/pkg-descr
@@ -0,0 +1,5 @@
+Taskwarrior is an ambitious project to supercharge task (most excellent CLI
+task manager by Paul Beckingham) with an interactive interface, a powerful
+search tool, hotkeys, fast forms data entry and a host of new features.
+
+WWW: http://taskwarrior.org/
diff --git a/deskutils/taskwarrior/pkg-plist b/deskutils/taskwarrior/pkg-plist
new file mode 100644
index 000000000000..1059d365ccc9
--- /dev/null
+++ b/deskutils/taskwarrior/pkg-plist
@@ -0,0 +1,9 @@
+bin/task
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/task_completion.sh
+%%PORTDOCS%%@dirrm %%DOCSDIR%%