Add a new port, py-bonjour. Provides python bindings to
zeroconf.
This commit is contained in:
parent
e68a0535af
commit
fbaf8a7377
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351566
@ -140,6 +140,7 @@
|
||||
SUBDIR += powerdns-devel
|
||||
SUBDIR += powerdns-recursor
|
||||
SUBDIR += py-adns
|
||||
SUBDIR += py-bonjour
|
||||
SUBDIR += py-dns
|
||||
SUBDIR += py-dns3
|
||||
SUBDIR += py-dnspython
|
||||
|
19
dns/py-bonjour/Makefile
Normal file
19
dns/py-bonjour/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pybonjour
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pybonjour-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jpaetzel@FreeBSD.org
|
||||
COMMENT= Python interface to bonjour
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pybonjour
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
dns/py-bonjour/distinfo
Normal file
2
dns/py-bonjour/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pybonjour-1.1.1.tar.gz) = 006175b0fa6ef555fe8970132db81332827662a680d5f64dcb005bfcc80299ad
|
||||
SIZE (pybonjour-1.1.1.tar.gz) = 18672
|
3
dns/py-bonjour/pkg-descr
Normal file
3
dns/py-bonjour/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
pybonjour is a python wrapper for interacting with Zeroconf
|
||||
|
||||
WWW: https://code.google.com/p/pybonjour/
|
3
dns/py-bonjour/pkg-plist
Normal file
3
dns/py-bonjour/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/pybonjour.py
|
||||
%%PYTHON_SITELIBDIR%%/pybonjour.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pybonjour.pyo
|
Loading…
Reference in New Issue
Block a user