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
Unknown Object (File)
Wed, Apr 9, 4:50 PM
Unknown Object (File)
Mar 3 2025, 1:26 AM
Unknown Object (File)
Feb 25 2025, 8:06 PM
Unknown Object (File)
Feb 23 2025, 12:44 AM
Unknown Object (File)
Feb 20 2025, 4:45 AM
Unknown Object (File)
Feb 17 2025, 12:11 PM
Unknown Object (File)
Feb 17 2025, 12:03 PM
Unknown Object (File)
Nov 23 2024, 4:57 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

araujo requested changes to this revision.Jan 8 2019, 8:29 AM
araujo added inline comments.
dns/py-bonjour/Makefile
9 ↗(On Diff #52663)

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
1 ↗(On Diff #52663)

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.