[131967] trunk/dports/office

and.damore at macports.org and.damore at macports.org
Thu Jan 22 06:11:25 PST 2015


Revision: 131967
          https://trac.macports.org/changeset/131967
Author:   and.damore at macports.org
Date:     2015-01-22 06:11:24 -0800 (Thu, 22 Jan 2015)
Log Message:
-----------
new port topydo: extended todo list manager using todo.txt format and written in python

Added Paths:
-----------
    trunk/dports/office/topydo/
    trunk/dports/office/topydo/Portfile

Added: trunk/dports/office/topydo/Portfile
===================================================================
--- trunk/dports/office/topydo/Portfile	                        (rev 0)
+++ trunk/dports/office/topydo/Portfile	2015-01-22 14:11:24 UTC (rev 131967)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+name                topydo
+github.setup        bram85 topydo 0.2
+categories          office
+platforms           darwin
+supported_archs     noarch
+license             GPL-3
+maintainers         nomaintainer
+
+description         {todo list application using the todo.txt format}
+long_description \
+    ${description}. It is heavily inspired by the todo.txt CLI by Gina Trapani \
+    and incorporates extensions allowing to: set due and start dates, custom \
+    sorting, dealing with tags, maintain dependencies between todo items, allow \
+    todos to recur, some conveniences when adding new items (e.g. adding \
+    creation date and use relative dates).
+
+checksums           rmd160  ddac4980c437268f6513d8abfb67f2c2c1a365d2 \
+                    sha256  5dfe589be9d8cbcf7317dc39bbc9be1ce6f0f617c79758cada684e1b6ae69a18
+
+python.default_version  27
+
+livecheck.type      regex
+livecheck.url       ${homepage}/releases
+livecheck.regex     /${github.author}/${github.project}/releases/tag/(${github.version})


Property changes on: trunk/dports/office/topydo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150122/419f164f/attachment.html>


More information about the macports-changes mailing list