Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 16:49:21 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442570 - in head/net: . libmdf
Message-ID:  <201706041649.v54GnLZ6006962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706041649.v54GnLZ6006962>