diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-07-07 23:32:00 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-07-07 23:32:00 +0000 |
commit | 638eb1bfb9f56a0241a7f8c5ecf453d38d77bc28 (patch) | |
tree | bb8fa7dbdc1242dfc8448d1c913dcea33d59953d /deskutils | |
parent | f25ef12d40eee8bef24ff2822cbc85c445d5acd1 (diff) | |
download | ports-638eb1bfb9f56a0241a7f8c5ecf453d38d77bc28.tar.gz ports-638eb1bfb9f56a0241a7f8c5ecf453d38d77bc28.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/tasksh/Makefile | 13 | ||||
-rw-r--r-- | deskutils/tasksh/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tasksh/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/tasksh/pkg-plist | 7 |
5 files changed, 28 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index d201f14749fe..f73a2ca655a0 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -225,6 +225,7 @@ SUBDIR += tagutils SUBDIR += taskcoach SUBDIR += taskd + SUBDIR += tasksh SUBDIR += taskwarrior SUBDIR += teapot SUBDIR += tel diff --git a/deskutils/tasksh/Makefile b/deskutils/tasksh/Makefile new file mode 100644 index 000000000000..8f4ed796c45b --- /dev/null +++ b/deskutils/tasksh/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= tasksh +PORTVERSION= 1.2.0 +CATEGORIES= deskutils +MASTER_SITES= http://taskwarrior.org/download/ + +MAINTAINER= swills@FreeBSD.org +COMMENT= Shell command that wraps Taskwarrior commands + +USES= cmake readline + +.include <bsd.port.mk> diff --git a/deskutils/tasksh/distinfo b/deskutils/tasksh/distinfo new file mode 100644 index 000000000000..f7beb182ae03 --- /dev/null +++ b/deskutils/tasksh/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1499468972 +SHA256 (tasksh-1.2.0.tar.gz) = 6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd +SIZE (tasksh-1.2.0.tar.gz) = 449323 diff --git a/deskutils/tasksh/pkg-descr b/deskutils/tasksh/pkg-descr new file mode 100644 index 000000000000..e0d44937cb16 --- /dev/null +++ b/deskutils/tasksh/pkg-descr @@ -0,0 +1,4 @@ +Tasksh is a shell command that wraps Taskwarrior commands. It is intended to +provide simpler Taskwarrior access, and add a few new features of its own. + +WWW: https://tasktools.org/projects/tasksh.html diff --git a/deskutils/tasksh/pkg-plist b/deskutils/tasksh/pkg-plist new file mode 100644 index 000000000000..7b8a57d8ec2c --- /dev/null +++ b/deskutils/tasksh/pkg-plist @@ -0,0 +1,7 @@ +bin/tasksh +man/man1/tasksh.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS |