From owner-svn-ports-all@freebsd.org Sun Jun 4 16:49:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81D8AB7FA4E; Sun, 4 Jun 2017 16:49:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D1F87C2A8; Sun, 4 Jun 2017 16:49:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v54GnL52006968; Sun, 4 Jun 2017 16:49:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v54GnLZ6006962; Sun, 4 Jun 2017 16:49:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201706041649.v54GnLZ6006962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 4 Jun 2017 16:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442570 - in head/net: . libmdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 16:49:22 -0000 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 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 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