From owner-svn-ports-all@freebsd.org Sat Jul 8 00:12:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4BFADADF63; Sat, 8 Jul 2017 00:12:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6CA367C75; Sat, 8 Jul 2017 00:12:54 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v680CrRF086298; Sat, 8 Jul 2017 00:12:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v680Crov086293; Sat, 8 Jul 2017 00:12:53 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707080012.v680Crov086293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Jul 2017 00:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445288 - in head/deskutils: . timewarrior X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/deskutils: . timewarrior X-SVN-Commit-Revision: 445288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2017 00:12:55 -0000 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 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