[25333] trunk/dports/perl

source_changes at macosforge.org source_changes at macosforge.org
Fri May 18 22:53:16 PDT 2007


Revision: 25333
          http://trac.macosforge.org/projects/macports/changeset/25333
Author:   markd at macports.org
Date:     2007-05-18 22:53:16 -0700 (Fri, 18 May 2007)

Log Message:
-----------
New port.

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

Added: trunk/dports/perl/p5-eval/Portfile
===================================================================
--- trunk/dports/perl/p5-eval/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-eval/Portfile	2007-05-19 05:53:16 UTC (rev 25333)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+perl5.setup   eval 2.2.5
+categories    perl biology
+maintainers		rpz at cse.wustl.edu
+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/
+
+configure {}
+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
+}
+
+
+platforms		darwin
+
+checksums		md5 b113a04814cdc6fbf2824a5ca6e3a7c9
+
+depends_lib-append	port:p5-xml-checker port:p5-xml-libxml


Property changes on: trunk/dports/perl/p5-eval/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070518/8493b5da/attachment.html


More information about the macports-changes mailing list