Port details |
- rubygem-dynflow Ruby workflow/orchestration engine
- 1.9.0 devel =2 1.9.0Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2015-10-09 13:23:55
- Last Update: 2024-06-18 04:04:07
- Commit Hash: 7f21786
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://dynflow.github.io/
- https://github.com/Dynflow/dynflow
- Description:
- Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-dynflow>0:devel/rubygem-dynflow
- To install the port:
- cd /usr/ports/devel/rubygem-dynflow/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-dynflow
- pkg install rubygem-dynflow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-dynflow
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718580354
SHA256 (rubygem/dynflow-1.9.0.gem) = b7978ed9772dbd7840d149fc43006e47c9a8b2375f7d7b1f1bcbc29716cd6af6
SIZE (rubygem/dynflow-1.9.0.gem) = 997888
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-algebrick>=0.7.0<0.8 : devel/rubygem-algebrick
- rubygem-apipie-params>=0 : devel/rubygem-apipie-params
- rubygem-concurrent-ruby11>=1.1.3<1.2 : devel/rubygem-concurrent-ruby11
- rubygem-concurrent-ruby-edge06>=0.6.0<0.7 : devel/rubygem-concurrent-ruby-edge06
- rubygem-msgpack>=1.3.3<2 : devel/rubygem-msgpack
- rubygem-multi_json>=0 : devel/rubygem-multi_json
- rubygem-sequel>=4.0.0 : devel/rubygem-sequel
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- sysutils/rubygem-smart_proxy_dynflow
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-dynflow
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.0 18 Jun 2024 04:04:07 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.9.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.8.4 19 May 2024 22:13:52 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.8.4
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.8.3 23 Mar 2024 14:50:14 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.8.3
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.8.2 01 Dec 2023 22:13:28 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.8.2
- Update WWW
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.8.1 14 Nov 2023 21:19:38 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.8.1
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.8.0 26 Aug 2023 20:36:03 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.8.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.7.0 27 May 2023 04:24:04 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.7.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.8_2 27 Feb 2023 08:03:19 |
Matthias Fechner (mfechner) |
devel/rubygem-dynflow: fix dependency
rubygem-concurrent-ruby-edge was upgrade in
f20c15aaa83ee1374ddb7fa08adebd15bbe88547
to version 0.7.0 which breaks this gem. |
1.6.8_1 22 Feb 2023 16:29:39 |
Matthias Fechner (mfechner) |
devel/rubygem-dynflow: fixed build
caused by upgrade of concurrent-ruby to 1.2.0 in
24c3e663957fba1c6adb0eba6df07baa27be245f |
1.6.8 30 Jan 2023 13:02:22 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.8
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.7 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.7 03 Jun 2022 23:36:50 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.7
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.6 03 Jun 2022 09:01:03 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.6
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.5 30 Mar 2022 22:21:39 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.5
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.2 11 Jan 2022 18:47:31 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.2
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.6.1 27 Sep 2021 15:56:27 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.6.1
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.5.0 30 Jun 2021 20:44:12 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-dynflow: Update to 1.5.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.4.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.6 24 Jul 2020 07:52:03 |
sunpoet |
Update to 1.4.6
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.2.3 28 Dec 2019 07:40:41 |
sunpoet |
Update version requirement of RUN_DEPENDS |
1.2.3 06 Jul 2019 21:43:09 |
sunpoet |
Update to 1.2.3
- Update WWW
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.1.2 11 Nov 2018 18:21:54 |
sunpoet |
Fix version requirement of RUN_DEPENDS |
1.1.2 06 Nov 2018 21:11:14 |
sunpoet |
Update to 1.1.2
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.1.1 14 Oct 2018 16:30:24 |
sunpoet |
Update to 1.1.1
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.1.0 31 Jul 2018 23:47:46 |
sunpoet |
Update to 1.1.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.0.3 16 May 2018 23:55:49 |
sunpoet |
Update to 1.0.3
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.0.2 05 May 2018 17:22:10 |
sunpoet |
Update to 1.0.2
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.0.1 28 Apr 2018 20:10:41 |
sunpoet |
Update to 1.0.1
Changes: https://github.com/Dynflow/dynflow/commits/master |
1.0.0 07 Apr 2018 16:34:35 |
sunpoet |
Update to 1.0.0
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.37 13 Mar 2018 20:31:17 |
sunpoet |
Update to 0.8.37
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.36 07 Mar 2018 16:48:30 |
sunpoet |
Update to 0.8.36
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.35 07 Feb 2018 20:10:31 |
sunpoet |
Update to 0.8.35
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.34 15 Dec 2017 23:52:55 |
sunpoet |
Update to 0.8.34
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.33 11 Dec 2017 10:43:00 |
sunpoet |
Update to 0.8.33
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.32 01 Nov 2017 16:50:58 |
sunpoet |
Update to 0.8.32
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.31 11 Oct 2017 19:50:17 |
sunpoet |
Update to 0.8.31
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.30 16 Sep 2017 09:00:10 |
sunpoet |
Update to 0.8.30
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.29 12 Sep 2017 20:57:08 |
sunpoet |
Update to 0.8.29
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.28 25 Aug 2017 18:21:27 |
sunpoet |
Update to 0.8.28
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.27 23 Aug 2017 14:03:05 |
sunpoet |
Update to 0.8.27
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.26 02 Aug 2017 18:36:30 |
sunpoet |
Update to 0.8.26
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.25 20 Jul 2017 17:54:40 |
sunpoet |
Update to 0.8.25
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.24 04 May 2017 23:46:53 |
sunpoet |
Update to 0.8.24
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.23 28 Mar 2017 20:52:58 |
sunpoet |
Update to 0.8.23
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.22 21 Mar 2017 20:40:01 |
sunpoet |
Update to 0.8.22
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.21 06 Mar 2017 15:50:04 |
sunpoet |
Update to 0.8.21
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.20_1 27 Feb 2017 14:15:19 |
sunpoet |
Fix gemspec for rubygem-concurrent-ruby-edge 0.3.0 update (r430328)
- Bump PORTREVISION for package change |
0.8.20 25 Feb 2017 04:23:03 |
sunpoet |
Update to 0.8.20
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.19 25 Jan 2017 16:32:01 |
sunpoet |
Update to 0.8.19
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.18 30 Dec 2016 19:22:18 |
sunpoet |
- Update to 0.8.18
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.11 23 May 2016 03:52:02 |
sunpoet |
- Update to 0.8.11
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.10 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.8.10 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.8.10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.10 06 Mar 2016 06:29:20 |
sunpoet |
- Update to 0.8.10
Changes: https://github.com/Dynflow/dynflow/commits/master |
0.8.9 01 Jan 2016 17:05:54 |
mmoll |
give my ports to ruby@ |
0.8.9 04 Dec 2015 15:43:56 |
mmoll |
devel/rubygem-dynflow: update to 0.8.9 |
0.8.7 09 Oct 2015 18:56:16 |
mmoll |
devel/rubygem-dynflow: update to 0.8.7 |
0.8.6 09 Oct 2015 13:23:49 |
mmoll |
new port: devel/rubygem-dynflow
Dynflow (DYNamic workFLOW) is a workflow engine written in Ruby.
WWW: https://dynflow.github.io/ |