[123751] trunk/dports/perl/p5-bit-vector/Portfile

mojca at macports.org mojca at macports.org
Wed Aug 13 15:20:27 PDT 2014


Revision: 123751
          https://trac.macports.org/changeset/123751
Author:   mojca at macports.org
Date:     2014-08-13 15:20:27 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
p5-bit-vector: status line, whitespace

Modified Paths:
--------------
    trunk/dports/perl/p5-bit-vector/Portfile

Modified: trunk/dports/perl/p5-bit-vector/Portfile
===================================================================
--- trunk/dports/perl/p5-bit-vector/Portfile	2014-08-13 22:18:18 UTC (rev 123750)
+++ trunk/dports/perl/p5-bit-vector/Portfile	2014-08-13 22:20:27 UTC (rev 123751)
@@ -1,21 +1,25 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup		Bit-Vector 7.3
-license			{Artistic-1 GPL}
-maintainers		nomaintainer
-description		Efficient bit vector, set of integers and "big int" math library
-long_description	Bit::Vector is an efficient C library which allows \
-					you to handle bit vectors, sets (of integers), "big \
-					integer arithmetic" and boolean matrices, all of \
-					arbitrary sizes.
-checksums		rmd160  7baac0fa5c64fdab887387a97d9d0f1f676c5de1 \
-			sha256  5a76330bfb9b9083371484c960d01ac0ad0e129fe770bfb1e87a85384e088f3d
-platforms		darwin
+perl5.setup         Bit-Vector 7.3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Efficient bit vector, set of integers and "big int" math library
+long_description    Bit::Vector is an efficient C library which allows \
+                    you to handle bit vectors, sets (of integers), "big \
+                    integer arithmetic" and boolean matrices, all of \
+                    arbitrary sizes.
 
+platforms           darwin
+
+checksums           rmd160  7baac0fa5c64fdab887387a97d9d0f1f676c5de1 \
+                    sha256  5a76330bfb9b9083371484c960d01ac0ad0e129fe770bfb1e87a85384e088f3d
+
 if {${perl5.major} != ""} {
-    depends_lib-append		port:p${perl5.major}-carp-clan
+    depends_lib-append \
+                    port:p${perl5.major}-carp-clan
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/b83eb048/attachment.html>


More information about the macports-changes mailing list