From owner-svn-ports-head@freebsd.org Wed Mar 16 12:58:47 2016 Return-Path: Delivered-To: svn-ports-head@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 CEE11AD2940; Wed, 16 Mar 2016 12:58:47 +0000 (UTC) (envelope-from jbeich@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 ABA7CF31; Wed, 16 Mar 2016 12:58:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2GCwkR9067683; Wed, 16 Mar 2016 12:58:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2GCwk23067678; Wed, 16 Mar 2016 12:58:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603161258.u2GCwk23067678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 Mar 2016 12:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411230 - in head/devel: . p8-platform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 12:58:47 -0000 Author: jbeich Date: Wed Mar 16 12:58:46 2016 New Revision: 411230 URL: https://svnweb.freebsd.org/changeset/ports/411230 Log: devel/p8-platform: add new port PR: 207552 Submitted by: mickael.maillot@gmail.com Platform support library used by libCEC and binary add-ons for Kodi https://github.com/Pulse-Eight/platform Added: head/devel/p8-platform/ head/devel/p8-platform/Makefile (contents, props changed) head/devel/p8-platform/distinfo (contents, props changed) head/devel/p8-platform/pkg-descr (contents, props changed) head/devel/p8-platform/pkg-plist (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 16 12:58:16 2016 (r411229) +++ head/devel/Makefile Wed Mar 16 12:58:46 2016 (r411230) @@ -3495,6 +3495,7 @@ SUBDIR += p5-uni-perl SUBDIR += p5-version SUBDIR += p65 + SUBDIR += p8-platform SUBDIR += paexec SUBDIR += papi SUBDIR += papp Added: head/devel/p8-platform/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p8-platform/Makefile Wed Mar 16 12:58:46 2016 (r411230) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= p8-platform +PORTVERSION= 2.0.1 +DISTVERSIONPREFIX= ${PORTNAME}- +CATEGORIES= devel + +MAINTAINER= mickael.maillot@gmail.com +COMMENT= Platform support library used by libCEC and binary add-ons for Kodi + +LICENSE= GPLv2 + +USE_GITHUB= yes +GH_ACCOUNT= Pulse-Eight +GH_PROJECT= platform + +USES= cmake +USE_LDCONFIG= yes +CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON + +post-patch: + @${REINPLACE_CMD} -e '/SOVERSION/ s|\.0||' \ + -e 's|$${CMAKE_INSTALL_LIBDIR_NOARCH}/pkgconfig|libdata/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/devel/p8-platform/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p8-platform/distinfo Wed Mar 16 12:58:46 2016 (r411230) @@ -0,0 +1,2 @@ +SHA256 (Pulse-Eight-platform-p8-platform-2.0.1_GH0.tar.gz) = e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf +SIZE (Pulse-Eight-platform-p8-platform-2.0.1_GH0.tar.gz) = 74676 Added: head/devel/p8-platform/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p8-platform/pkg-descr Wed Mar 16 12:58:46 2016 (r411230) @@ -0,0 +1,3 @@ +Platform support library used by libCEC and binary add-ons for Kodi + +WWW: https://github.com/Pulse-Eight/platform Added: head/devel/p8-platform/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p8-platform/pkg-plist Wed Mar 16 12:58:46 2016 (r411230) @@ -0,0 +1,21 @@ +include/p8-platform/os.h +include/p8-platform/posix/os-socket.h +include/p8-platform/posix/os-threads.h +include/p8-platform/posix/os-types.h +include/p8-platform/sockets/cdevsocket.h +include/p8-platform/sockets/socket.h +include/p8-platform/sockets/tcp.h +include/p8-platform/threads/atomics.h +include/p8-platform/threads/mutex.h +include/p8-platform/threads/threads.h +include/p8-platform/util/StdString.h +include/p8-platform/util/StringUtils.h +include/p8-platform/util/atomic.h +include/p8-platform/util/buffer.h +include/p8-platform/util/timeutils.h +include/p8-platform/util/util.h +lib/libp8-platform.so +lib/libp8-platform.so.2 +lib/libp8-platform.so.2.0.1 +lib/p8-platform/p8-platform-config.cmake +libdata/pkgconfig/p8-platform.pc