From e15a3c18edcde1855b3a44ac4c274110cd37a143 Mon Sep 17 00:00:00 2001 From: wilfried Date: Fri, 19 Apr 2002 15:12:41 +0000 Subject: [PATCH] Import of p5-Net-MySQL-0.03 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. --- net/p5-Net-MySQL/Makefile | 24 ++++++++++++++++++++++++ net/p5-Net-MySQL/distinfo | 3 +++ net/p5-Net-MySQL/pkg/DESCR | 6 ++++++ net/p5-Net-MySQL/pkg/PLIST | 3 +++ 4 files changed, 36 insertions(+) create mode 100644 net/p5-Net-MySQL/Makefile create mode 100644 net/p5-Net-MySQL/distinfo create mode 100644 net/p5-Net-MySQL/pkg/DESCR create mode 100644 net/p5-Net-MySQL/pkg/PLIST diff --git a/net/p5-Net-MySQL/Makefile b/net/p5-Net-MySQL/Makefile new file mode 100644 index 00000000000..a6537bc19ef --- /dev/null +++ b/net/p5-Net-MySQL/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/04/19 15:12:41 wilfried Exp $ + +COMMENT= "Pure Perl MySQL network protocol interface" + +VERSION= 0.03 +DISTNAME= Net-MySQL-${VERSION} +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +NEED_VERSION= 1.518 + +MAINTAINER= Peter Stromberg + +# GPL/Artistic License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net + +CONFIGURE_STYLE= perl + +.include diff --git a/net/p5-Net-MySQL/distinfo b/net/p5-Net-MySQL/distinfo new file mode 100644 index 00000000000..594290464e5 --- /dev/null +++ b/net/p5-Net-MySQL/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-MySQL-0.03.tar.gz) = db6d9e170e0d56917ca265143aa616f6 +RMD160 (Net-MySQL-0.03.tar.gz) = 7e1a78b3fdc741285176914faf1be58d984273e1 +SHA1 (Net-MySQL-0.03.tar.gz) = 61df7c9148f4c2bdac5b1c66150b176493a7125b diff --git a/net/p5-Net-MySQL/pkg/DESCR b/net/p5-Net-MySQL/pkg/DESCR new file mode 100644 index 00000000000..b6e2315f5bc --- /dev/null +++ b/net/p5-Net-MySQL/pkg/DESCR @@ -0,0 +1,6 @@ +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. How nifty! diff --git a/net/p5-Net-MySQL/pkg/PLIST b/net/p5-Net-MySQL/pkg/PLIST new file mode 100644 index 00000000000..6d700874eaf --- /dev/null +++ b/net/p5-Net-MySQL/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/19 15:12:41 wilfried Exp $ +${P5SITE}/Net/MySQL.pm +man/man3p/Net::MySQL.3p