# -*- 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 python 1.0 name py-pyphant-tools version 1.0b3 categories-append science description tools toolbox for py-pyphant maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \ fmf.uni-freiburg.de:alexander.held rowue long_description This toolbox currently provides two workers for the \ py-pyphant framework. These workers can be integrated \ in a data flow model and simply serve as data sources for \ data that is managed by a py-pyphant core module called \ KnowledgeManager (KM). The KM accumulates metadata in a \ sqlite3 database and the above mentioned workers present \ parameters to perform a metadata search and finally \ load and provide the data that matched the search. homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant platforms darwin # depends_lib port:py26-pil master_sites sourceforge:pyphant # master_sites http://pyphant.sourceforge.net/nightly-builds/ distname pyphant.tools-${version} # use_bzip2 yes checksums sha256 1d97e9b5b798047aa529148e8c5356cdbc61a3333394b5e72e8cf6b429c3b23f \ rmd160 7eabbd970968bd118a9fd93670bf79e48790d130 use_configure no python.versions 26 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools depends_lib port:py${python.version}-pyphant }