Date: Sun, 5 Apr 2015 23:17:30 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383390 - in head/dns: . py-pydnstable Message-ID: <201504052317.t35NHUSH023349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Sun Apr 5 23:17:29 2015 New Revision: 383390 URL: https://svnweb.freebsd.org/changeset/ports/383390 Log: New port: dns/py-pydnstable Python bindings for the dnstable library Differential Revision: https://reviews.freebsd.org/D2231 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. Added: head/dns/py-pydnstable/ head/dns/py-pydnstable/Makefile (contents, props changed) head/dns/py-pydnstable/distinfo (contents, props changed) head/dns/py-pydnstable/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Sun Apr 5 23:16:50 2015 (r383389) +++ head/dns/Makefile Sun Apr 5 23:17:29 2015 (r383390) @@ -158,6 +158,7 @@ SUBDIR += py-ldns SUBDIR += py-namebench SUBDIR += py-publicsuffix + SUBDIR += py-pydnstable SUBDIR += py-pywdns SUBDIR += py-twistedNames SUBDIR += radns Added: head/dns/py-pydnstable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-pydnstable/Makefile Sun Apr 5 23:17:29 2015 (r383390) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= pydnstable +PORTVERSION= 0.4.0 +CATEGORIES= dns python +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Python wrapper for dns/dnstable + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libdnstable.so:${PORTSDIR}/dns/dnstable + +USE_PYTHON= distutils autoplist +USES= pkgconfig python + +post-install: + ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so + +.include <bsd.port.mk> Added: head/dns/py-pydnstable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-pydnstable/distinfo Sun Apr 5 23:17:29 2015 (r383390) @@ -0,0 +1,2 @@ +SHA256 (pydnstable-0.4.0.tar.gz) = 13261e616682bd609bacf9ef6836e4bab9bb29a485873cb9f9daf6dd258d341a +SIZE (pydnstable-0.4.0.tar.gz) = 41037 Added: head/dns/py-pydnstable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-pydnstable/pkg-descr Sun Apr 5 23:17:29 2015 (r383390) @@ -0,0 +1,3 @@ +Python bindings for the dnstable library + +WWW: https://github.com/farsightsec/pydnstable
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504052317.t35NHUSH023349>