[103802] trunk/dports/devel

ciserlohn at macports.org ciserlohn at macports.org
Thu Mar 7 15:07:51 PST 2013


Revision: 103802
          https://trac.macports.org/changeset/103802
Author:   ciserlohn at macports.org
Date:     2013-03-07 15:07:51 -0800 (Thu, 07 Mar 2013)
Log Message:
-----------
libsodium: new port (closes #38324)

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

Added: trunk/dports/devel/libsodium/Portfile
===================================================================
--- trunk/dports/devel/libsodium/Portfile	                        (rev 0)
+++ trunk/dports/devel/libsodium/Portfile	2013-03-07 23:07:51 UTC (rev 103802)
@@ -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
+
+name                libsodium
+version             0.3
+categories          devel security
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
+
+description         libsodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.
+
+long_description    libsodium is a software library for network communication, encryption,decryption, signatures, etc. \
+                    libsodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.
+
+github.setup        jedisct1 libsodium 0.3 
+
+checksums           rmd160  576826573b041d13be106f12d3ccab60a18d53ab \
+                    sha256  d65d474758aa5d7d7f15c5da533231905146dfe38c3facb38a3517975c885d3f
+
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool
+
+pre-configure {
+    system -W ${worksrcpath} "./autogen.sh"
+}
+
+test.run            yes
+test.target         check
+
+variant curvecp description {include support for curvecp } {
+    configure.args-append  --enable-curvecp   
+}


Property changes on: trunk/dports/devel/libsodium/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/20130307/97858572/attachment.html>


More information about the macports-changes mailing list