Port details |
- ecflow Workflow package that enables users to run a large number of programs
- 5.9.0 misc
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-08-25 19:21:11
- Last Update: 2022-12-03 04:00:48
- Commit Hash: 59b2998
- License: APACHE20
- Description:
- ecFlow is a client/server workflow package that enables users to run a large
number of programs (with dependencies on each other and on time) in a controlled
environment. It provides reasonable tolerance for hardware and software
failures, combined with restart capabilities. It is used at ECMWF to run all our
operational suites across a range of platforms.
ecFlow submits tasks (jobs) and receives acknowledgments from the tasks when
they change status and when they send events, using child commands embedded in
your scripts. ecFlow stores the relationships between tasks, and is able to
submit tasks dependant on triggers, such as when a given task changes its
status, for example when it finishes.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_BUILD:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/misc/ecflow/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ecflow
- pkg install ecflow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ecflow
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1665547913
SHA256 (ecFlow-5.9.0-Source.tar.gz) = 20c1f457a21aebf7c49f06a4709a6216c6a92ca1899caa2c27d1aab4df53cacd
SIZE (ecFlow-5.9.0-Source.tar.gz) = 3605948
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:
-
- bash : shells/bash
- py39-boost-libs>0 : devel/boost-python-libs@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- py39-boost-libs>0 : devel/boost-python-libs@py39
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libboost_program_options.so : devel/boost-libs
- libQt5Charts.so : x11-toolkits/qt5-charts
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_ecflow
- USES:
- cmake compiler:c++17-lang localbase perl5 pkgconfig python:3.6+ qt:5 shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.9.0 03 Dec 2022 04:00:48
    |
Yuri Victorovich (yuri)  |
misc/ecflow: Fix build on armv7
Reported by: fallout |
5.9.0 12 Oct 2022 06:58:16
    |
Yuri Victorovich (yuri)  |
misc/ecflow: Update 5.8.4 -> 5.9.0 |
5.8.4 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
5.8.4 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 ) |
5.8.4 04 Sep 2022 18:30:56
    |
Yuri Victorovich (yuri)  |
misc/ecflow: Fix build on 12
Missing #include <time.h> caused build failure.
Reported by: fallout |
5.8.4 28 Aug 2022 05:39:37
    |
Yuri Victorovich (yuri)  |
misc/ecflow: Attempt to work around compilation failure on i386
Reported by: fallout |
5.8.4 25 Aug 2022 19:20:25
    |
Yuri Victorovich (yuri)  |
misc/ecflow: New port: Workflow package that enables users to run a large number
of programs |
Number of commits found: 8
|