Page MenuHomeFreeBSD

[NEW] comms/openzwave: Open-source interface to Z-Wave networks
AbandonedPublic

Authored by koobs on Jul 20 2018, 6:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 8 2024, 3:54 PM
Unknown Object (File)
Feb 4 2024, 3:07 AM
Unknown Object (File)
Dec 26 2023, 9:27 AM
Unknown Object (File)
Dec 22 2023, 10:16 PM
Unknown Object (File)
Dec 21 2023, 10:44 PM
Unknown Object (File)
Nov 3 2023, 1:31 PM
Unknown Object (File)
Oct 21 2023, 5:05 AM
Unknown Object (File)
Jul 15 2023, 8:46 AM
Subscribers

Details

Reviewers
None
Summary
[NEW] comms/openzwave: Open-source interface to Z-Wave networks

Open-zwave - An open-source interface to Z-Wave networks.

A Open and Free Library that talks to Z-Wave devices via a Dongle
and the Z-Wave Serial API.

WWW: http://www.openzwave.net/

PR: 206526
Test Plan

portlint: OK (looks fine.)
testport: OK (poudriere, with/without DOCS)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18196
Build 17928: arc lint + arc unit

Event Timeline

Remove unconditional doxygen dependency, leftover from testing

comms/openzwave/Makefile
29

This should be a DOXYGEN option, not a DOCS one. DOCS should never bring in large dependencies.

OPTIONS_DEFINE=    DOCS DOXYGEN

DOXYGEN_IMPLIES=   DOCS
DOXYGEN_BUILD_DEPENDS=  doxy...
DOXYGEN_MAKE_ARGS=   

PORTDOCS= *
31
PORTDOCS= *

Committed updated version in rP496935