Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:21:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402926 - in head/dns: . public_suffix_list
Message-ID:  <201512041221.tB4CLgMp006310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  4 12:21:42 2015
New Revision: 402926
URL: https://svnweb.freebsd.org/changeset/ports/402926

Log:
  - Add public_suffix_list 0.0.0.20151203
  
  The Public Suffix List
  
  A "public suffix" is one under which Internet users can (or historically could)
  directly register names. Some examples of public suffixes are .com, .co.uk and
  pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.
  
  WWW: https://publicsuffix.org/
  WWW: https://github.com/publicsuffix/list/

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

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Fri Dec  4 12:21:31 2015	(r402925)
+++ head/dns/Makefile	Fri Dec  4 12:21:42 2015	(r402926)
@@ -156,6 +156,7 @@
     SUBDIR += pear-Net_DNS2
     SUBDIR += powerdns
     SUBDIR += powerdns-recursor
+    SUBDIR += public_suffix_list
     SUBDIR += py-adns
     SUBDIR += py-bonjour
     SUBDIR += py-dns

Added: head/dns/public_suffix_list/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/public_suffix_list/Makefile	Fri Dec  4 12:21:42 2015	(r402926)
@@ -0,0 +1,30 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	public_suffix_list
+PORTVERSION=	0.0.0.20151203
+CATEGORIES=	dns
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Public Suffix List by Mozilla
+
+LICENSE=	MPL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	%%DATADIR%%/public_suffix_list.dat \
+		%%DATADIR%%/test_psl.txt
+
+GH_ACCOUNT=	publicsuffix
+GH_PROJECT=	list
+GH_TAGNAME=	0ee352b
+USE_GITHUB=	yes
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/public_suffix_list.dat ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/tests/test_psl.txt ${STAGEDIR}${DATADIR}/
+
+.include <bsd.port.mk>

Added: head/dns/public_suffix_list/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/public_suffix_list/distinfo	Fri Dec  4 12:21:42 2015	(r402926)
@@ -0,0 +1,2 @@
+SHA256 (publicsuffix-list-0.0.0.20151203-0ee352b_GH0.tar.gz) = b472514166089f115bcecb591a8339761631180bf78227772c1cff9473e430c5
+SIZE (publicsuffix-list-0.0.0.20151203-0ee352b_GH0.tar.gz) = 72428

Added: head/dns/public_suffix_list/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/public_suffix_list/pkg-descr	Fri Dec  4 12:21:42 2015	(r402926)
@@ -0,0 +1,8 @@
+The Public Suffix List
+
+A "public suffix" is one under which Internet users can (or historically could)
+directly register names. Some examples of public suffixes are .com, .co.uk and
+pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.
+
+WWW: https://publicsuffix.org/
+WWW: https://github.com/publicsuffix/list/



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