Page MenuHomeFreeBSD

D1266.id2638.diff
No OneTemporary

D1266.id2638.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -1118,6 +1118,7 @@
SUBDIR += libphutil
SUBDIR += libplist
SUBDIR += libpo6
+ SUBDIR += libpru
SUBDIR += libpthread-stubs
SUBDIR += libqcow
SUBDIR += libqxt
Index: devel/libpru/Makefile
===================================================================
--- /dev/null
+++ devel/libpru/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= libpru
+PORTVERSION= 0.1
+CATEGORIES= devel
+MASTER_SITES= https://bitbucket.org/rpaulo/libpru/get/
+DISTNAME= libpru-${PORTVERSION}
+
+MAINTAINER= rpaulo@FreeBSD.org
+COMMENT= Lib
+
+USES= cmake
+
+WRKSRC= ${WRKDIR}/rpaulo-libpru-e1aae0486927
+
+.include <bsd.port.mk>
Index: devel/libpru/distinfo
===================================================================
--- /dev/null
+++ devel/libpru/distinfo
@@ -0,0 +1,2 @@
+SHA256 (libpru-0.1.tar.gz) = d64d4a27c7931b7428944367ea12e492e7cb5fcef5b52bdd154ee504840fbdd5
+SIZE (libpru-0.1.tar.gz) = 6711
Index: devel/libpru/pkg-descr
===================================================================
--- /dev/null
+++ 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: devel/libpru/pkg-plist
===================================================================
--- /dev/null
+++ devel/libpru/pkg-plist
@@ -0,0 +1,2 @@
+include/libpru.h
+lib/libpru.so.1

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 5:09 PM (13 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36948802
Default Alt Text
D1266.id2638.diff (1 KB)

Event Timeline