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)
Fri, May 10, 5:02 AM
Unknown Object (File)
Fri, May 10, 5:02 AM
Unknown Object (File)
Fri, May 10, 5:02 AM
Unknown Object (File)
Thu, May 9, 10:20 PM
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
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 18195
Build 17927: arc lint + arc unit

Event Timeline

Remove unconditional doxygen dependency, leftover from testing

comms/openzwave/Makefile
30

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= *
32
PORTDOCS= *

Committed updated version in rP496935