Port details |
- py-ioflo Automated Reasoning Engine and Flow Based Programming Framework
- 2.0.0 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: christer.edwards@gmail.com
 - Port Added: 2014-12-29 09:47:14
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: python
- License: APACHE20
- Description:
- Automated Reasoning Engine and Flow Based Programming Framework
IoFlo is a magically powerful open interoperable software framework that
enables non experts to intelligently automate their own programmable world.
WWW: http://ioflo.com
WWW: https://github.com/ioflo/ioflo
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ioflo>0:devel/py-ioflo@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-ioflo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ioflo
- pkg install py39-ioflo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-ioflo listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ioflo
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1583547410
SHA256 (ioflo-2.0.0.tar.gz) = 59f0ce2a27f94d8de561fbbfff9a1cf7e32fa04875965517f438bff588c45ccf
SIZE (ioflo-2.0.0.tar.gz) = 836492
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools-git>=1.1 : devel/py-setuptools-git@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-ioflo
- USES:
- python:3.7+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 2.0.0 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 2.0.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Apr 2020 22:32:20
2.0.0 |
woodsb02  |
devel/py-ioflo: Update to 2.0.0, update python depends to 3.7+
Changes this release:
https://github.com/ioflo/ioflo/blob/v2.0.0/ChangeLog.md
PR: 244650
Approved by: Christer Edwards (maintainer timeout) |
23 Feb 2020 15:25:53
1.7.5 |
antoine  |
Deprecate a few ports
With hat: portmgr |
27 Oct 2018 00:55:31
1.7.5 |
swills  |
devel/py-ioflo: update to 1.7.5
PR: 232618
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) |
19 Feb 2018 11:10:43
1.5.0_1 |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
02 Dec 2016 09:21:59
1.5.0 |
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
02 Feb 2016 07:53:59
1.5.0 |
vanilla  |
Update to 1.5.0.
PR: 206713
Submitted by: maintainer |
10 Dec 2015 14:17:59
1.4.6 |
miwi  |
- Update to 1.4.6
- Switch to python autoplist
PR: 205079
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4462 |
19 Oct 2015 14:50:52
1.2.4 |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
29 Jul 2015 22:09:55
1.2.4 |
antoine  |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
20 May 2015 20:37:15
1.2.4 |
amdmi3  |
- Update to 1.2.4 [1]
- Add NO_ARCH [2]
PR: 200339 [1]
Submitted by: christer.edwards@gmail.com (maintainer) [1]
Suggestee by: jason.unovitch@gmail.com [2] |
29 Dec 2014 09:46:53
1.0.2 |
mva  |
Automated Reasoning Engine and Flow Based Programming Framework
IoFlo is a magically powerful open interoperable software framework that
enables non experts to intelligently automate their own programmable world.
WWW: http://ioflo.com
WWW: http://github.com/ioflo/ioflo
PR: 194891
Submitted by: Christer Edwards (christer.edwards@gmail.com) |