[77317] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Sun Mar 27 00:12:13 PDT 2011


Revision: 77317
          http://trac.macports.org/changeset/77317
Author:   ryandesign at macports.org
Date:     2011-03-27 00:12:11 -0700 (Sun, 27 Mar 2011)
Log Message:
-----------
pbc: new port, version 0.5.11; see #28895

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

Added: trunk/dports/security/pbc/Portfile
===================================================================
--- trunk/dports/security/pbc/Portfile	                        (rev 0)
+++ trunk/dports/security/pbc/Portfile	2011-03-27 07:12:11 UTC (rev 77317)
@@ -0,0 +1,39 @@
+# -*- 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                pbc
+version             0.5.11
+categories          security
+platforms           darwin
+maintainers         googlemail.com:jgilab openmaintainer
+license             LGPL-3
+
+description         The Pairing-Based Cryptography Library
+
+long_description    ${description}\n\n\
+                    Pairing-based cryptography is a relatively young area of \
+                    cryptography that revolves around a certain function with \
+                    special properties. \
+                    \n\n\
+                    The PBC (Pairing-Based Cryptography) library is a free C \
+                    library built on the GMP library that performs the \
+                    mathematical operations underlying pairing-based \
+                    cryptosystems. \
+                    \n\n\
+                    The PBC library is designed to be the backbone of \
+                    implementations of pairing-based cryptosystems, thus \
+                    speed and portability are important goals. It provides \
+                    routines such as elliptic curve generation, elliptic \
+                    curve arithmetic and pairing computation. Thanks to the \
+                    GMP library, despite being written in C, pairings times \
+                    are reasonable.
+
+homepage            http://crypto.stanford.edu/pbc/
+master_sites        ${homepage}files/
+
+checksums           sha1    8b99533afad4df5edf0e3f23a6603cbd23080206 \
+                    rmd160  f00faf33e64efa1de4180cc8a83fc82fc904ab02
+
+depends_lib         port:gmp


Property changes on: trunk/dports/security/pbc/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/b9f5ae36/attachment.html>


More information about the macports-changes mailing list