[106602] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Fri May 31 13:54:37 PDT 2013


Revision: 106602
          https://trac.macports.org/changeset/106602
Author:   ryandesign at macports.org
Date:     2013-05-31 13:54:37 -0700 (Fri, 31 May 2013)
Log Message:
-----------
libchloride: new port, version 20130506 (#39275)

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

Added: trunk/dports/devel/libchloride/Portfile
===================================================================
--- trunk/dports/devel/libchloride/Portfile	                        (rev 0)
+++ trunk/dports/devel/libchloride/Portfile	2013-05-31 20:54:37 UTC (rev 106602)
@@ -0,0 +1,37 @@
+# -*- 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
+
+github.setup        jedisct1 libchloride 20130506
+fetch.type          git
+git.branch          95543cf63c34b8ab145e95e8ed50b44392464765
+
+categories          devel security
+platforms           darwin
+maintainers         brianandjenny.com:brian.andrew openmaintainer
+license             MIT
+
+description         Networking layer for libsodium, based on CurveCP
+
+long_description    ${description}
+
+checksums           rmd160  08a56e5489016ca1aabd9f20c57ec975c14ce553 \
+                    sha256  4c4f66d2cc6ab6e846ff034eb2a42fa786b8b1d6c0bd435373d1be7c13250dca
+
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:libsodium
+
+pre-configure {
+    system -W ${worksrcpath} "./autogen.sh"
+}
+
+test.run            yes
+test.target         check
+
+livecheck.url       ${homepage}/commits/master.atom
+livecheck.type      moddate


Property changes on: trunk/dports/devel/libchloride/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/20130531/d420d2b9/attachment.html>


More information about the macports-changes mailing list