Date: Sat, 8 Jul 2017 00:12:53 +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: r445288 - in head/deskutils: . timewarrior Message-ID: <201707080012.v680Crov086293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jul 8 00:12:53 2017 New Revision: 445288 URL: https://svnweb.freebsd.org/changeset/ports/445288 Log: deskutils/timewarrior: create port Timewarrior is Free and Open Source Software that tracks time from the command line. WWW: https://timewarrior.net/ Added: head/deskutils/timewarrior/ head/deskutils/timewarrior/Makefile (contents, props changed) head/deskutils/timewarrior/distinfo (contents, props changed) head/deskutils/timewarrior/pkg-descr (contents, props changed) head/deskutils/timewarrior/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Jul 7 23:50:06 2017 (r445287) +++ head/deskutils/Makefile Sat Jul 8 00:12:53 2017 (r445288) @@ -230,6 +230,7 @@ SUBDIR += teapot SUBDIR += tel SUBDIR += thinkingrock + SUBDIR += timewarrior SUBDIR += tine20 SUBDIR += tnote SUBDIR += todo Added: head/deskutils/timewarrior/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/timewarrior/Makefile Sat Jul 8 00:12:53 2017 (r445288) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= timewarrior +PORTVERSION= 1.0.0 +CATEGORIES= deskutils +MASTER_SITES= https://taskwarrior.org/download/ +DISTNAME= timew-${PORTVERSION} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Track time from the command line + +USES= cmake + +.include <bsd.port.mk> Added: head/deskutils/timewarrior/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/timewarrior/distinfo Sat Jul 8 00:12:53 2017 (r445288) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499471464 +SHA256 (timew-1.0.0.tar.gz) = ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5 +SIZE (timew-1.0.0.tar.gz) = 140539 Added: head/deskutils/timewarrior/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/timewarrior/pkg-descr Sat Jul 8 00:12:53 2017 (r445288) @@ -0,0 +1,4 @@ +Timewarrior is Free and Open Source Software that tracks time from the command +line. + +WWW: https://timewarrior.net/ Added: head/deskutils/timewarrior/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/timewarrior/pkg-plist Sat Jul 8 00:12:53 2017 (r445288) @@ -0,0 +1,16 @@ +bin/timew +man/man1/timew.1.gz +share/doc/timew/AUTHORS +share/doc/timew/COPYING +share/doc/timew/ChangeLog +share/doc/timew/INSTALL +share/doc/timew/LICENSE +share/doc/timew/NEWS +share/doc/timew/README.md +share/doc/timew/doc/holidays/README +share/doc/timew/doc/holidays/holidays.en-US +share/doc/timew/doc/holidays/refresh +share/doc/timew/doc/themes/README +share/doc/timew/doc/themes/dark.theme +share/doc/timew/ext/on-modify.timewarrior +share/doc/timew/ext/totals.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707080012.v680Crov086293>