svn commit: r400969 - in head/misc: . raspbsd-led

Brad Davis brd at FreeBSD.org
Sat Nov 7 01:11:32 UTC 2015


Author: brd
Date: Sat Nov  7 01:11:30 2015
New Revision: 400969
URL: https://svnweb.freebsd.org/changeset/ports/400969

Log:
  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)

Added:
  head/misc/raspbsd-led/
  head/misc/raspbsd-led/Makefile   (contents, props changed)
  head/misc/raspbsd-led/distinfo   (contents, props changed)
  head/misc/raspbsd-led/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat Nov  7 00:47:23 2015	(r400968)
+++ head/misc/Makefile	Sat Nov  7 01:11:30 2015	(r400969)
@@ -392,6 +392,7 @@
     SUBDIR += qt5ct
     SUBDIR += quotes
     SUBDIR += raspberrypi-userland
+    SUBDIR += raspbsd-led
     SUBDIR += ree
     SUBDIR += rfc
     SUBDIR += ringtonetools

Added: head/misc/raspbsd-led/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/raspbsd-led/Makefile	Sat Nov  7 01:11:30 2015	(r400969)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	raspbsd-led
+PORTVERSION=	0.1
+CATEGORIES=	misc
+DISTVERSIONPREFIX=	v
+
+MAINTAINER=	brd at 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>

Added: head/misc/raspbsd-led/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/raspbsd-led/distinfo	Sat Nov  7 01:11:30 2015	(r400969)
@@ -0,0 +1,2 @@
+SHA256 (raspbsd-raspbsd-led-v0.1_GH0.tar.gz) = 11d12360014fae4cfac42fe77db575592c30c3c7708b5e356010591efb7136ad
+SIZE (raspbsd-raspbsd-led-v0.1_GH0.tar.gz) = 835

Added: head/misc/raspbsd-led/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/raspbsd-led/pkg-descr	Sat Nov  7 01:11:30 2015	(r400969)
@@ -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


More information about the svn-ports-all mailing list