Port details |
- libmdf Millistream Data Feed API library
- 1.0.26 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: henrik.holst@millistream.com
 - Port Added: 2017-06-04 16:49:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: finance
- License: LGPL3+
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1650246142
SHA256 (libmdf-1.0.26.tar.gz) = aad3234cc67975a3e41d3d292c829ff41b3afdd21bf2f948b1e01023f7ad6b43
SIZE (libmdf-1.0.26.tar.gz) = 433957
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
- 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 |
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> |