Import timewarrior-1.0.0.beta1 as wip/timewarrior

Timewarrior is a time tracking utility that offers simple stopwatch features as
well as sophisticated calendar-base backfill, along with flexible reporting.

Timewarrior records time, and associates blocks of time with tags. The recorded
data can be exposed as JSON for any app to consume.
This commit is contained in:
Frederic Cambus 2016-08-03 13:21:10 +02:00
parent c94b652b08
commit e47e0c5a27
5 changed files with 50 additions and 0 deletions

View file

@ -4052,6 +4052,7 @@ SUBDIR+= thrift
SUBDIR+= tidy
SUBDIR+= tigervnc
SUBDIR+= tilda
SUBDIR+= timewarrior
SUBDIR+= tinyca2
SUBDIR+= tinycobol
SUBDIR+= tinyfugue-beta

5
timewarrior/DESCR Normal file
View file

@ -0,0 +1,5 @@
Timewarrior is a time tracking utility that offers simple stopwatch features as
well as sophisticated calendar-base backfill, along with flexible reporting.
Timewarrior records time, and associates blocks of time with tags. The recorded
data can be exposed as JSON for any app to consume.

23
timewarrior/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= timew-1.0.0.beta1
PKGNAME= ${DISTNAME:S/timew/timewarrior/}
CATEGORIES= time
MASTER_SITES= http://taskwarrior.org/download/
MAINTAINER= fred@statdns.com
HOMEPAGE= http://taskwarrior.org/
COMMENT= Command-line time tracking application
LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++
# C++11 required
GCC_REQD+= 4.8
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
CMAKE_ARGS+= -DTIMEW_MAN1DIR=${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

15
timewarrior/PLIST Normal file
View file

@ -0,0 +1,15 @@
@comment $NetBSD$
bin/timew
man/man1/timew.1
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

6
timewarrior/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (timew-1.0.0.beta1.tar.gz) = ec57c67766218219df056146a3e2a54fe9080b07
RMD160 (timew-1.0.0.beta1.tar.gz) = 8f5a20a27a20f7156dd925e40dda4f1076cea50b
SHA512 (timew-1.0.0.beta1.tar.gz) = e8a61b10916a4afd99ff6e51fcbace70b9d04f98c396acab686375cf38a13d2a0cd48d6ba4c4ef6fdc19fba4eef45a9bea3dbbc5122bc60e33610129245160a0
Size (timew-1.0.0.beta1.tar.gz) = 140219 bytes