diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2014-04-18 20:23:49 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2014-04-18 20:23:49 +0000 |
commit | fbaf8a7377541bc016b170d205d19d9f30150271 (patch) | |
tree | efdfbbd31d9f2c1e985b65dfd8c16a552c347da8 /dns | |
parent | e68a0535af786b6bf9639609abd0846a1086a3af (diff) | |
download | ports-fbaf8a7377541bc016b170d205d19d9f30150271.tar.gz ports-fbaf8a7377541bc016b170d205d19d9f30150271.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/py-bonjour/Makefile | 19 | ||||
-rw-r--r-- | dns/py-bonjour/distinfo | 2 | ||||
-rw-r--r-- | dns/py-bonjour/pkg-descr | 3 | ||||
-rw-r--r-- | dns/py-bonjour/pkg-plist | 3 |
5 files changed, 28 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index fbe7665c7024..4a659d8dff38 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -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 diff --git a/dns/py-bonjour/Makefile b/dns/py-bonjour/Makefile new file mode 100644 index 000000000000..5cd3fe94a539 --- /dev/null +++ b/dns/py-bonjour/Makefile @@ -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> diff --git a/dns/py-bonjour/distinfo b/dns/py-bonjour/distinfo new file mode 100644 index 000000000000..c143c917f7fd --- /dev/null +++ b/dns/py-bonjour/distinfo @@ -0,0 +1,2 @@ +SHA256 (pybonjour-1.1.1.tar.gz) = 006175b0fa6ef555fe8970132db81332827662a680d5f64dcb005bfcc80299ad +SIZE (pybonjour-1.1.1.tar.gz) = 18672 diff --git a/dns/py-bonjour/pkg-descr b/dns/py-bonjour/pkg-descr new file mode 100644 index 000000000000..1f207b6ffe21 --- /dev/null +++ b/dns/py-bonjour/pkg-descr @@ -0,0 +1,3 @@ +pybonjour is a python wrapper for interacting with Zeroconf + +WWW: https://code.google.com/p/pybonjour/ diff --git a/dns/py-bonjour/pkg-plist b/dns/py-bonjour/pkg-plist new file mode 100644 index 000000000000..22fd1d03c083 --- /dev/null +++ b/dns/py-bonjour/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pybonjour.py +%%PYTHON_SITELIBDIR%%/pybonjour.pyc +%%PYTHON_SITELIBDIR%%/pybonjour.pyo |