Date: Fri, 7 Jul 2017 23:32:00 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445286 - in head/deskutils: . tasksh Message-ID: <201707072332.v67NW0Q8066941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jul 7 23:32:00 2017 New Revision: 445286 URL: https://svnweb.freebsd.org/changeset/ports/445286 Log: deskutils/tasksh: create port 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 Added: head/deskutils/tasksh/ head/deskutils/tasksh/Makefile (contents, props changed) head/deskutils/tasksh/distinfo (contents, props changed) head/deskutils/tasksh/pkg-descr (contents, props changed) head/deskutils/tasksh/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Jul 7 23:14:14 2017 (r445285) +++ head/deskutils/Makefile Fri Jul 7 23:32:00 2017 (r445286) @@ -225,6 +225,7 @@ SUBDIR += tagutils SUBDIR += taskcoach SUBDIR += taskd + SUBDIR += tasksh SUBDIR += taskwarrior SUBDIR += teapot SUBDIR += tel Added: head/deskutils/tasksh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/tasksh/Makefile Fri Jul 7 23:32:00 2017 (r445286) @@ -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> Added: head/deskutils/tasksh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/tasksh/distinfo Fri Jul 7 23:32:00 2017 (r445286) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499468972 +SHA256 (tasksh-1.2.0.tar.gz) = 6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd +SIZE (tasksh-1.2.0.tar.gz) = 449323 Added: head/deskutils/tasksh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/tasksh/pkg-descr Fri Jul 7 23:32:00 2017 (r445286) @@ -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 Added: head/deskutils/tasksh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/tasksh/pkg-plist Fri Jul 7 23:32:00 2017 (r445286) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707072332.v67NW0Q8066941>