Ticket #45897: Portfile

File Portfile, 1.5 KB (added by cro (C. R. Oldham), 9 years ago)

Portfile for IoFlo

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           python 1.0
7
8github.setup        ioflo ioflo 1.0.2 v
9name                ioflo
10categories          lang
11platforms           darwin
12maintainers         saltstack.com:cr
13license             Apache-2
14supported_archs     noarch
15distname            v1.0.2
16
17description         ioflo is a framework and DSL for building reasoning \
18                    automation systems.
19
20long_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
30homepage            http://ioflo.com
31
32python.default_version 27
33python.link_binaries_suffix
34
35checksums           rmd160 c2d57134251ed5463a3883e5fd83de94ba3398f7 \
36                    sha256 eb704617125196ef7215039d55f978e717d5958cc18b096d1ee6e88bbe0e6785
37