[152032] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sat Aug 27 16:25:38 PDT 2016


Revision: 152032
          https://trac.macports.org/changeset/152032
Author:   ryandesign at macports.org
Date:     2016-08-27 16:25:38 -0700 (Sat, 27 Aug 2016)
Log Message:
-----------
cartman: new port, version 0.2.3

Added Paths:
-----------
    trunk/dports/devel/cartman/
    trunk/dports/devel/cartman/Portfile

Added: trunk/dports/devel/cartman/Portfile
===================================================================
--- trunk/dports/devel/cartman/Portfile	                        (rev 0)
+++ trunk/dports/devel/cartman/Portfile	2016-08-27 23:25:38 UTC (rev 152032)
@@ -0,0 +1,35 @@
+# -*- 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
+
+name                cartman
+version             0.2.3
+categories          devel python
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             ISC
+supported_archs     noarch
+
+description         command line access to a Trac installation
+
+long_description    ${name} allows you to create and manage Trac tickets from the \
+                    command-line, without the need to setup physical access to the \
+                    Trac server or database. All you need is a Trac account.
+
+python.default_version 27
+
+homepage            https://tamentis.com/projects/cartman/
+master_sites        pypi:c/cartman
+
+checksums           rmd160  2cad8b630612c6ceddf2c0e680ec82badbb80cc9 \
+                    sha256  d0a19affd450f6e157e9142696fac3702408f130947a9406f0abdcce96f85214
+
+depends_lib-append  port:py${python.version}-requests
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/README.rst ${destroot}${docdir}
+}


Property changes on: trunk/dports/devel/cartman/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/20160827/85dfb2bd/attachment.html>


More information about the macports-changes mailing list