From owner-svn-ports-all@freebsd.org Sun Aug 16 21:57:16 2015 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 760779BBDCD; Sun, 16 Aug 2015 21:57:16 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 4D4751C01; Sun, 16 Aug 2015 21:57:16 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7GLvGoE088397; Sun, 16 Aug 2015 21:57:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7GLvFov088392; Sun, 16 Aug 2015 21:57:15 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201508162157.t7GLvFov088392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 16 Aug 2015 21:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394427 - in head/net: . libmaia 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.20 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, 16 Aug 2015 21:57:16 -0000 Author: pawel Date: Sun Aug 16 21:57:14 2015 New Revision: 394427 URL: https://svnweb.freebsd.org/changeset/ports/394427 Log: libmaia is a easy-to-use XML-RPC library for Qt. WWW: https://github.com/wiedi/libmaia Added: head/net/libmaia/ head/net/libmaia/Makefile (contents, props changed) head/net/libmaia/distinfo (contents, props changed) head/net/libmaia/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Aug 16 21:56:50 2015 (r394426) +++ head/net/Makefile Sun Aug 16 21:57:14 2015 (r394427) @@ -307,6 +307,7 @@ SUBDIR += libilbc SUBDIR += libkfbapi SUBDIR += libkvkontakte + SUBDIR += libmaia SUBDIR += libmateweather SUBDIR += libmaxminddb SUBDIR += libmediawiki Added: head/net/libmaia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaia/Makefile Sun Aug 16 21:57:14 2015 (r394427) @@ -0,0 +1,27 @@ +# Created by: Pawel Pekala +# $FreeBSD$ + +PORTNAME= libmaia +PORTVERSION= 0.0.20150218 +CATEGORIES= net + +MAINTAINER= pawel@FreeBSD.org +COMMENT= XML-RPC lib for Qt + +USE_GITHUB= yes +GH_ACCOUNT= wiedi +GH_TAGNAME= e930451 + +USES= gmake qmake +USE_QT5= buildtools_build network xml + +PLIST_FILES= include/maia/maiaObject.h \ + include/maia/maiaXmlRpcClient.h \ + include/maia/maiaXmlRpcServer.h \ + lib/libmaia.a + +post-install: + ${INSTALL_DATA} ${WRKSRC}/maiaObject.h \ + ${STAGEDIR}${PREFIX}/include/maia + +.include Added: head/net/libmaia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaia/distinfo Sun Aug 16 21:57:14 2015 (r394427) @@ -0,0 +1,2 @@ +SHA256 (wiedi-libmaia-0.0.20150218-e930451_GH0.tar.gz) = 35b99fdfaf98c38f39f378ebe353cb183f796421d171581b178d411c4cf8133a +SIZE (wiedi-libmaia-0.0.20150218-e930451_GH0.tar.gz) = 10585 Added: head/net/libmaia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaia/pkg-descr Sun Aug 16 21:57:14 2015 (r394427) @@ -0,0 +1,3 @@ +libmaia is a easy-to-use XML-RPC library for Qt. + +WWW: https://github.com/wiedi/libmaia