summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-05 23:08:02 +0000
committerrillig <rillig@pkgsrc.org>2007-02-05 23:08:02 +0000
commit578824d170385d31574840972f26f6998644e970 (patch)
tree934cd21b1bc5c7b26c8a957d115b1c2e9bc89f0c /databases
parent726ddde0fb0d0856aa02eaa23a12bb1ddb60def1 (diff)
downloadpkgsrc-578824d170385d31574840972f26f6998644e970.tar.gz
Imported p5-Net-MySQL.
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! Since this module's final goal is to completely replace DBD::mysql, API is made similar to that of DBI. From perl you activate the interface with the statement Packaged by Francisco Valladolid Hdez.
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-Net-MySQL/DESCR11
-rw-r--r--databases/p5-Net-MySQL/Makefile17
-rw-r--r--databases/p5-Net-MySQL/PLIST1
-rw-r--r--databases/p5-Net-MySQL/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/p5-Net-MySQL/DESCR b/databases/p5-Net-MySQL/DESCR
new file mode 100644
index 00000000000..a615927e5f5
--- /dev/null
+++ b/databases/p5-Net-MySQL/DESCR
@@ -0,0 +1,11 @@
+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!
+
+Since this module's final goal is to completely replace DBD::mysql,
+API is made similar to that of DBI.
+From perl you activate the interface with the statement
diff --git a/databases/p5-Net-MySQL/Makefile b/databases/p5-Net-MySQL/Makefile
new file mode 100644
index 00000000000..7d856bce9ad
--- /dev/null
+++ b/databases/p5-Net-MySQL/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $
+#
+
+DISTNAME= Net-MySQL-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
+
+MAINTAINER= ficovh@yahoo.com
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/O/OY/OYAMA/
+COMMENT= Net::MySQL - Pure Perl MySQL network protocol interface
+
+PERL5_PACKLIST= auto/Net/MySQL/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-Net-MySQL/PLIST b/databases/p5-Net-MySQL/PLIST
new file mode 100644
index 00000000000..6903f3536f1
--- /dev/null
+++ b/databases/p5-Net-MySQL/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $
diff --git a/databases/p5-Net-MySQL/distinfo b/databases/p5-Net-MySQL/distinfo
new file mode 100644
index 00000000000..36f6a63773c
--- /dev/null
+++ b/databases/p5-Net-MySQL/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/02/05 23:08:02 rillig Exp $
+
+SHA1 (Net-MySQL-0.09.tar.gz) = e8af608237888aab4e0c283c7a4096fabbac74b2
+RMD160 (Net-MySQL-0.09.tar.gz) = 2e430441355803dc4f961ced655287f73afeff25
+Size (Net-MySQL-0.09.tar.gz) = 10244 bytes