Index: head/dns/py-bonjour/pkg-descr =================================================================== --- head/dns/py-bonjour/pkg-descr (revision 491569) +++ head/dns/py-bonjour/pkg-descr (nonexistent) @@ -1,7 +0,0 @@ -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. - -WWW: https://github.com/depl0y/pybonjour-python3 Property changes on: head/dns/py-bonjour/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/py-bonjour/distinfo =================================================================== --- head/dns/py-bonjour/distinfo (revision 491569) +++ head/dns/py-bonjour/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1518466005 -SHA256 (depl0y-pybonjour-python3-1.1.1-2c8283f_GH0.tar.gz) = ec180cf9c9c2e36fe827c294d0c45903846c15af76e19833be867cbe8df3e333 -SIZE (depl0y-pybonjour-python3-1.1.1-2c8283f_GH0.tar.gz) = 18776 Property changes on: head/dns/py-bonjour/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/py-bonjour/Makefile =================================================================== --- head/dns/py-bonjour/Makefile (revision 491569) +++ head/dns/py-bonjour/Makefile (nonexistent) @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pybonjour -PORTVERSION= 1.1.1 -CATEGORIES= dns python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jhixson@freebsd.org -COMMENT= Pure-Python interface to Apple Bonjour - -LICENSE= MIT - -LIB_DEPENDS= libdns_sd.so.1:net/mDNSResponder - -USES= python:3.6+ -USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= depl0y -GH_PROJECT= pybonjour-python3 -GH_TAGNAME= 2c8283f - -NO_ARCH= yes - -.include Property changes on: head/dns/py-bonjour/Makefile ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/py-bonjour/files/patch-pybonjour.py =================================================================== --- head/dns/py-bonjour/files/patch-pybonjour.py (revision 491569) +++ head/dns/py-bonjour/files/patch-pybonjour.py (nonexistent) @@ -1,11 +0,0 @@ ---- pybonjour.py.orig 2013-10-02 17:41:05 UTC -+++ pybonjour.py -@@ -1116,7 +1116,7 @@ def DNSServiceRegister( - type=type(txtRecord))) - - if not txtRecord: -- txtLen, txtRecord = 1, '\0' -+ txtLen, txtRecord = 1, '\0'.encode('utf-8') - else: - txtLen, txtRecord = _string_to_length_and_void_p(txtRecord) - Property changes on: head/dns/py-bonjour/files/patch-pybonjour.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/dns/py-pybonjour/Makefile =================================================================== --- head/dns/py-pybonjour/Makefile (nonexistent) +++ head/dns/py-pybonjour/Makefile (revision 491570) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= pybonjour +PORTVERSION= 1.1.1 +CATEGORIES= dns python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhixson@freebsd.org +COMMENT= Pure-Python interface to Apple Bonjour + +LICENSE= MIT + +LIB_DEPENDS= libdns_sd.so.1:net/mDNSResponder + +USES= python:3.6+ +USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= depl0y +GH_PROJECT= pybonjour-python3 +GH_TAGNAME= 2c8283f + +NO_ARCH= yes + +.include Property changes on: head/dns/py-pybonjour/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/py-pybonjour/distinfo =================================================================== --- head/dns/py-pybonjour/distinfo (nonexistent) +++ head/dns/py-pybonjour/distinfo (revision 491570) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518466005 +SHA256 (depl0y-pybonjour-python3-1.1.1-2c8283f_GH0.tar.gz) = ec180cf9c9c2e36fe827c294d0c45903846c15af76e19833be867cbe8df3e333 +SIZE (depl0y-pybonjour-python3-1.1.1-2c8283f_GH0.tar.gz) = 18776 Property changes on: head/dns/py-pybonjour/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/py-pybonjour/files/patch-pybonjour.py =================================================================== --- head/dns/py-pybonjour/files/patch-pybonjour.py (nonexistent) +++ head/dns/py-pybonjour/files/patch-pybonjour.py (revision 491570) @@ -0,0 +1,11 @@ +--- pybonjour.py.orig 2013-10-02 17:41:05 UTC ++++ pybonjour.py +@@ -1116,7 +1116,7 @@ def DNSServiceRegister( + type=type(txtRecord))) + + if not txtRecord: +- txtLen, txtRecord = 1, '\0' ++ txtLen, txtRecord = 1, '\0'.encode('utf-8') + else: + txtLen, txtRecord = _string_to_length_and_void_p(txtRecord) + Property changes on: head/dns/py-pybonjour/files/patch-pybonjour.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/dns/py-pybonjour/pkg-descr =================================================================== --- head/dns/py-pybonjour/pkg-descr (nonexistent) +++ head/dns/py-pybonjour/pkg-descr (revision 491570) @@ -0,0 +1,7 @@ +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. + +WWW: https://github.com/depl0y/pybonjour-python3 Property changes on: head/dns/py-pybonjour/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property