[131231] trunk/dports/perl/p5-mogilefs-client/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 15:01:52 PST 2015


Revision: 131231
          https://trac.macports.org/changeset/131231
Author:   mojca at macports.org
Date:     2015-01-06 15:01:52 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-mogilefs-client: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-mogilefs-client/Portfile

Modified: trunk/dports/perl/p5-mogilefs-client/Portfile
===================================================================
--- trunk/dports/perl/p5-mogilefs-client/Portfile	2015-01-06 22:50:58 UTC (rev 131230)
+++ trunk/dports/perl/p5-mogilefs-client/Portfile	2015-01-06 23:01:52 UTC (rev 131231)
@@ -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
+PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup	    MogileFS-Client 1.17
+perl5.setup         MogileFS-Client 1.17
 categories          perl net sysutils
-license         {Artistic-1 GPL}
-platforms	    darwin
-maintainers	    nomaintainer
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
 
 description         Client library for the MogileFS distributed file system
-long_description    \
-    This module is a client library for the MogileFS distributed file \
-    system. The class method 'new' creates a client object against a \
-    particular mogilefs tracker and domain. This object may then be used \
-    to store and retrieve content easily from MogileFS.
+long_description    This module is a client library for the MogileFS distributed file \
+                    system. The class method 'new' creates a client object against a \
+                    particular mogilefs tracker and domain. This object may then be used \
+                    to store and retrieve content easily from MogileFS.
 
 homepage            http://www.danga.com/mogilefs
-master_sites        http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO
-checksums           md5 f077c567fc29358ea6308f22a6ad76e5 \
-		    sha1 6c3ea0accd6dfe7b0d6230bf6f5ef944eb80f58f
 
+checksums           rmd160  f3524370264eea5f0b30791c2e5f8302e9e1cc7b \
+                    sha256  7b9e4effc3ade60363af940f5c3babbf608d3ff9a3357c0d778463da382ea4f2
+
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_run-append  port:p${perl5.major}-io-stringy port:p${perl5.major}-libwww-perl
-
-supported_archs noarch
+    depends_run-append \
+                    port:p${perl5.major}-io-stringy \
+                    port:p${perl5.major}-libwww-perl
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/f5051fcc/attachment.html>


More information about the macports-changes mailing list