[98694] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Sat Oct 13 01:36:03 PDT 2012


Revision: 98694
          http://trac.macports.org//changeset/98694
Author:   ryandesign at macports.org
Date:     2012-10-13 01:36:03 -0700 (Sat, 13 Oct 2012)
Log Message:
-----------
ssss: new port, version 1.0.1 (#36558)

Added Paths:
-----------
    trunk/dports/security/ssss/
    trunk/dports/security/ssss/Portfile

Added: trunk/dports/security/ssss/Portfile
===================================================================
--- trunk/dports/security/ssss/Portfile	                        (rev 0)
+++ trunk/dports/security/ssss/Portfile	2012-10-13 08:36:03 UTC (rev 98694)
@@ -0,0 +1,40 @@
+# -*- 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        okoeroo ssss 1.0.1
+categories          security
+platforms           darwin
+maintainers         nikhef.nl:okoeroo
+license             Apache-2
+
+description         Shamir's Secret Sharing Service
+
+long_description    Shamir's Secret Sharing is an algorithm in cryptography. It is a form of secret sharing, where a \
+                    secret is divided into parts, giving each participant its own unique part, where some of the parts \
+                    or all of them are needed in order to reconstruct the secret. \
+                    Counting on all participants to combine together the secret might be impractical, and therefore \
+                    sometimes the threshold scheme is used where any k of the parts are sufficient to reconstruct the \
+                    original secret.
+
+checksums           rmd160 52db3ea26b68202e17057f30934c83dcf666ed0d \
+                    sha256 d936cd1bd36ca0d5fe0f0e9401d5f3d1f2ea458bd218b6245c7b80de10661a53
+
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:openssl
+
+post-extract {
+    file mkdir ${worksrcpath}/project
+}
+
+pre-configure {
+    system -W ${worksrcpath} "./bootstrap"
+}
+
+test.run            yes
+test.target         check


Property changes on: trunk/dports/security/ssss/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/20121013/48ee3476/attachment.html>


More information about the macports-changes mailing list