[77319] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Sun Mar 27 00:25:05 PDT 2011


Revision: 77319
          http://trac.macports.org/changeset/77319
Author:   ryandesign at macports.org
Date:     2011-03-27 00:25:04 -0700 (Sun, 27 Mar 2011)
Log Message:
-----------
libbswabe: new port, version 0.9; see #28896

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

Added: trunk/dports/security/libbswabe/Portfile
===================================================================
--- trunk/dports/security/libbswabe/Portfile	                        (rev 0)
+++ trunk/dports/security/libbswabe/Portfile	2011-03-27 07:25:04 UTC (rev 77319)
@@ -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
+
+name                libbswabe
+version             0.9
+categories          security
+platforms           darwin
+maintainers         googlemail.com:jgilab openmaintainer
+license             GPL-2
+
+description         ciphertext-policy attribute-based encryption toolkit library
+
+long_description    The cpabe toolkit provides a library implementing a \
+                    ciphertext-policy attribute-based encryption scheme. \
+                    \n\nIn a ciphertext policy attribute-based encryption \
+                    scheme, each user's private key is associated with a set \
+                    of attributes representing their capabilities, and a \
+                    ciphertext is encrypted such that only users whose \
+                    attributes satisfy a certain policy can decrypt. For \
+                    example, we can encrypt a ciphertext such that in a \
+                    company it can only be decrypted by a someone with \
+                    attributes "Senior" and "Human Resources" or has the \
+                    attribute "Executive." One interesting application of \
+                    this tool is that we can do Role-Based Access Control \
+                    (RBAC) without requiring trusted data storage.
+
+homepage            http://acsc.cs.utexas.edu/cpabe/
+master_sites        ${homepage}
+
+checksums           sha1    ed94479cde2cc0351487597be477ac7f87242727 \
+                    rmd160  580b9c1550ea097cb89dd2059fd1b11ac964e127
+
+depends_lib         port:pbc
+
+configure.args      --with-pbc-include=${prefix}/include/pbc


Property changes on: trunk/dports/security/libbswabe/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/20110327/2eef5fde/attachment.html>


More information about the macports-changes mailing list