Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 21:07:19 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410576 - head/dns/py-tldextract
Message-ID:  <201603072107.u27L7JGQ073783@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Mon Mar  7 21:07:19 2016
New Revision: 410576
URL: https://svnweb.freebsd.org/changeset/ports/410576

Log:
  Introducing tldextract for extracting the TLD from the registered domain and
  subdomains of a URL.
  
  Differential Revision: D5574

Added:
  head/dns/py-tldextract/
  head/dns/py-tldextract/Makefile   (contents, props changed)
  head/dns/py-tldextract/distinfo   (contents, props changed)
  head/dns/py-tldextract/pkg-descr   (contents, props changed)

Added: head/dns/py-tldextract/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-tldextract/Makefile	Mon Mar  7 21:07:19 2016	(r410576)
@@ -0,0 +1,22 @@
+# Created by: Dan Langille <dvl@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tldextract
+PORTVERSION=	1.7.5
+CATEGORIES=	dns python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dvl@FreeBSD.org
+COMMENT=	Separate the TLD from the registered domain and subdomains of a URL
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}idna>=2.0:${PORTSDIR}/dns/py-idna
+
+USES=	python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/dns/py-tldextract/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-tldextract/distinfo	Mon Mar  7 21:07:19 2016	(r410576)
@@ -0,0 +1,2 @@
+SHA256 (tldextract-1.7.5.tar.gz) = f01e6fbe872f0e9e5440a811ee33fbc562723dd1b4f239a8e9ef6f717b3392bd
+SIZE (tldextract-1.7.5.tar.gz) = 63860

Added: head/dns/py-tldextract/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-tldextract/pkg-descr	Mon Mar  7 21:07:19 2016	(r410576)
@@ -0,0 +1,4 @@
+Python module for separating the TLD from the registered domain and subdomains
+of a URL, using the Public Suffix List.
+
+WWW: https://github.com/john-kurkowski/tldextract



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603072107.u27L7JGQ073783>