pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/libpsl



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jul 29 14:17:06 UTC 2018

Modified Files:
        pkgsrc/www/libpsl: DESCR Makefile

Log Message:
Fix DESCR wrapping, bump revision.

Noticed by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/libpsl/DESCR pkgsrc/www/libpsl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libpsl/DESCR
diff -u pkgsrc/www/libpsl/DESCR:1.1 pkgsrc/www/libpsl/DESCR:1.2
--- pkgsrc/www/libpsl/DESCR:1.1 Sat Jul 28 12:25:20 2018
+++ pkgsrc/www/libpsl/DESCR     Sun Jul 29 14:17:06 2018
@@ -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
Index: pkgsrc/www/libpsl/Makefile
diff -u pkgsrc/www/libpsl/Makefile:1.1 pkgsrc/www/libpsl/Makefile:1.2
--- pkgsrc/www/libpsl/Makefile:1.1      Sat Jul 28 12:25:20 2018
+++ pkgsrc/www/libpsl/Makefile  Sun Jul 29 14:17:06 2018
@@ -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}



Home | Main Index | Thread Index | Old Index