[130149] trunk/dports/perl/p5-eval/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 08:28:50 PST 2014


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

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

Modified: trunk/dports/perl/p5-eval/Portfile
===================================================================
--- trunk/dports/perl/p5-eval/Portfile	2014-12-27 16:25:02 UTC (rev 130148)
+++ trunk/dports/perl/p5-eval/Portfile	2014-12-27 16:28:50 UTC (rev 130149)
@@ -1,35 +1,37 @@
+# -*- 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   eval 2.2.8
-revision      3
-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://genes.cse.wustl.edu.
+perl5.setup         eval 2.2.8
+revision            3
+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://genes.cse.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/
 
+checksums           rmd160  2f1572e4d9996760b48284fc5f2a589c56008a5d \
+                    sha256  5cce1df4a08ab5fa5d81e572c876ed2bd02041f5ac3cea73d3f7eee87c7c1d9c
+
+platforms           darwin
+
 if {${perl5.major} != ""} {
-use_configure     no
+    use_configure   no
 
-build {}
-test {}
+    build {}
+    test {}
 
-destroot.cmd {} 
-destroot {
-  set installvendorlib [perl5.extract_config installvendorlib]
-  file mkdir ${destroot}${installvendorlib}
-  xinstall -m 0644 -W ${worksrcpath} Eval.pm GTF.pm ${destroot}${installvendorlib}
-  xinstall -m 0755 -W ${worksrcpath} combine_eval_reports.pl eval.pl evaluate_gtf.pl filter_badlist.pl filter_gtfs.pl get_distribution.pl get_general_stats.pl get_overlap_stats.pl gff3_to_gtf.pl graph_gtfs.pl make_intron_lenght_vs_performance_graph.pl validate_gtf.pl validate_splice_sites.pl ${destroot}${prefix}/bin
+    destroot.cmd {}
+    destroot {
+        set installvendorlib [perl5.extract_config installvendorlib]
+        file mkdir ${destroot}${installvendorlib}
+        xinstall -m 0644 -W ${worksrcpath} Eval.pm GTF.pm ${destroot}${installvendorlib}
+        xinstall -m 0755 -W ${worksrcpath} combine_eval_reports.pl eval.pl evaluate_gtf.pl filter_badlist.pl filter_gtfs.pl get_distribution.pl get_general_stats.pl get_overlap_stats.pl gff3_to_gtf.pl graph_gtfs.pl make_intron_lenght_vs_performance_graph.pl validate_gtf.pl validate_splice_sites.pl ${destroot}${prefix}/bin
+    }
 }
-}
-
-platforms		darwin
-
-checksums		md5 9a28468ac7fc801abfa2fa7979537e17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/9c948373/attachment.html>


More information about the macports-changes mailing list