Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142555944
D1266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1266.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D1266: New port: devel/libpru.
Attached
Detach File
Event Timeline
Log In to Comment