[131045] trunk/dports/perl/p5-crypt-appletwofish/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 03:14:57 PST 2015


Revision: 131045
          https://trac.macports.org/changeset/131045
Author:   devans at macports.org
Date:     2015-01-05 03:14:57 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-crypt-appletwofish: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-crypt-appletwofish/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-appletwofish/Portfile	2015-01-05 10:43:04 UTC (rev 131044)
+++ trunk/dports/perl/p5-crypt-appletwofish/Portfile	2015-01-05 11:14:57 UTC (rev 131045)
@@ -1,29 +1,31 @@
+# -*- 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
-perl5.setup           Crypt-AppleTwoFish 0.051
-revision              4
-license               Restrictive
-maintainers           nomaintainer
-description           two Apple iTMS/iTunes key descrambling algorithms
-long_description      The first algorithm appears to have only cursory \
-                      resemblance to Bruce Schneier's blowfish and twofish \
-                      algorithms in that it too has a table-based decoder. \
-                      The second algorithm is more standard encryption using \
-                      S-box type permutations and lookup tables, and might \
-                      have started out something like Twofish or Blowfish.
+perl5.setup         Crypt-AppleTwoFish 0.051
+revision            4
+license             Restrictive
+maintainers         nomaintainer
+description         two Apple iTMS/iTunes key descrambling algorithms
+long_description    The first algorithm appears to have only cursory \
+                    resemblance to Bruce Schneier's blowfish and twofish \
+                    algorithms in that it too has a table-based decoder. \
+                    The second algorithm is more standard encryption using \
+                    S-box type permutations and lookup tables, and might \
+                    have started out something like Twofish or Blowfish.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 b37a913ad65a66a8b039d577e7c3b83b \
-                      sha1 21122281f52938960270cdff3baebd58f3250b79 \
-                      rmd160 a3056423752533c1255a98e6476cffe2602e1b36
+checksums           md5 b37a913ad65a66a8b039d577e7c3b83b \
+                    sha1 21122281f52938960270cdff3baebd58f3250b79 \
+                    rmd160 a3056423752533c1255a98e6476cffe2602e1b36
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-digest-sha
+    depends_lib-append \
+                    port:p${perl5.major}-digest-sha
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/0f50f99f/attachment.html>


More information about the macports-changes mailing list