[130148] trunk/dports/perl/p5-ipe/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 08:25:02 PST 2014


Revision: 130148
          https://trac.macports.org/changeset/130148
Author:   mojca at macports.org
Date:     2014-12-27 08:25:02 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
p5-ipe: first line, checksums and whitespace only

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

Modified: trunk/dports/perl/p5-ipe/Portfile
===================================================================
--- trunk/dports/perl/p5-ipe/Portfile	2014-12-27 15:41:01 UTC (rev 130147)
+++ trunk/dports/perl/p5-ipe/Portfile	2014-12-27 16:25:02 UTC (rev 130148)
@@ -1,26 +1,30 @@
+# -*- 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   iPE 0.1.48
-revision      3
-distname      ipe-${perl5.moduleversion}
-categories    perl biology
-maintainers		cse.wustl.edu:rpz
-description		Perl module for parameter estimation with hidden Markov models.
-long_description iPE is parameter estimation software for generalized hidden Markov models. \
-                 For information and documentation, see http://mblab.wustl.edu
+perl5.setup         iPE 0.1.48
+revision            3
+distname            ipe-${perl5.moduleversion}
+categories          perl biology
+maintainers         cse.wustl.edu:rpz
+description         Perl module for parameter estimation with hidden Markov models.
+long_description    iPE is parameter estimation software for generalized hidden Markov models. \
+                    For information and documentation, see http://mblab.wustl.edu
 
-homepage          http://mblab.wustl.edu
-master_sites      http://mblab.wustl.edu/software/download/
+homepage            http://mblab.wustl.edu
+master_sites        http://mblab.wustl.edu/software/download/
 
+platforms           darwin
 
-platforms		darwin
+checksums           rmd160  b4cdf9545c9c857e7584f47603e9abf0d23401b1 \
+                    sha256  a0a841b169c304d798d3adfb6b8d20597ea7da635f5b7b926de26a850ddc6197
 
-checksums		md5 28ba551698f26d241c833502e0e751fb
-
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-libxml-enno port:p${perl5.major}-xml-libxml port:p${perl5.major}-eval
+    depends_lib-append \
+                    port:p${perl5.major}-eval \
+                    port:p${perl5.major}-libxml-enno \
+                    port:p${perl5.major}-xml-libxml
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/cdc42f8e/attachment.html>


More information about the macports-changes mailing list