Port details |
- libpololu-avr Support libraries for Pololu robots
- 151002_2 devel
=2 151002_2Version of this port present on the latest quarterly branch. - Maintainer: jonathan@FreeBSD.org
 - Port Added: 2015-09-22 13:48:27
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.pololu.com/docs/0J20
- Description:
- A C/C++ library for controlling Pololu AVR hardware, such as the 3pi robot
and Orangutan family of robot controllers.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libpololu-avr>0:devel/libpololu-avr
- To install the port:
- cd /usr/ports/devel/libpololu-avr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libpololu-avr
- pkg install libpololu-avr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpololu-avr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1473775580
SHA256 (pololu-libpololu-avr-151002_GH0.tar.gz) = a049f22a0d8437cc7d3f96e6dbeadcac084029c966efda26c8016d4bea67ea7f
SIZE (pololu-libpololu-avr-151002_GH0.tar.gz) = 356586
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:
-
- libc.a : devel/avr-libc
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- libc.a : devel/avr-libc
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libpololu-avr
- USES:
- gmake
- 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 |
151002_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
151002_1 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 ) |
151002_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
151002_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
151002_1 21 Oct 2019 12:31:06
  |
pkubaj  |
devel/libpololu-avr: unbreak on powerpc64
Builds fine.
Approved by: mentors (implicit approval) |
151002_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
151002 13 May 2017 03:35:51
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
151002 22 Sep 2016 11:19:39
  |
jonathan  |
Switch libpololu-avr port to GitHub sources.
The zip files released on the Pololu website confuse portscout
(which thinks there should be a new version every day!) and use a
non-standard directory hierarchy, which requires WRKSRC to be set.
Switching to the GitHub releases (which are created by the same company,
just using GitHub mechanisms) solves both of these problems.
Also, fix some problems pointed out by mat (thanks!) that I ought to have
caught earlier by running `portlint -A`. :(
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D7879 |
151002 27 Jul 2016 16:11:08
  |
jonathan  |
Update to v151002.
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D6339 |
140513 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
140513 22 Sep 2015 13:48:20
  |
jonathan  |
Add new port: devel/libpololu-avr.
This is a library used to control Pololu AVR-based robots such as the
Pololu 3pi (used for introductory programming education at Memorial
University of Newfoundland and, I believe, other places too).
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D2622 |