1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup python 1.0 |
---|
7 | |
---|
8 | github.setup ioflo ioflo 1.0.2 v |
---|
9 | name ioflo |
---|
10 | categories lang |
---|
11 | platforms darwin |
---|
12 | maintainers saltstack.com:cr |
---|
13 | license Apache-2 |
---|
14 | supported_archs noarch |
---|
15 | distname v1.0.2 |
---|
16 | |
---|
17 | description ioflo is a framework and DSL for building reasoning \ |
---|
18 | automation systems. |
---|
19 | |
---|
20 | long_description IoFlo is a magically powerful open interoperable software \ |
---|
21 | framework that enables non experts to intelligently \ |
---|
22 | automate their own programmable world. IoFlo has its roots \ |
---|
23 | in the research and development of autonomous underwater \ |
---|
24 | vehicles, autonomic ships, and automated buildings. These \ |
---|
25 | are cool applications that can be scarily complex. That \ |
---|
26 | complexity was the prime motivation for IoFlo and its \ |
---|
27 | ancestors, to make programming autonomous/autonomic systems \ |
---|
28 | easy even for people without PhDs. |
---|
29 | |
---|
30 | homepage http://ioflo.com |
---|
31 | |
---|
32 | python.default_version 27 |
---|
33 | python.link_binaries_suffix |
---|
34 | |
---|
35 | checksums rmd160 c2d57134251ed5463a3883e5fd83de94ba3398f7 \ |
---|
36 | sha256 eb704617125196ef7215039d55f978e717d5958cc18b096d1ee6e88bbe0e6785 |
---|
37 | |
---|