[MacPorts] #28896: libbswabe @0.9 new port
#28896: libbswabe @0.9 new port -----------------------------------+---------------------------------------- Reporter: jgilab@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: -----------------------------------+---------------------------------------- The cpabe toolkit provides a library implementing a ciphertext-policy attribute-based encryption scheme. In 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/ -- Ticket URL: <https://trac.macports.org/ticket/28896> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28896: libbswabe @0.9 new port -----------------------------------+---------------------------------------- Reporter: jgilab@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: libbswabe -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned * port: => libbswabe Comment: I'm unable to build this; configuration fails. config.log says: {{{ configure:4379: ccache /usr/bin/gcc-4.2 -o conftest -O3 -Wall -I/usr/include/pbc -I/usr/local/include/pbc -I/opt/local/include -O3 -Wall conftest.c -lcrypto -lgmp -lpbc >&5 conftest.c:31:17: error: pbc.h: No such file or directory }}} pbc.h exists, but of course in /opt/local/include/pbc, not /usr/include/pbc or /usr/local/include/pbc where it's looking. -- Ticket URL: <https://trac.macports.org/ticket/28896#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28896: libbswabe @0.9 new port ------------------------------------+--------------------------------------- Reporter: jgilab@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: libbswabe | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Overcome by adding: {{{ configure.args --with-pbc-include=${prefix}/include/pbc }}} See r77319 for everything else I changed. -- Ticket URL: <https://trac.macports.org/ticket/28896#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts