From 9515d0872771c063de387bdee6fc12ca8df2beb4 Mon Sep 17 00:00:00 2001 From: koobs Date: Sun, 4 Jun 2017 16:49:20 +0000 Subject: [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 --- net/Makefile | 1 + net/libmdf/Makefile | 27 +++++++++++++++++++++++++++ net/libmdf/distinfo | 3 +++ net/libmdf/pkg-descr | 6 ++++++ net/libmdf/pkg-plist | 7 +++++++ 5 files changed, 44 insertions(+) create mode 100644 net/libmdf/Makefile create mode 100644 net/libmdf/distinfo create mode 100644 net/libmdf/pkg-descr create mode 100644 net/libmdf/pkg-plist (limited to 'net') diff --git a/net/Makefile b/net/Makefile index 5f01acc1b88e..ed5450acb228 100644 --- a/net/Makefile +++ b/net/Makefile @@ -337,6 +337,7 @@ SUBDIR += libmaia SUBDIR += libmateweather SUBDIR += libmaxminddb + SUBDIR += libmdf SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp diff --git a/net/libmdf/Makefile b/net/libmdf/Makefile new file mode 100644 index 000000000000..c044f4ce2bab --- /dev/null +++ b/net/libmdf/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libmdf +PORTVERSION= 1.0.20 +CATEGORIES= net finance +MASTER_SITES= https://packages.millistream.com/source/ + +MAINTAINER= henrik.holst@millistream.com +COMMENT= Millistream Data Feed API library + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes + +USES= libtool pkgconfig ssl +USE_LDCONFIG= yes + +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + +CONFIGURE_ENV+= OPENSSL_CFLAGS=${OPENSSLINC} \ + OPENSSL_LIBS=${OPENSSLLIB} + +INSTALL_TARGET= install-strip +TEST_TARGET= check + +.include diff --git a/net/libmdf/distinfo b/net/libmdf/distinfo new file mode 100644 index 000000000000..9c8a99a74775 --- /dev/null +++ b/net/libmdf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1496531590 +SHA256 (libmdf-1.0.20.tar.gz) = b20d5c27c154d56dab13b7373365cedbb9ece5b0e722369ad61a126766addadc +SIZE (libmdf-1.0.20.tar.gz) = 414703 diff --git a/net/libmdf/pkg-descr b/net/libmdf/pkg-descr new file mode 100644 index 000000000000..45c3de5e2d6c --- /dev/null +++ b/net/libmdf/pkg-descr @@ -0,0 +1,6 @@ +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 diff --git a/net/libmdf/pkg-plist b/net/libmdf/pkg-plist new file mode 100644 index 000000000000..b776c7de663e --- /dev/null +++ b/net/libmdf/pkg-plist @@ -0,0 +1,7 @@ +include/mdf/mdf.h +include/mdf/mdf_fields.h +lib/libmdf.a +lib/libmdf.so +lib/libmdf.so.0 +lib/libmdf.so.0.0.0 +libdata/pkgconfig/libmdf.pc -- cgit