[99352] trunk/dports/office
ryandesign at macports.org
ryandesign at macports.org
Fri Nov 2 22:38:40 PDT 2012
Revision: 99352
http://trac.macports.org//changeset/99352
Author: ryandesign at macports.org
Date: 2012-11-02 22:38:39 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
GTDtoCSV: new port, version 1.0 (#36823)
Added Paths:
-----------
trunk/dports/office/GTDtoCSV/
trunk/dports/office/GTDtoCSV/Portfile
Added: trunk/dports/office/GTDtoCSV/Portfile
===================================================================
--- trunk/dports/office/GTDtoCSV/Portfile (rev 0)
+++ trunk/dports/office/GTDtoCSV/Portfile 2012-11-03 05:38:39 UTC (rev 99352)
@@ -0,0 +1,33 @@
+# -*- 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 github 1.0
+PortGroup python 1.0
+
+github.setup tazzben GTDtoCSV 1.0
+categories office
+platforms darwin
+maintainers wbpsystems.com:ben
+license MIT
+supported_archs noarch
+
+description Convert GTD style events to CSV
+
+long_description GTD to CSV is a simple free program that converts GTD style event/task text files to a CSV format that Heap CRM and Torch Project Management can import as events and tasks.
+
+github.tarball_from downloads
+extract.mkdir yes
+
+checksums rmd160 edfc0b29f15bc831ff0a2a509e16f0ce9e8e21ac \
+ sha256 3dc1a53f936a25994da44ccdb7b8f63eeba1b17a11fd922fa676be9df7dee4e0
+
+python.versions 27
+
+depends_lib-append port:py${python.version}-dateutil
+
+python.link_binaries_suffix
+
+livecheck.type regex
+livecheck.url ${github.homepage}/downloads
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Property changes on: trunk/dports/office/GTDtoCSV/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121102/c41885ce/attachment-0001.html>
More information about the macports-changes
mailing list