1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Add a new port of tools designed to work with the LEDs on ARM boards.

It initially supports the BeagleBone Black, but others will follow.

Approved by:	bdrewery (mentor)
This commit is contained in:
Brad Davis 2015-11-07 01:11:30 +00:00
parent 997c242d2a
commit 1b96231b67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400969
4 changed files with 22 additions and 0 deletions

View File

@ -392,6 +392,7 @@
SUBDIR += qt5ct
SUBDIR += quotes
SUBDIR += raspberrypi-userland
SUBDIR += raspbsd-led
SUBDIR += ree
SUBDIR += rfc
SUBDIR += ringtonetools

15
misc/raspbsd-led/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= raspbsd-led
PORTVERSION= 0.1
CATEGORIES= misc
DISTVERSIONPREFIX= v
MAINTAINER= brd@FreeBSD.org
COMMENT= Misc LED programs for ARM boards
USE_GITHUB= yes
GH_ACCOUNT= raspbsd
PLIST_FILES= sbin/flash-heartbeat-led
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (raspbsd-raspbsd-led-v0.1_GH0.tar.gz) = 11d12360014fae4cfac42fe77db575592c30c3c7708b5e356010591efb7136ad
SIZE (raspbsd-raspbsd-led-v0.1_GH0.tar.gz) = 835

View File

@ -0,0 +1,4 @@
This provides LED tools for flashing the built-on LEDs found on many
ARM boards, such as the BeagleBone Black.
WWW: https://github.com/RaspBSD/raspbsd-led