[99351] trunk/dports/office

ryandesign at macports.org ryandesign at macports.org
Fri Nov 2 22:37:43 PDT 2012


Revision: 99351
          http://trac.macports.org//changeset/99351
Author:   ryandesign at macports.org
Date:     2012-11-02 22:37:43 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
expense.txt: new port, version 1.0 (#36822)

Added Paths:
-----------
    trunk/dports/office/expense.txt/
    trunk/dports/office/expense.txt/Portfile

Added: trunk/dports/office/expense.txt/Portfile
===================================================================
--- trunk/dports/office/expense.txt/Portfile	                        (rev 0)
+++ trunk/dports/office/expense.txt/Portfile	2012-11-03 05:37:43 UTC (rev 99351)
@@ -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 expense.txt 1.0
+categories          office
+platforms           darwin
+maintainers         wbpsystems.com:ben
+license             MIT
+supported_archs     noarch
+
+description         Expense.txt allows you to track and analyze your expenses using plain text files.
+
+long_description    Expense.txt allows you to track and analyze your expenses using plain text files. With this tool you can see what your spending money on, search based on categories, projects amounts, dates or some combination of the aforementioned list. The format of the expense file is completely freeform and consistent with GTD style for todos.
+
+github.tarball_from downloads
+extract.mkdir       yes
+
+checksums           rmd160  c9dcaaf3760a4cfb81e66f88b85bea13b758e53d \
+                    sha256  4c8264b55d411cfecbb0b5cbd1310bd15bd162e2d8d656b5f6925715fa4000a3
+
+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/expense.txt/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/2959b39a/attachment.html>


More information about the macports-changes mailing list