1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- New port: deskutils/taskd

The taskd server provides a multi-user, multi-client repository for
taskwarrior (deskutils/taskwarrior) 2.3.0 (and later) and any other
clients. It runs continuously as a daemon process, and provides several
services, primarily the synchronization of tasks between the clients.
This commit is contained in:
Pietro Cerutti 2014-01-16 09:08:55 +00:00
parent 959bccee28
commit 75748cc79e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339904
5 changed files with 45 additions and 0 deletions

View File

@ -229,6 +229,7 @@
SUBDIR += systempreferences
SUBDIR += tagutils
SUBDIR += taskcoach
SUBDIR += taskd
SUBDIR += taskwarrior
SUBDIR += teapot
SUBDIR += tel

26
deskutils/taskd/Makefile Normal file
View File

@ -0,0 +1,26 @@
# Created by: gahr
# $FreeBSD$
PORTNAME= taskd
PORTVERSION= 1.0.0
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Multi-user server for taskwarrior
LICENSE= MIT
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
USES= cmake:outsource
CFLAGS+= -g -O0
PLIST_FILES= bin/taskd \
bin/taskdctl \
man/man1/taskd.1.gz \
man/man5/taskdrc.5.gz
PORTDOCS= *
.include <bsd.port.mk>

2
deskutils/taskd/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (taskd-1.0.0.tar.gz) = 162ef1eec48f8145870ef0dbe0121b78a6da99815bc18af77de07fbb0abe02d0
SIZE (taskd-1.0.0.tar.gz) = 128191

View File

@ -0,0 +1,10 @@
--- src/Nibbler.h.orig 2013-09-17 10:58:23.000000000 +0200
+++ src/Nibbler.h 2013-09-17 10:58:33.000000000 +0200
@@ -37,6 +37,7 @@
#include <string>
#include <vector>
+#include <sys/time.h>
class Nibbler
{

View File

@ -0,0 +1,6 @@
The task server provides a multi-user, multi-client repository for Taskwarrior
2.3.0 (and later) and any other clients. It runs continuously as a daemon
process, and provides several services, primarily the synchronization of tasks
between the clients.
WWW: http://taskwarrior.org