diff options
-rw-r--r-- | www/libpsl/DESCR | 15 | ||||
-rw-r--r-- | www/libpsl/Makefile | 3 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/libpsl/DESCR b/www/libpsl/DESCR index 9f73c9925b3..6d66c62e2d3 100644 --- a/www/libpsl/DESCR +++ b/www/libpsl/DESCR @@ -3,19 +3,20 @@ directly register own names. Browsers and other web clients can use it to -* avoid privacy-leaking "supercookies" avoid privacy-leaking -* "super domain" certificates (see post from Jeffry Walton) domain -* highlighting parts of the domain in a user interface sorting -* domain lists by site +* avoid privacy-leaking "supercookies" +* avoid privacy-leaking "super domain" certificates + (see post from Jeffry Walton) +* domain highlighting (parts of the domain) in a user interface +* sorting domain lists by site -Libpsl... +libpsl ... * has built-in PSL data for fast access * allows to load PSL data from files * checks if a given domain is a "public suffix" * provides immediate cookie domain verification * finds the longest public part of a given domain -* finds the shortest private part of a given domain works with - international domains (UTF-8 and IDNA2008 Punycode) +* finds the shortest private part of a given domain +* works with international domains (UTF-8 and IDNA2008 Punycode) * is thread-safe * handles IDNA2008 UTS#46 diff --git a/www/libpsl/Makefile b/www/libpsl/Makefile index 050abccda50..2eeabf427bf 100644 --- a/www/libpsl/Makefile +++ b/www/libpsl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/07/28 12:25:20 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/29 14:17:06 bsiegert Exp $ DISTNAME= libpsl-0.20.2 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=rockdaboot/} GITHUB_RELEASE= ${DISTNAME} |