mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +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:
parent
959bccee28
commit
75748cc79e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339904
@ -229,6 +229,7 @@
|
||||
SUBDIR += systempreferences
|
||||
SUBDIR += tagutils
|
||||
SUBDIR += taskcoach
|
||||
SUBDIR += taskd
|
||||
SUBDIR += taskwarrior
|
||||
SUBDIR += teapot
|
||||
SUBDIR += tel
|
||||
|
26
deskutils/taskd/Makefile
Normal file
26
deskutils/taskd/Makefile
Normal 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
2
deskutils/taskd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (taskd-1.0.0.tar.gz) = 162ef1eec48f8145870ef0dbe0121b78a6da99815bc18af77de07fbb0abe02d0
|
||||
SIZE (taskd-1.0.0.tar.gz) = 128191
|
10
deskutils/taskd/files/patch-src_Nibbler.h
Normal file
10
deskutils/taskd/files/patch-src_Nibbler.h
Normal 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
|
||||
{
|
6
deskutils/taskd/pkg-descr
Normal file
6
deskutils/taskd/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user