[131188] trunk/dports/perl/p5-net/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 08:41:57 PST 2015


Revision: 131188
          https://trac.macports.org/changeset/131188
Author:   mojca at macports.org
Date:     2015-01-06 08:41:57 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-net: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-net/Portfile

Modified: trunk/dports/perl/p5-net/Portfile
===================================================================
--- trunk/dports/perl/p5-net/Portfile	2015-01-06 16:37:55 UTC (rev 131187)
+++ trunk/dports/perl/p5-net/Portfile	2015-01-06 16:41:57 UTC (rev 131188)
@@ -1,40 +1,40 @@
+# -*- 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             net 1.22 Net/GBARR
-revision                3
-license                 {Artistic-1 GPL}
-maintainers             nomaintainer
-description             Perl5 modules to access and use network protocols. \
-                        Also known as libnet.
+perl5.setup         net 1.22 Net/GBARR
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Perl5 modules to access and use network protocols. \
+                    Also known as libnet.
 
-long_description        libnet is a collection of Perl modules which provides a simple \
-                        and consistent programming interface (API) to the client side \
-                        of various protocols used in the internet community.
+long_description    libnet is a collection of Perl modules which provides a simple \
+                    and consistent programming interface (API) to the client side \
+                    of various protocols used in the internet community.
 
-homepage                http://search.cpan.org/dist/libnet/
-distname                libnet-${perl5.moduleversion}
+homepage            http://search.cpan.org/dist/libnet/
+distname            libnet-${perl5.moduleversion}
 
-checksums               md5 ac82f4ea57113dabcce4b65d540a7a3a \
-                        sha1 d3a84aa06da70f59598d6a49d70507a5b9a6e869 \
-                        rmd160 52c254997440b95e195bd54d04dca5d736788e21
+checksums           rmd160  52c254997440b95e195bd54d04dca5d736788e21 \
+                    sha256  372c581d0c6b256952c774bfdbd8714e2a20d41251d4097d326d2f1ab1196c84
 
-platforms               darwin
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append		port:p${perl5.major}-authen-sasl \
-			port:p${perl5.major}-digest \
-			port:p${perl5.major}-digest-hmac \
-			port:p${perl5.major}-digest-sha1 \
-			port:p${perl5.major}-crypt-des \
-			port:p${perl5.major}-gssapi
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-authen-sasl \
+                    port:p${perl5.major}-crypt-des \
+                    port:p${perl5.major}-digest \
+                    port:p${perl5.major}-digest-hmac \
+                    port:p${perl5.major}-digest-sha1 \
+                    port:p${perl5.major}-gssapi
 }
 
-livecheck.type  regex
-livecheck.url   http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/cpan/authors/id/G/GB/GBARR/?C=M&O=D
-livecheck.regex {libnet-(\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.url       http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/cpan/authors/id/G/GB/GBARR/?C=M&O=D
+livecheck.regex     {libnet-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/1114ef1f/attachment.html>


More information about the macports-changes mailing list