[99354] trunk/dports/office

ryandesign at macports.org ryandesign at macports.org
Fri Nov 2 22:40:18 PDT 2012


Revision: 99354
          http://trac.macports.org//changeset/99354
Author:   ryandesign at macports.org
Date:     2012-11-02 22:40:18 -0700 (Fri, 02 Nov 2012)
Log Message:
-----------
LedgerScheduler: new port, version 1.0 (#36825)

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

Added: trunk/dports/office/LedgerScheduler/Portfile
===================================================================
--- trunk/dports/office/LedgerScheduler/Portfile	                        (rev 0)
+++ trunk/dports/office/LedgerScheduler/Portfile	2012-11-03 05:40:18 UTC (rev 99354)
@@ -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 LedgerScheduler 1.0
+categories          office
+platforms           darwin
+maintainers         wbpsystems.com:ben
+license             MIT
+supported_archs     noarch
+
+description         Tool to auto populate Ledger with enteries when the time comes
+
+long_description    This application moves transactions from a scheduled transaction file to a main ledger file. A very common task would be to use this app as part of a cron job after using Depreciate for Ledger.
+
+github.tarball_from downloads
+extract.mkdir       yes
+
+checksums           rmd160  c4058e4585ca2be8155f968de130858c70836301 \
+                    sha256  d463af658812d88d021f7b8330909518ad35d1d3cbb2dd3cdf0c1212aad2c388
+
+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/LedgerScheduler/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/6ebb3821/attachment.html>


More information about the macports-changes mailing list