Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A38031A9239 for ; Thu, 11 Nov 2021 16:53:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B717184ECE; Thu, 11 Nov 2021 16:53:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F362484DA9 for ; Thu, 11 Nov 2021 16:53:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WmUJc2DysPzP for ; Thu, 11 Nov 2021 16:53:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 54A1084CEF for ; Thu, 11 Nov 2021 16:53:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EE0FFAEC; Thu, 11 Nov 2021 16:53:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636649625107140" MIME-Version: 1.0 Date: Thu, 11 Nov 2021 16:53:45 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20211111165345.4EE0FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636649625107140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: abs Date: Thu Nov 11 16:53:45 UTC 2021 Modified Files: pkgsrc/databases: Makefile Added Files: pkgsrc/databases/p5-DBD-MariaDB: DESCR Makefile distinfo Log Message: Added p5-DBD-MariaDB DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them. :-) To generate a diff of this commit: cvs rdiff -u -r1.642 -r1.643 pkgsrc/databases/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/databases/p5-DBD-MariaDB/DESCR \ pkgsrc/databases/p5-DBD-MariaDB/Makefile \ pkgsrc/databases/p5-DBD-MariaDB/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636649625107140 Content-Disposition: inline Content-Length: 3008 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.642 pkgsrc/databases/Makefile:1.643 --- pkgsrc/databases/Makefile:1.642 Sat Nov 6 15:09:26 2021 +++ pkgsrc/databases/Makefile Thu Nov 11 16:53:45 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.642 2021/11/06 15:09:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.643 2021/11/11 16:53:45 abs Exp $ COMMENT= Databases @@ -155,6 +155,7 @@ SUBDIR+= p5-Class-DBI-Plugin SUBDIR+= p5-Class-DBI-Plugin-DeepAbstractSearch SUBDIR+= p5-DBD-CSV SUBDIR+= p5-DBD-DB2 +SUBDIR+= p5-DBD-Mariadb SUBDIR+= p5-DBD-Mock SUBDIR+= p5-DBD-ODBC SUBDIR+= p5-DBD-Oracle Added files: Index: pkgsrc/databases/p5-DBD-MariaDB/DESCR diff -u /dev/null pkgsrc/databases/p5-DBD-MariaDB/DESCR:1.1 --- /dev/null Thu Nov 11 16:53:45 2021 +++ pkgsrc/databases/p5-DBD-MariaDB/DESCR Thu Nov 11 16:53:45 2021 @@ -0,0 +1,7 @@ +DBD::MariaDB is the Perl5 Database Interface driver for MariaDB +and MySQL databases. In other words: DBD::MariaDB is an interface +between the Perl programming language and the MariaDB/MySQL +programming API that comes with the MariaDB/MySQL relational database +management system. Most functions provided by this programming API +are supported. Some rarely used functions are missing, mainly +because no-one ever requested them. :-) Index: pkgsrc/databases/p5-DBD-MariaDB/Makefile diff -u /dev/null pkgsrc/databases/p5-DBD-MariaDB/Makefile:1.1 --- /dev/null Thu Nov 11 16:53:45 2021 +++ pkgsrc/databases/p5-DBD-MariaDB/Makefile Thu Nov 11 16:53:45 2021 @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2021/11/11 16:53:45 abs Exp $ + +DISTNAME= DBD-MariaDB-1.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/release/DBD-MariaDB +COMMENT= MariaDB and MySQL driver for the Perl5 Database Interface (DBI) +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Devel-CheckLib>=1.12:../../devel/p5-Devel-CheckLib +TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep + +PERL5_PACKLIST= auto/DBD/MariaDB/.packlist + +REPLACE_PERL= lib/DBD/MariaDB.pm + +# MAKE_PARAMS+= --nocatchstderr + +MYSQL_VERSIONS_ACCEPTED= mariadb106 mariadb105 mariadb104 + +.include "../../databases/p5-DBI/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/mysql.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/databases/p5-DBD-MariaDB/distinfo diff -u /dev/null pkgsrc/databases/p5-DBD-MariaDB/distinfo:1.1 --- /dev/null Thu Nov 11 16:53:45 2021 +++ pkgsrc/databases/p5-DBD-MariaDB/distinfo Thu Nov 11 16:53:45 2021 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/11/11 16:53:45 abs Exp $ + +BLAKE2s (DBD-MariaDB-1.21.tar.gz) = 309cacb2169f92173eaa5367f93fa15babc9b6a78dee4c8e0cb1c221959f2f20 +SHA512 (DBD-MariaDB-1.21.tar.gz) = 0378b33e9cd31ced6f2331967c7ea63a233340bb4a60ef2bbece4843b3a62624875aa1a5e61a9fa1b709ecc8d67810c6fa4fb9ccc01df341e6d94325078f360a +Size (DBD-MariaDB-1.21.tar.gz) = 179911 bytes --_----------=_1636649625107140--