# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-publicsuffix2/ # py-publicsuffix2/distinfo # py-publicsuffix2/Makefile # py-publicsuffix2/pkg-descr # py-publicsuffix2/files # py-publicsuffix2/files/patch-publicsuffix2.LICENSE # echo c - py-publicsuffix2/ mkdir -p py-publicsuffix2/ > /dev/null 2>&1 echo x - py-publicsuffix2/distinfo sed 's/^X//' >py-publicsuffix2/distinfo << '3f6ab97447a606231851f586ee831e48' XTIMESTAMP = 1579110167 XSHA256 (publicsuffix2-2.20191221.tar.gz) = 00f8cc31aa8d0d5592a5ced19cccba7de428ebca985db26ac852d920ddd6fe7b XSIZE (publicsuffix2-2.20191221.tar.gz) = 99592 3f6ab97447a606231851f586ee831e48 echo x - py-publicsuffix2/Makefile sed 's/^X//' >py-publicsuffix2/Makefile << 'a66e0bb2c8b891c06747e8a116562b56' X# $FreeBSD$ X XPORTNAME= publicsuffix2 XPORTVERSION= 2.20191221 XCATEGORIES= dns python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ml@netfence.it XCOMMENT= Get public suffix of domain name from Public Suffix List. (Fork) X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/publicsuffix2.LICENSE X XPATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} X XNO_ARCH= yes XUSES= python XUSE_PYTHON= autoplist distutils X Xpost-patch: X @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/src/publicsuffix2/public_suffix_list.dat X X.include a66e0bb2c8b891c06747e8a116562b56 echo x - py-publicsuffix2/pkg-descr sed 's/^X//' >py-publicsuffix2/pkg-descr << '9379f69133a354bee67f0b9095d15b13' XThis module allows you to get the public suffix of a domain name using Xthe Public Suffix List from http://publicsuffix.org X XA public suffix is one under which Internet users can directly register names. XSome examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. XAccurately knowing the public suffix of a domain is useful when handling web Xbrowser cookies, highlighting the most important part of a domain name in a Xuser interface or sorting URLs by web site X XWWW: https://pypi.org/project/publicsuffix2/ 9379f69133a354bee67f0b9095d15b13 echo c - py-publicsuffix2/files mkdir -p py-publicsuffix2/files > /dev/null 2>&1 echo x - py-publicsuffix2/files/patch-publicsuffix2.LICENSE sed 's/^X//' >py-publicsuffix2/files/patch-publicsuffix2.LICENSE << 'c8e2bae2bf9e818d263bc07c086f262f' X--- publicsuffix2.LICENSE.orig 2020-01-15 17:46:40 UTC X+++ publicsuffix2.LICENSE X@@ -1,8 +1,8 @@ X Copyright (c) nexB Inc. and others. X-This code is based on Tomaž Šolc fork of David Wilson code originally at X+This code is based on Tomaz Solc fork of David Wilson code originally at X https://www.tablix.org/~avian/git/publicsuffix.git X X-Copyright (c) 2014 Tomaž Šolc X+Copyright (c) 2014 Tomaz Solc X X Python module included in this distribution is based on the code downloaded X from http://code.google.com/p/python-public-suffix-list/, which is c8e2bae2bf9e818d263bc07c086f262f exit