Port details |
- libmdf Millistream Data Feed API library
- 1.0.27 net =2 1.0.27Version of this port present on the latest quarterly branch.
- Maintainer: henrik.holst@millistream.com
- Port Added: 2017-06-04 16:49:30
- Last Update: 2023-05-18 08:19:52
- Commit Hash: 821da01
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: finance
- License: LGPL3+
- WWW:
- https://millistream.com
- Description:
- libmdf is the Millistream Data Feed API library with which developers
can connect to the Millistream Market Data system and subscribe to
streaming realtime or delayed market data such as stocks, indices,
currencies, bonds, derivatives and news services.
- ¦ ¦ ¦ ¦
- 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/libmdf/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libmdf
- pkg install libmdf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmdf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684296333
SHA256 (libmdf-1.0.27.tar.gz) = 54c4c9e81b3100fbb900cb95c0239a7799b40110fe1e16e9a89c130c7124f229
SIZE (libmdf-1.0.27.tar.gz) = 437803
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_libmdf
- USES:
- libtool pkgconfig ssl
- 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.0.27 18 May 2023 08:19:52 |
Robert Clausecker (fuz) Author: Henrik Holst |
net/libmdf: update to 1.0.27
Changes in release 1.0.27:
* Support strings compressed with zstd
* changed how the size of the read buffer is increased in response to
the widening of the tcp/ip window.
* small optimization in mdf_get_next_message2()
* New functions:
- mdf_extract() : extracts the current message from the mdf handle.
- mdf_inject() : injects a previously extracted message to the mdf handle.
* New properties:
- MDF_OPT_RBUF_SIZE : returns the number of bytes waiting to be processed in
the internaly read buffer after a call to mdf_consume().
- MDF_OPT_RBUF_MAXSIZE : returns or sets the current size of the internal
read buffer.
PR: 271464 |
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.0.26 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.0.26 20 Apr 2022 11:54:23 |
Mikael Urankar (mikael) Author: Henrik Holst |
net/libmdf: Update to 1.0.26
- Update to 1.0.26
- Pet portlint
PR: 263384 |
1.0.21 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.0.21 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.21 11 Nov 2017 19:18:42 |
dbaio |
net/libmdf: Update to 1.0.21
The OpenSSL hassle with the prior version is now fixed upstream so
the CONFIGURE_ENV fix has been removed from the Makefile.
PR: 223503
Submitted by: Henrik Holst <henrik.holst@millistream.com> (maintainer) |
1.0.20_1 06 Jun 2017 05:50:50 |
koobs |
net/libmdf: Add missing openssl library argument
The build relies on pkg-config to supply "-lcrypto" but we're using
OPENSSL_CFLAGS and OPENSSL_LIBS (not pkg-config), to enable libmdf to find
openssl in base, which does not provide an openssl.pc file.
The previous commit neglected to explicitly include the library to link with
(-lcrypto), resulting in undefined references to OpenSSL functions when
attempting to link with the libmdf library.
PR: 219777
Reported by: Henrik Holst <henrik.holst millistream com> |
1.0.20 04 Jun 2017 16:49:21 |
koobs |
[NEW PORT] net/libmdf: Millistream Data Feed API library
libmdf is the Millistream Data Feed API library with which developers
can connect to the Millistream Market Data system and subscribe to
streaming realtime or delayed market data such as stocks, indices,
currencies, bonds, derivatives and news services.
WWW: https://millistream.com
PR: 219777
Submitted by: Henrik Holst <henrik.holst millistream com> |