Bug 212806

Summary: New port: devel/arduino-sevseg: Arduino seven segment display library
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Boris Samorodov <bsam>
Status: Closed FIXED    
Severity: Affects Only Me CC: bsam
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
poudriere build log (10.3-RELEASE) none

Description Craig Leres freebsd_committer freebsd_triage 2016-09-19 02:08:29 UTC
Created attachment 174935 [details]
patch

This new port installs an Arduino library written by Dean Reading that provides support for running a varity of seven segment displays with the Arduino and other AVR microprocessors.
Comment 1 Craig Leres freebsd_committer freebsd_triage 2016-09-19 02:09:24 UTC
Created attachment 174936 [details]
poudriere build log (10.3-RELEASE)
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2016-10-11 15:49:21 UTC
Take.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-10-11 21:20:17 UTC
A commit references this bug:

Author: bsam
Date: Tue Oct 11 21:19:35 UTC 2016
New revision: 423799
URL: https://svnweb.freebsd.org/changeset/ports/423799

Log:
  Arduino seven segment display library

  This library turns your Arduino into a seven segment display
  controller! Use it to easily display numbers on your seven segment
  display without any additional controllers.

  It supports common cathode and common anode displays, and the use
  of switching transistors. Displays with 1 to 9 digits can be used,
  and decimal places are supported. Characters and strings are not
  supported.

  WWW: https://github.com/DeanIsMe/SevSeg

  PR:		212806
  Submitted by:	Craig Leres <leres@ee.lbl.gov>

Changes:
  head/devel/Makefile
  head/devel/arduino-sevseg/
  head/devel/arduino-sevseg/Makefile
  head/devel/arduino-sevseg/distinfo
  head/devel/arduino-sevseg/pkg-descr
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2016-10-11 21:24:17 UTC
Committed, thanks!