[151254] trunk/dports/perl/p5-crypt-primes/Portfile

devans at macports.org devans at macports.org
Wed Aug 10 21:32:18 PDT 2016


Revision: 151254
          https://trac.macports.org/changeset/151254
Author:   devans at macports.org
Date:     2016-08-10 21:32:18 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
p5-crypt-primes: add modeline and reformat accordingly, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-primes/Portfile

Modified: trunk/dports/perl/p5-crypt-primes/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-primes/Portfile	2016-08-11 04:30:59 UTC (rev 151253)
+++ trunk/dports/perl/p5-crypt-primes/Portfile	2016-08-11 04:32:18 UTC (rev 151254)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,27 +7,29 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem      1.0
-PortGroup       perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup     Crypt-Primes 0.50
-revision        4
-license         {Artistic-1 GPL}
-maintainers     nomaintainer
-description     Provable Prime Number Generator suitable for Cryptographic Applications.
-long_description This module implements Ueli Maurer's algorithm for generating large provable \
-                primes and secure parameters for public-key cryptosystems. The generated \
-                primes are almost uniformly distributed over the set of primes of the specified \
-                bitsize and expected time for generation is less than the time required for \
-                generating a pseudo-prime of the same size with Miller-Rabin tests.
+perl5.setup         Crypt-Primes 0.50
+revision            4
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Provable Prime Number Generator suitable for Cryptographic Applications.
+long_description    This module implements Ueli Maurer's algorithm for generating large provable \
+                    primes and secure parameters for public-key cryptosystems. The generated \
+                    primes are almost uniformly distributed over the set of primes of the specified \
+                    bitsize and expected time for generation is less than the time required for \
+                    generating a pseudo-prime of the same size with Miller-Rabin tests.
 
-platforms       darwin
-checksums       md5 041947b9645142615d687b89cf2e1a7b
+platforms           darwin
 
+checksums           md5 041947b9645142615d687b89cf2e1a7b
+
 if {${perl5.major} != ""} {
-depends_lib-append     port:p${perl5.major}-crypt-random \
-                port:p${perl5.major}-math-pari
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-random \
+                    port:p${perl5.major}-math-pari
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/082bfa2c/attachment.html>


More information about the macports-changes mailing list