Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137389087
D2200.id4584.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2200.id4584.diff
View Options
Index: dns/Makefile
===================================================================
--- dns/Makefile
+++ dns/Makefile
@@ -158,6 +158,7 @@
SUBDIR += py-namebench
SUBDIR += py-publicsuffix
SUBDIR += py-twistedNames
+ SUBDIR += py-wdns
SUBDIR += radns
SUBDIR += rbldnsd
SUBDIR += rbllookup
Index: dns/py-wdns/Makefile
===================================================================
--- /dev/null
+++ dns/py-wdns/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= pywdns
+PORTVERSION= 0.6.0
+CATEGORIES= dns python
+MASTER_SITES= FARSIGHT \
+ LOCAL/truckman/farsight
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= truckman@FreeBSD.org
+COMMENT= Python wrapper for dns/wdns
+
+LICENSE= APACHE20
+
+LIB_DEPENDS= libwdns.so:${PORTSDIR}/dns/wdns
+
+USE_PYTHON= distutils autoplist
+
+USES= pkgconfig python
+
+post-patch:
+ ${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/python2.7/site-packages/wdns.so
+
+.include <bsd.port.mk>
Index: dns/py-wdns/distinfo
===================================================================
--- /dev/null
+++ dns/py-wdns/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pywdns-0.6.0.tar.gz) = 3e0d7b520793835c1be34a679bbbb5cefdfc28d6ef9b6e2759e175d0571e405d
+SIZE (pywdns-0.6.0.tar.gz) = 60166
Index: dns/py-wdns/pkg-descr
===================================================================
--- /dev/null
+++ dns/py-wdns/pkg-descr
@@ -0,0 +1,5 @@
+This is pywdns, a Python extension module implemented in Cython for
+the wdns C library.
+
+
+WWW: https://github.com/farsightsec/pywdns
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 24, 12:29 AM (23 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26040292
Default Alt Text
D2200.id4584.diff (1 KB)
Attached To
Mode
D2200: new port dns/py-wdns
Attached
Detach File
Event Timeline
Log In to Comment