Port details |
- yami4 Messaging library for distributed systems
- 2.0.0 net
=2 2.0.0Version of this port present on the latest quarterly branch. - Maintainer: prog@msobczak.com
 - Port Added: 2015-01-03 19:47:11
- Last Update: 2023-01-29 22:04:31
- Commit Hash: 3fab77d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- http://www.inspirel.com/yami4/
- Description:
- YAMI4 is a messaging solution for distributed systems.
It is a set of libraries and run-time services
for several operating systems and programming languages.
This port installs core, C++ and Python libraries with documentation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/yami4/ && make install clean
- To add the package, run one of these commands:
- pkg install net/yami4
- pkg install yami4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yami4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670932987
SHA256 (yami4-gpl-2.0.0.zip) = dd599c8d72f08e344c563057d007ff57841910f931bba184dccfa3ad7e9041f1
SIZE (yami4-gpl-2.0.0.zip) = 1487140
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yami4-2.0.0:
DOCS=on: Build and/or install documentation
YAMI4CPP=on: Core and C++ libraries
YAMI4PYTHON=off: Loadable module for Python3.9
===> Use 'make config' to modify these settings
- Options name:
- net_yami4
- USES:
- zip
- 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 |
2.0.0 29 Jan 2023 22:04:31
    |
Fernando Apesteguía (fernape)  Author: Maciej Sobczak |
net/yami4: Update to 2.0.0 and set new maintainer
Maintainer has no more ports, but was the original creator of this one.
PR: 268383
Reported by: prog@msobczak.com |
1.12.0 18 Dec 2022 20:03:57
    |
Danilo Egea Gondolfo (danilo)  |
net/yami4: Update to 1.12.0
Unbreak build on FreeBSD 13 and 14 |
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.11.0_1 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.11.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.11.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.11.0_1 26 Jan 2021 16:16:25
  |
antoine  |
Mark BROKEN on FreeBSD 13 and 14
c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I../../include
-Iposix -I../core/posix -c -o activity_statistics_monitor.o
activity_statistics_monitor.cpp
In file included from activity_statistics_monitor.cpp:18:
In file included from ./incoming_message.h:20:
In file included from ./parameters.h:20:
In file included from ./parameter_entry.h:24:
In file included from /usr/include/c++/v1/string:506:
In file included from /usr/include/c++/v1/string_view:175:
In file included from /usr/include/c++/v1/__string:57:
In file included from /usr/include/c++/v1/algorithm:643:
In file included from /usr/include/c++/v1/memory:681:
In file included from /usr/include/c++/v1/atomic:571:
/usr/include/c++/v1/__threading_support:76:9: error: unknown type name 'sem_t'
typedef sem_t __libcpp_semaphore_t;
^
Reported by: pkg-fallout
MFH: 2021Q1 |
1.11.0_1 14 Sep 2019 22:01:13
  |
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
1.11.0_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.11.0 11 Jun 2019 16:00:29
  |
pkubaj  |
net/yami4: fix typo |
1.11.0 11 Jun 2019 15:54:37
  |
pkubaj  |
net/yami4: fix build
Add USES=compiler:c++11-lang to use new GCC and add COMPILER="${CXX}" to
actually respect that.
Errors:
value_publisher.h: At global scope:
value_publisher.h:180: error: ISO C++ forbids declaration of 'unique_ptr' with
no type
value_publisher.h:180: error: invalid use of '::'
value_publisher.h:180: error: expected ';' before '<' token
value_publisher.h:182: error: ISO C++ forbids declaration of 'unique_ptr' with
no type
value_publisher.h:182: error: invalid use of '::'
value_publisher.h:182: error: expected ';' before '<' token
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20600 |
1.11.0 29 May 2019 17:27:20
  |
fernape  |
net/yami4: update to 1.11.0
ChangeLog (http://www.inspirel.com/articles/YAMI4_1_11_0.html):
* Updated code base
* Support for native QNX messaging
* General performance improvements
* Improved configurability of services
* Retiring of least used components
* New gateway service
* Support for Wolfram and Mathematica
Reported by: portscout |
1.10.2 06 Jan 2019 08:58:40
  |
tobik  |
net/yami4: Update to 1.10.2
- Add missing DOCS option
- Reset maintainer due to the long timeout
PR: 230555
Submitted by: ndowens@yahoo.com
Approved by: prog@msobczak.com (maintainer timeout, ~5 months) |
1.10.0_3 12 Dec 2017 03:21:59
  |
jbeich  |
net/yami4: unbreak with GCC < 6
posix/io_error_handler.cpp: In function 'void
yami::details::handle_io_error_with_code(const char*, int, void (*)(void*, int,
const char*), void*)':
posix/io_error_handler.cpp:45: error: 'snprintf' is not a member of 'std'
Reported by: pkg-fallout (mips64) |
1.10.0_3 12 Dec 2017 03:21:20
  |
jbeich  |
net/yami4: respect CXXFLAGS
c++ -O2 -Iposix -c -o agent.o agent.cpp
Reported by: pkg-status (missing -fstack-protector -fno-strict-aliasing on
amd64) |
1.10.0_2 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.10.0_1 30 Apr 2017 01:12:10
  |
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.10.0_1 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.10.0 03 Jan 2017 11:01:06
  |
mat  |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
1.10.0 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
1.10.0 03 Jan 2015 19:46:56
  |
pi  |
New port: net/yami4
YAMI4 is a messaging solution for distributed systems.
It is a set of libraries for several platforms and programming languages.
This port installs the core and C++ libraries with documentation.
WWW: http://www.inspirel.com/yami4/
PR: 184471
Submitted by: prog@msobczak.com |