Date: Fri, 5 Dec 2014 18:07:14 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374069 - in head/devel: . libpru Message-ID: <201412051807.sB5I7EVO054995@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412051807.sB5I7EVO054995>