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:
parent
997c242d2a
commit
1b96231b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400969
@ -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
15
misc/raspbsd-led/Makefile
Normal 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>
|
2
misc/raspbsd-led/distinfo
Normal file
2
misc/raspbsd-led/distinfo
Normal 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
|
4
misc/raspbsd-led/pkg-descr
Normal file
4
misc/raspbsd-led/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user