diff --git a/databases/Makefile b/databases/Makefile index 40a36022cc83..0afe1b0d9864 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.626 2021/03/07 15:11:01 taca Exp $ +# $NetBSD: Makefile,v 1.627 2021/04/28 06:56:38 wiz Exp $ COMMENT= Databases @@ -152,7 +152,6 @@ SUBDIR+= p5-Class-DBI-Plugin SUBDIR+= p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR+= p5-DBD-CSV SUBDIR+= p5-DBD-DB2 -SUBDIR+= p5-DBD-Google SUBDIR+= p5-DBD-Mock SUBDIR+= p5-DBD-ODBC SUBDIR+= p5-DBD-Oracle diff --git a/databases/p5-DBD-Google/DESCR b/databases/p5-DBD-Google/DESCR deleted file mode 100644 index f4bd37d71829..000000000000 --- a/databases/p5-DBD-Google/DESCR +++ /dev/null @@ -1 +0,0 @@ -DBD::Google provides a Perl DBI interface to the Google search engine. diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile deleted file mode 100644 index c243406e563e..000000000000 --- a/databases/p5-DBD-Google/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $NetBSD: Makefile,v 1.27 2020/08/31 18:06:59 wiz Exp $ - -DISTNAME= DBD-Google-0.51 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 -CATEGORIES= databases perl5 www -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://metacpan.org/release/DBD-Google -COMMENT= Perl DBI/DBD driver for using Google as a datasource - -DEPENDS+= p5-DBI>=1.5:../../databases/p5-DBI -DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser -DEPENDS+= p5-Net-Google>=0.61:../../net/p5-Net-Google -DEPENDS+= p5-SQL-Statement>=1.00:../../databases/p5-SQL-Statement -DEPENDS+= p5-URI>=0:../../www/p5-URI -DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser - -PERL5_PACKLIST= auto/DBD/Google/.packlist - -BUILDLINK_API_DEPENDS.p5-DBI?= p5-DBI>=1.39 - -.include "../../databases/p5-DBI/buildlink3.mk" -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-Google/distinfo b/databases/p5-DBD-Google/distinfo deleted file mode 100644 index 0817ae01a43e..000000000000 --- a/databases/p5-DBD-Google/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 01:56:17 agc Exp $ - -SHA1 (DBD-Google-0.51.tar.gz) = a866842060eee9b3e4d7016904ba1e811865d82f -RMD160 (DBD-Google-0.51.tar.gz) = 27f10a3d9968c9f736fa824033cd71797629e2e9 -SHA512 (DBD-Google-0.51.tar.gz) = 1bf06579307995fe1411f87bf4e947c86d7ca8990cfc03f937641fd274059a2b6cf31de8e7d74a9554eedc51e73ae0b64a0bd8e8d684549c509e7f56c21cd1a4 -Size (DBD-Google-0.51.tar.gz) = 19032 bytes diff --git a/doc/CHANGES-2021 b/doc/CHANGES-2021 index 1d8849ed1d2b..50df53447e9f 100644 --- a/doc/CHANGES-2021 +++ b/doc/CHANGES-2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2434 2021/04/27 22:59:07 thor Exp $ +$NetBSD: CHANGES-2021,v 1.2435 2021/04/28 06:56:38 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3921,3 +3921,4 @@ Changes to the packages collection and infrastructure in 2021: Updated devel/php-composer to 2.0.13 [tpaul 2021-04-27] Updated net/scapy to 2.4.5 [gutteridge 2021-04-27] Updated devel/metslib to 0.5.3 [thor 2021-04-27] + Removed databases/p5-DBD-Google [wiz 2021-04-28]