pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import timewarrior-1.0.0.beta1 as wip/timewarrior



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Wed Aug 3 13:21:10 2016 +0200
Changeset:	e47e0c5a27c2cb6c4df0544d054e3836d372b6fb

Modified Files:
	Makefile
Added Files:
	timewarrior/DESCR
	timewarrior/Makefile
	timewarrior/PLIST
	timewarrior/distinfo

Log Message:
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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e47e0c5a27c2cb6c4df0544d054e3836d372b6fb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 timewarrior/DESCR    |  5 +++++
 timewarrior/Makefile | 23 +++++++++++++++++++++++
 timewarrior/PLIST    | 15 +++++++++++++++
 timewarrior/distinfo |  6 ++++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 741fdf9..5b455d2 100644
--- a/Makefile
+++ b/Makefile
@@ -4052,6 +4052,7 @@ SUBDIR+=	thrift
 SUBDIR+=	tidy
 SUBDIR+=	tigervnc
 SUBDIR+=	tilda
+SUBDIR+=	timewarrior
 SUBDIR+=	tinyca2
 SUBDIR+=	tinycobol
 SUBDIR+=	tinyfugue-beta
diff --git a/timewarrior/DESCR b/timewarrior/DESCR
new file mode 100644
index 0000000..0571ee7
--- /dev/null
+++ b/timewarrior/DESCR
@@ -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.
diff --git a/timewarrior/Makefile b/timewarrior/Makefile
new file mode 100644
index 0000000..d1e9876
--- /dev/null
+++ b/timewarrior/Makefile
@@ -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@localhost
+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"
diff --git a/timewarrior/PLIST b/timewarrior/PLIST
new file mode 100644
index 0000000..90d5bf8
--- /dev/null
+++ b/timewarrior/PLIST
@@ -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
diff --git a/timewarrior/distinfo b/timewarrior/distinfo
new file mode 100644
index 0000000..442294c
--- /dev/null
+++ b/timewarrior/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index