svn commit: r442570 - in head/net: . libmdf

Kubilay Kocak koobs at FreeBSD.org
Sun Jun 4 16:49:22 UTC 2017


Author: koobs
Date: Sun Jun  4 16:49:20 2017
New Revision: 442570
URL: https://svnweb.freebsd.org/changeset/ports/442570

Log:
  [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>

Added:
  head/net/libmdf/
  head/net/libmdf/Makefile   (contents, props changed)
  head/net/libmdf/distinfo   (contents, props changed)
  head/net/libmdf/pkg-descr   (contents, props changed)
  head/net/libmdf/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Jun  4 16:08:10 2017	(r442569)
+++ head/net/Makefile	Sun Jun  4 16:49:20 2017	(r442570)
@@ -337,6 +337,7 @@
     SUBDIR += libmaia
     SUBDIR += libmateweather
     SUBDIR += libmaxminddb
+    SUBDIR += libmdf
     SUBDIR += libmediawiki
     SUBDIR += libmms
     SUBDIR += libmxp

Added: head/net/libmdf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libmdf/Makefile	Sun Jun  4 16:49:20 2017	(r442570)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	libmdf
+PORTVERSION=	1.0.20
+CATEGORIES=	net finance
+MASTER_SITES=	https://packages.millistream.com/source/
+
+MAINTAINER=	henrik.holst at 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 <bsd.port.mk>

Added: head/net/libmdf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libmdf/distinfo	Sun Jun  4 16:49:20 2017	(r442570)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1496531590
+SHA256 (libmdf-1.0.20.tar.gz) = b20d5c27c154d56dab13b7373365cedbb9ece5b0e722369ad61a126766addadc
+SIZE (libmdf-1.0.20.tar.gz) = 414703

Added: head/net/libmdf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libmdf/pkg-descr	Sun Jun  4 16:49:20 2017	(r442570)
@@ -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

Added: head/net/libmdf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libmdf/pkg-plist	Sun Jun  4 16:49:20 2017	(r442570)
@@ -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


More information about the svn-ports-all mailing list