Added: trunk/dports/python/py26-ete2/Portfile (0 => 68473)
--- trunk/dports/python/py26-ete2/Portfile (rev 0)
+++ trunk/dports/python/py26-ete2/Portfile 2010-06-04 10:13:44 UTC (rev 68473)
@@ -0,0 +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 python26 1.0
+
+name py26-ete2
+version 2.0rev89
+categories python biology science
+maintainers gmail.com:sopo.dev
+
+description Python Environment for Tree Exploration (ETE)
+long_description ETE is a python programming toolkit that assists in the \
+ automated manipulation, analysis and visualization \
+ hierarchical trees. Besides a broad set of tree handling \
+ options, it provides specific methods to analyze \
+ phylogenetic and clustering trees. It supports large tree \
+ data structures, node annotation, independent editing and \
+ analysis of tree partitions, and the association of trees \
+ with external data such as multiple sequence alignments or \
+ numerical matrices. Finally, ETE implements a programmable \
+ tree drawing engine that can be used to automatize the \
+ graphical rendering of trees with customized node-specific \
+ visualizations.
+
+homepage http://ete.cgenomics.org/
+platforms darwin
+master_sites ${homepage}releases/ete2/
+checksums md5 39f1e76ba7c4a4ac51beeacae21a127d \
+ sha1 6789f4353437ccd2a2638acf16810a3f26c4e70c \
+ rmd160 2e9a942da6914934e741e5a7cf87ea54be2a8c9f
+distname ete2-${version}
+
+depends_build port:py26-distribute
+depends_run port:py26-mysql \
+ port:py26-scipy \
+ port:py26-pyqt4
Property changes on: trunk/dports/python/py26-ete2/Portfile
___________________________________________________________________