Revision: 77318 http://trac.macports.org/changeset/77318 Author: ryandesign@macports.org Date: 2011-03-27 00:18:48 -0700 (Sun, 27 Mar 2011) Log Message: ----------- pbc: fix whitespace of long description Modified Paths: -------------- trunk/dports/security/pbc/Portfile Modified: trunk/dports/security/pbc/Portfile =================================================================== --- trunk/dports/security/pbc/Portfile 2011-03-27 07:12:11 UTC (rev 77317) +++ trunk/dports/security/pbc/Portfile 2011-03-27 07:18:48 UTC (rev 77318) @@ -12,17 +12,15 @@ 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 \ +long_description ${description}\ + \n\nPairing-based cryptography is a relatively young area \ + of cryptography that revolves around a certain function \ + with special properties. \ + \n\nThe 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 \ + \n\nThe 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 \