Page MenuHomeFreeBSD

D1266.diff
No OneTemporary

D1266.diff

Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -1118,6 +1118,7 @@
SUBDIR += libphutil
SUBDIR += libplist
SUBDIR += libpo6
+ SUBDIR += libpru
SUBDIR += libpthread-stubs
SUBDIR += libqcow
SUBDIR += libqxt
Index: head/devel/libpru/Makefile
===================================================================
--- head/devel/libpru/Makefile
+++ head/devel/libpru/Makefile
@@ -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>
Index: head/devel/libpru/distinfo
===================================================================
--- head/devel/libpru/distinfo
+++ head/devel/libpru/distinfo
@@ -0,0 +1,2 @@
+SHA256 (libpru-0.1.tar.gz) = d64d4a27c7931b7428944367ea12e492e7cb5fcef5b52bdd154ee504840fbdd5
+SIZE (libpru-0.1.tar.gz) = 6711
Index: head/devel/libpru/pkg-descr
===================================================================
--- head/devel/libpru/pkg-descr
+++ head/devel/libpru/pkg-descr
@@ -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
Index: head/devel/libpru/pkg-plist
===================================================================
--- head/devel/libpru/pkg-plist
+++ head/devel/libpru/pkg-plist
@@ -0,0 +1,3 @@
+include/libpru.h
+lib/libpru.so.1
+lib/libpru.so

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 21, 11:15 PM (18 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27823228
Default Alt Text
D1266.diff (1 KB)

Event Timeline