Ticket #28895: Portfile

File Portfile, 1.6 KB (added by jgilab@…, 13 years ago)

PBC Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem      1.0
5
6name            pbc
7version         0.5.11
8categories      security
9maintainers     googlemail.com:jgilab \
10                openmaintainer
11license         LGPL-3
12
13
14description     The Pairing-Based Cryptography Library
15
16long_description The Pairing-Based Cryptography Library\n\n\
17                Pairing-based cryptography is a relatively young area of cryptography that revolves around a certain function with\
18                special properties.\
19                \n\n\
20                The PBC (Pairing-Based Cryptography) library is a free C library (released under the GNU Lesser General Public\
21                License) built on the GMP library that performs the mathematical operations underlying pairing-based cryptosystems.\
22                \n\n\
23                The PBC library is designed to be the backbone of implementations of pairing-based cryptosystems, thus speed and\
24                portability are important goals. It provides routines such as elliptic curve generation, elliptic curve arithmetic\
25                and pairing computation. Thanks to the GMP library, despite being written in C, pairings times are reasonable.
26
27homepage        http://crypto.stanford.edu/pbc/
28master_sites    http://crypto.stanford.edu/pbc/files/
29platforms       darwin
30build.type      gnu
31checksums       md5 93101db31c41dffcce9f4b87edbd8d96 \
32                sha1 8b99533afad4df5edf0e3f23a6603cbd23080206 \
33                rmd160 f00faf33e64efa1de4180cc8a83fc82fc904ab02
34 
35
36depends_lib     port:gmp
37
38