pkgsrc-WIP-changes archive

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

add tudu



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Sat Dec 12 15:52:04 2020 +0100
Changeset:	ba8a4c7c96f4baac53a38cc813af8b8cc155ac85

Modified Files:
	Makefile
Added Files:
	tudu/DESCR
	tudu/Makefile
	tudu/PLIST
	tudu/TODO
	tudu/distinfo

Log Message:
add tudu

TuDu is a comand line interface to manage hierarchical todos. Each task has
a title, a long text description, a deadline (tudu warns you when the date
is close), and a scheduled date. There are categories and priorities.

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

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

diffstat:
 Makefile      |  1 +
 tudu/DESCR    |  3 +++
 tudu/Makefile | 16 ++++++++++++++++
 tudu/PLIST    |  0
 tudu/TODO     |  6 ++++++
 tudu/distinfo |  6 ++++++
 6 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4bb3e1949b..ae7ed495f3 100644
--- a/Makefile
+++ b/Makefile
@@ -5092,6 +5092,7 @@ SUBDIR+=	ttyload
 SUBDIR+=	ttysnoop
 SUBDIR+=	ttytter
 SUBDIR+=	tuareg-mode
+SUBDIR+=	tudu
 SUBDIR+=	tutos
 SUBDIR+=	tuxanci
 SUBDIR+=	tuxanci-server
diff --git a/tudu/DESCR b/tudu/DESCR
new file mode 100644
index 0000000000..054efafc93
--- /dev/null
+++ b/tudu/DESCR
@@ -0,0 +1,3 @@
+TuDu is a comand line interface to manage hierarchical todos. Each task has
+a title, a long text description, a deadline (tudu warns you when the date
+is close), and a scheduled date. There are categories and priorities.
diff --git a/tudu/Makefile b/tudu/Makefile
new file mode 100644
index 0000000000..d6721bb4f4
--- /dev/null
+++ b/tudu/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	tudu-0.10.4
+CATEGORIES=	misc
+MASTER_SITES=	https://code.meskio.net/tudu/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://code.meskio.net/tudu/
+COMMENT=	Command line interface to manage hierarchical todos
+LICENSE=	gnu-gpl-v3
+
+HAS_CONFIGURE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/tudu/PLIST b/tudu/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tudu/TODO b/tudu/TODO
new file mode 100644
index 0000000000..5c9633c9f2
--- /dev/null
+++ b/tudu/TODO
@@ -0,0 +1,6 @@
+cd data && /usr/bin/make
+cd: can't cd to data
+*** [all] Error code 2
+
+make: stopped in pkgsrc/wip/tudu/work/tudu-0.10.4
+1 error
diff --git a/tudu/distinfo b/tudu/distinfo
new file mode 100644
index 0000000000..e626c9a6aa
--- /dev/null
+++ b/tudu/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tudu-0.10.4.tar.gz) = 949178c9227b101b64fdc9b9a7ccaa0dbbbb3a4c
+RMD160 (tudu-0.10.4.tar.gz) = caff92e0b29bfcbdc2b360fcf438bfed7db72c60
+SHA512 (tudu-0.10.4.tar.gz) = ee7556cb1dde1db3c94526a0649b672dd45669edf90aca31d0ed2274ff79f091181cd3c02877776b6c2c2eb61019a1f0ed9abab8cbae5fc4cf17938108ba96c6
+Size (tudu-0.10.4.tar.gz) = 60959 bytes


Home | Main Index | Thread Index | Old Index