Page MenuHomeFreeBSD

[new port] dns/py-bonjour: Python interface for mDNSResponder
ClosedPublic

Authored by jhixson on Jan 8 2019, 8:22 AM.
Tags
None
Referenced Files
F103334239: D18782.diff
Sat, Nov 23, 4:57 PM
Unknown Object (File)
Tue, Nov 19, 4:23 PM
Unknown Object (File)
Sun, Nov 17, 7:46 AM
Unknown Object (File)
Sun, Nov 17, 2:02 AM
Unknown Object (File)
Sat, Nov 16, 10:39 PM
Unknown Object (File)
Tue, Nov 12, 9:19 AM
Unknown Object (File)
Sat, Nov 9, 12:00 PM
Unknown Object (File)
Sat, Nov 9, 8:59 AM
Subscribers

Details

Summary

[new port] dns/py-bonjour: Python interface for mDNSResponder

Diff Detail

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

Event Timeline

araujo requested changes to this revision.Jan 8 2019, 8:29 AM
araujo added inline comments.
dns/py-bonjour/Makefile
10

Here you don't need to specify the version, I think you can describe like this: "Pure-Python interface to Apple Bonjour"

dns/py-bonjour/pkg-descr
2

Same here, I would replace this line using this text:

pybonjour provides a pure-Python interface (via ctypes) to Apple Bonjour and compatible DNS-SD libraries (such as Avahi). It allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area networks.

This revision now requires changes to proceed.Jan 8 2019, 8:29 AM

[new port] dns/py-bonjour: Python interface for mDNSResponder

This revision is now accepted and ready to land.Jan 8 2019, 8:40 AM
This revision was automatically updated to reflect the committed changes.