Port details |
- libpru Library to interface with PRUs
- 0.4 devel
=2 0.4Version of this port present on the latest quarterly branch. - Maintainer: jmg@FreeBSD.org
 - Port Added: 2014-12-05 18:07:30
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://bitbucket.org/rpaulo/libpru
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libpru/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libpru
- pkg install libpru
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpru
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1600804285
SHA256 (rpaulo-libpru-0.4-v0.4_GH0.tar.gz) = 2b011c9f54902012ac4f8e01deae529080838cdb705195e9829a5dd5b00f51c3
SIZE (rpaulo-libpru-0.4-v0.4_GH0.tar.gz) = 8208
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- devel/pructl
Configuration Options:
- No options to configure
- Options name:
- devel_libpru
- USES:
- cmake compiler
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4 22 Sep 2020 20:13:46
  |
cy  |
Unbreak by making fetchable again, using GH.
jmg@ has agreed to maintain this port for now as he uses it. He's
willing to give maintainership to anyone else who actively uses it.
Reported by: jmg |
0.4 29 Aug 2020 10:20:21
  |
tcberner  |
devel/libpru: mark deprecated -- upstream is unreachable |
0.4 27 Nov 2018 20:11:10
  |
linimon  |
Remove -Weverything unconditionally. This will affect tier-1 users who
prefer gcc.
Also turn off -Werror for gcc for tier-2 archs.
Reported by: jbeich
Reviewed by: mat |
0.4 02 Nov 2018 01:35:52
  |
linimon  |
Fix build with GCC-based architectures.
PR: 232851
Submitted by: Piotr Kubaj |
0.4 20 Aug 2017 10:42:45
  |
rene  |
Return these ports to the pool after rpaulo@ handed in his commit bit.
With hat: portmgr-secretary |
0.4 29 Apr 2017 06:32:03
  |
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.4 03 Jan 2017 11:01:06
  |
mat  |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
0.4 19 Sep 2016 13:06:17
  |
linimon  |
Also mark as broken on mips and sparc64. While here, pet portlint. |
0.4 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
0.4 19 Aug 2015 22:29:27
  |
rpaulo  |
Update libpru to 0.4.
This fixes compilation with Clang 3.7.
PR: 202495 |
0.2 03 Mar 2015 23:58:04
  |
rpaulo  |
Update devel/{libpru,pructl} to 0.2.
This version brings a better debugging experience in prudbg.
Differential Revision: https://reviews.freebsd.org/D2000
Reviewed by: bapt
Approved by: bapt |
0.1 12 Dec 2014 05:16:01
  |
rpaulo  |
Build devel/libpru only on FreeBSD 10+.
Differential Revision: https://reviews.freebsd.org/D1298
Reviewed by: swills
Approved by: swills |
0.1 05 Dec 2014 18:31:27
  |
rpaulo  |
Remove a comment and move LICENSE to its proper place.
Approved by: bapt (implicit) |
0.1 05 Dec 2014 18:07:14
  |
rpaulo  |
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 |