[151239] trunk/dports/perl/p5-crypt-cbc/Portfile

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


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

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

Modified: trunk/dports/perl/p5-crypt-cbc/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-cbc/Portfile	2016-08-11 02:10:30 UTC (rev 151238)
+++ trunk/dports/perl/p5-crypt-cbc/Portfile	2016-08-11 04:10:46 UTC (rev 151239)
@@ -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,26 +7,26 @@
 # 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-CBC 2.33
-revision                1
-license                 {Artistic-1 GPL}
-maintainers             blair openmaintainer
-description             Encrypt Data with Cipher Block Chaining Mode
-long_description        This is Crypt::CBC, a Perl-only implementation of the \
-                        the cryptographic cipher block chaining mode (CBC).  \
-                        In combination with a block cipher such as Crypt::DES \
-                        or Crypt::IDEA, you can encrypt and decrypt messages \
-                        of arbitrarily long length.  The encrypted messages \
-                        are compatible with the encryption format used by \
-                        SSLeay.
+perl5.setup         Crypt-CBC 2.33
+revision            1
+license             {Artistic-1 GPL}
+maintainers         blair openmaintainer
+description         Encrypt Data with Cipher Block Chaining Mode
+long_description    This is Crypt::CBC, a Perl-only implementation of the \
+                    the cryptographic cipher block chaining mode (CBC).  \
+                    In combination with a block cipher such as Crypt::DES \
+                    or Crypt::IDEA, you can encrypt and decrypt messages \
+                    of arbitrarily long length.  The encrypted messages \
+                    are compatible with the encryption format used by \
+                    SSLeay.
 
-checksums               rmd160  f10182f4ed986e653b7b5c2fe09197b694beb40d \
-                        sha256  6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645
+checksums           rmd160  f10182f4ed986e653b7b5c2fe09197b694beb40d \
+                    sha256  6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645
 
-platforms               darwin
+platforms           darwin
 
-supported_archs noarch
+supported_archs     noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/87ea10a1/attachment.html>


More information about the macports-changes mailing list