[131035] trunk/dports/perl/p5-crypt-rsa/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 02:29:38 PST 2015


Revision: 131035
          https://trac.macports.org/changeset/131035
Author:   devans at macports.org
Date:     2015-01-05 02:29:37 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-crypt-rsa: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-crypt-rsa/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-rsa/Portfile	2015-01-05 10:27:44 UTC (rev 131034)
+++ trunk/dports/perl/p5-crypt-rsa/Portfile	2015-01-05 10:29:37 UTC (rev 131035)
@@ -1,35 +1,37 @@
+# -*- 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
-PortGroup	perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup	Crypt-RSA 1.99
-license		{Artistic-1 GPL}
-maintainers	nomaintainer
-description	perl implementation of RSA
-long_description	Crypt::RSA is a pure-perl, cleanroom implementation \
-			of the RSA public-key cryptosystem. It uses \
-			Math::Pari(3), a perl interface to the blazingly fast \
-			PARI library, for big integer arithmetic and number \
-			theoretic computations.
-platforms	darwin
+perl5.setup         Crypt-RSA 1.99
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         perl implementation of RSA
+long_description    Crypt::RSA is a pure-perl, cleanroom implementation \
+                    of the RSA public-key cryptosystem. It uses \
+                    Math::Pari(3), a perl interface to the blazingly fast \
+                    PARI library, for big integer arithmetic and number \
+                    theoretic computations.
+platforms           darwin
 
 checksums           rmd160  638191fbfd4c29a9b2f2893ba695aed42b1f0f74 \
                     sha256  4706fd6605c920cd1c79f4afc0036b14e233620162b3957abe9b5f1be50b24be
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-class-loader \
-		port:p${perl5.major}-convert-ascii-armour \
-		port:p${perl5.major}-crypt-primes \
-		port:p${perl5.major}-crypt-random \
-		port:p${perl5.major}-digest-md2 \
-		port:p${perl5.major}-sort-versions \
-		port:p${perl5.major}-tie-encryptedhash \
-		port:p${perl5.major}-crypt-blowfish \
-		port:p${perl5.major}-crypt-cbc \
-		port:p${perl5.major}-data-buffer \
-		port:p${perl5.major}-math-pari
+    depends_lib-append \
+                    port:p${perl5.major}-class-loader \
+                    port:p${perl5.major}-convert-ascii-armour \
+                    port:p${perl5.major}-crypt-primes \
+                    port:p${perl5.major}-crypt-random \
+                    port:p${perl5.major}-digest-md2 \
+                    port:p${perl5.major}-sort-versions \
+                    port:p${perl5.major}-tie-encryptedhash \
+                    port:p${perl5.major}-crypt-blowfish \
+                    port:p${perl5.major}-crypt-cbc \
+                    port:p${perl5.major}-data-buffer \
+                    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/20150105/77897ff5/attachment.html>


More information about the macports-changes mailing list