Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Net::MySQL is a Pure Perl client interface for the MySQL database. This
module implements network protocol between server and client of MySQL,
thus you don't need external MySQL client library like libmysqlclient
for this module to work. It means this module enables you to connect to
MySQL server from some operation systems which MySQL is not ported.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:53 wiz Exp $
#
DISTNAME= Net-MySQL-0.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TS/TSUCCHI/
MAINTAINER= ficovh@yahoo.com
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
PERL5_PACKLIST= auto/Net/MySQL/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/01/26 20:03:05 rhaen Exp $
SHA1 (Net-MySQL-0.11.tar.gz) = 399e600c29bbded2a8e385f74e864551301af911
RMD160 (Net-MySQL-0.11.tar.gz) = 3a00aae21832203a609bc29b365a36593f0b3b50
Size (Net-MySQL-0.11.tar.gz) = 10429 bytes