pkgsrc-WIP-changes archive

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

Remove libpsl after import.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Jul 28 12:30:41 2018 +0000
Changeset:	e6a12e8697799f3fe61be5dc0061529e9c5a8b23

Removed Files:
	libpsl/DESCR
	libpsl/Makefile
	libpsl/PLIST
	libpsl/buildlink3.mk
	libpsl/distinfo

Log Message:
Remove libpsl after import.

Now at www/libpsl.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6a12e8697799f3fe61be5dc0061529e9c5a8b23

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

diffstat:
 libpsl/DESCR         | 21 ---------------------
 libpsl/Makefile      | 29 -----------------------------
 libpsl/PLIST         |  7 -------
 libpsl/buildlink3.mk | 14 --------------
 libpsl/distinfo      |  6 ------
 5 files changed, 77 deletions(-)

diffs:
diff --git a/libpsl/DESCR b/libpsl/DESCR
deleted file mode 100644
index 9f73c9925b..0000000000
--- a/libpsl/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-A "public suffix" is a domain name under which Internet users can
-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
-
-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)
-* is thread-safe
-* handles IDNA2008 UTS#46
diff --git a/libpsl/Makefile b/libpsl/Makefile
deleted file mode 100644
index fa8e73000b..0000000000
--- a/libpsl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/10/28 15:33:54 thomasklausner Exp $
-
-DISTNAME=	libpsl-0.20.2
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=rockdaboot/}
-GITHUB_RELEASE=	${DISTNAME}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/rockdaboot/libpsl/
-COMMENT=	Library to handle the Public Suffix List
-LICENSE=	mit
-
-USE_TOOLS+=	gmake pkg-config
-USE_LIBTOOL=	yes
-USE_LANGUAGES=	c c++
-GNU_CONFIGURE=	yes
-
-PYTHON_FOR_BUILD_ONLY=	yes
-REPLACE_PYTHON=		src/psl-make-dafsa
-
-CONFIGURE_ARGS+=	--disable-gtk-doc
-CONFIGURE_ARGS+=	--enable-runtime=libicu
-
-PKGCONFIG_OVERRIDE+=	libpsl.pc.in
-
-.include "../../lang/python/application.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../textproc/icu/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libpsl/PLIST b/libpsl/PLIST
deleted file mode 100644
index 0808b77d36..0000000000
--- a/libpsl/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD$
-bin/psl
-include/libpsl.h
-lib/libpsl.la
-lib/pkgconfig/libpsl.pc
-man/man1/psl-make-dafsa.1
-man/man1/psl.1
diff --git a/libpsl/buildlink3.mk b/libpsl/buildlink3.mk
deleted file mode 100644
index eba72d3d89..0000000000
--- a/libpsl/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libpsl
-
-.if !defined(LIBPSL_BUILDLINK3_MK)
-LIBPSL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libpsl+=	libpsl>=0.20.2
-BUILDLINK_PKGSRCDIR.libpsl?=	../../wip/libpsl
-
-#.include "../../textproc/icu/buildlink3.mk"
-.endif	# LIBPSL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libpsl
diff --git a/libpsl/distinfo b/libpsl/distinfo
deleted file mode 100644
index a24c37343c..0000000000
--- a/libpsl/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2014/10/28 15:33:55 thomasklausner Exp $
-
-SHA1 (libpsl-0.20.2.tar.gz) = 890376d6038652911cfa853ccfb5b993ae0743ee
-RMD160 (libpsl-0.20.2.tar.gz) = 418230d331d2976c111263f3c1280d47929f48cb
-SHA512 (libpsl-0.20.2.tar.gz) = fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe
-Size (libpsl-0.20.2.tar.gz) = 9228099 bytes


Home | Main Index | Thread Index | Old Index