From owner-svn-ports-head@FreeBSD.ORG Fri Dec 5 18:07:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E718A95; Fri, 5 Dec 2014 18:07:16 +0000 (UTC) Received: from svn.freebsd.org (svn.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 F3D65F37; Fri, 5 Dec 2014 18:07:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5I7FpL055000; Fri, 5 Dec 2014 18:07:15 GMT (envelope-from rpaulo@FreeBSD.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB5I7EVO054995; Fri, 5 Dec 2014 18:07:14 GMT (envelope-from rpaulo@FreeBSD.org) Message-Id: <201412051807.sB5I7EVO054995@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rpaulo set sender to rpaulo@FreeBSD.org using -f From: Rui Paulo Date: Fri, 5 Dec 2014 18:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374069 - in head/devel: . libpru 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.18-1 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: Fri, 05 Dec 2014 18:07:16 -0000 Author: rpaulo Date: Fri Dec 5 18:07:14 2014 New Revision: 374069 URL: https://svnweb.freebsd.org/changeset/ports/374069 QAT: https://qat.redports.org/buildarchive/r374069/ Log: Add a new port: devel/libpru. libpru is a library to interface with Programmable Realtime Units on FreeBSD. Currently only the Texas Instruments PRUs are supported. Those can be found in the AM18XX and AM33XX (BeagleBone Black) SoCs. Differential Revision: https://reviews.freebsd.org/D1266 Reviewed by: bapt Approved by: bapt Added: head/devel/libpru/ head/devel/libpru/Makefile (contents, props changed) head/devel/libpru/distinfo (contents, props changed) head/devel/libpru/pkg-descr (contents, props changed) head/devel/libpru/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 5 18:01:08 2014 (r374068) +++ head/devel/Makefile Fri Dec 5 18:07:14 2014 (r374069) @@ -1118,6 +1118,7 @@ SUBDIR += libphutil SUBDIR += libplist SUBDIR += libpo6 + SUBDIR += libpru SUBDIR += libpthread-stubs SUBDIR += libqcow SUBDIR += libqxt Added: head/devel/libpru/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpru/Makefile Fri Dec 5 18:07:14 2014 (r374069) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= libpru +PORTVERSION= 0.1 +CATEGORIES= devel +MASTER_SITES= https://bitbucket.org/rpaulo/libpru/get/ +#DISTNAME= libpru-${PORTVERSION} +LICENSE= BSD2CLAUSE + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Library to interface with PRUs + +USES= cmake + +WRKSRC= ${WRKDIR}/rpaulo-libpru-e1aae0486927 + +.include Added: head/devel/libpru/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpru/distinfo Fri Dec 5 18:07:14 2014 (r374069) @@ -0,0 +1,2 @@ +SHA256 (libpru-0.1.tar.gz) = d64d4a27c7931b7428944367ea12e492e7cb5fcef5b52bdd154ee504840fbdd5 +SIZE (libpru-0.1.tar.gz) = 6711 Added: head/devel/libpru/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpru/pkg-descr Fri Dec 5 18:07:14 2014 (r374069) @@ -0,0 +1,6 @@ +libpru is a library to interface with Programmable Realtime Units on +FreeBSD. Currently only the Texas Instruments PRUs are +supported. Those can be found in the AM18XX and AM33XX (BeagleBone +Black) SoCs. + +WWW: https://bitbucket.org/rpaulo/libpru Added: head/devel/libpru/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libpru/pkg-plist Fri Dec 5 18:07:14 2014 (r374069) @@ -0,0 +1,3 @@ +include/libpru.h +lib/libpru.so.1 +lib/libpru.so