[98749] trunk/dports/devel

cal at macports.org cal at macports.org
Sun Oct 14 12:26:03 PDT 2012


Revision: 98749
          http://trac.macports.org//changeset/98749
Author:   cal at macports.org
Date:     2012-10-14 12:26:02 -0700 (Sun, 14 Oct 2012)
Log Message:
-----------
new port: thieriot, closes #36602

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

Added: trunk/dports/devel/thieriot/Portfile
===================================================================
--- trunk/dports/devel/thieriot/Portfile	                        (rev 0)
+++ trunk/dports/devel/thieriot/Portfile	2012-10-14 19:26:02 UTC (rev 98749)
@@ -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           github 1.0
+
+categories          devel shells
+platforms           darwin
+maintainers         pu-gh.com:rod
+description         Shell tool for managing a projects Jenkins builds
+long_description    Thieriot is a simple shell tool for projects that use \
+                    Git and Jenkins, and allows you to easily check which \
+                    of your branches currently have builds.  And then to \
+                    easily create/start/delete builds with a single command.
+
+github.setup        rodnaph thieriot 0.0.5 v
+
+depends_lib         port:p5.12-yaml \
+                    port:p5.12-json
+
+checksums           rmd160  17bef4aa4570ffc59da919461ca450456ab9101b \
+                    sha256  208a0b5502a9078b04cfeda93f63f78f637fe1722e2f2b891c7e61e61cbe7e54
+
+use_configure       no
+supported_archs     noarch
+
+build               {}
+
+destroot            { xinstall -m 755 ${worksrcpath}/trt \
+                                      ${destroot}${prefix}/bin/trt }
+


Property changes on: trunk/dports/devel/thieriot/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/20121014/04611407/attachment.html>


More information about the macports-changes mailing list