diff options
author | bad <bad> | 1999-06-10 18:32:36 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-10 18:32:36 +0000 |
commit | a9e676d6f306b899e2f4514863c64057cfd06587 (patch) | |
tree | 9ffbb84e5035fc359e80920c899128f763dac97c /databases/p5-DBD-mysql/pkg | |
parent | b870441e9599f784627f681f61bf7c14a66904ea (diff) | |
download | pkgsrc-a9e676d6f306b899e2f4514863c64057cfd06587.tar.gz |
Initial import of p5-DBD-mysql based on msql-mysql-modules-1.2017.
This is the DBI backend for mysql databases.
Diffstat (limited to 'databases/p5-DBD-mysql/pkg')
-rw-r--r-- | databases/p5-DBD-mysql/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg/DESCR | 10 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg/PLIST-md.static | 4 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg/PLIST-mi | 13 |
5 files changed, 32 insertions, 0 deletions
diff --git a/databases/p5-DBD-mysql/pkg/COMMENT b/databases/p5-DBD-mysql/pkg/COMMENT new file mode 100644 index 00000000000..abd30601fbd --- /dev/null +++ b/databases/p5-DBD-mysql/pkg/COMMENT @@ -0,0 +1 @@ +perl DBI/DBD driver for MySQL databases. diff --git a/databases/p5-DBD-mysql/pkg/DESCR b/databases/p5-DBD-mysql/pkg/DESCR new file mode 100644 index 00000000000..72de65e8b24 --- /dev/null +++ b/databases/p5-DBD-mysql/pkg/DESCR @@ -0,0 +1,10 @@ +Mysql.pm and DBD::mysql implement two different approaches to +communicate with an mysql server. DBD::mysql is built +upon the DBI, the generic Perl Database Interface. It brings you an +identical interface to a broad variety of databases and is in this +regard comparable to ODBC. The advantage of the DBI approach is +portability and interoperability. Mysql.pm is the elder species. +It was written before DBI was available but inspired by an early +draft of the DBI specification. As has been been circulating longer +it are more mature and pretty stable. It is also more complete +than DBD::mysql. diff --git a/databases/p5-DBD-mysql/pkg/PLIST-md.shared b/databases/p5-DBD-mysql/pkg/PLIST-md.shared new file mode 100644 index 00000000000..4486f8c92f7 --- /dev/null +++ b/databases/p5-DBD-mysql/pkg/PLIST-md.shared @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 1999/06/10 18:32:37 bad Exp $ +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql/mysql.bs +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql/mysql.so +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql diff --git a/databases/p5-DBD-mysql/pkg/PLIST-md.static b/databases/p5-DBD-mysql/pkg/PLIST-md.static new file mode 100644 index 00000000000..fec62efc811 --- /dev/null +++ b/databases/p5-DBD-mysql/pkg/PLIST-md.static @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST-md.static,v 1.1.1.1 1999/06/10 18:32:36 bad Exp $ +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql/mysql.a +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql/extralibs.ld +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/mysql diff --git a/databases/p5-DBD-mysql/pkg/PLIST-mi b/databases/p5-DBD-mysql/pkg/PLIST-mi new file mode 100644 index 00000000000..8177280a7e1 --- /dev/null +++ b/databases/p5-DBD-mysql/pkg/PLIST-mi @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST-mi,v 1.1.1.1 1999/06/10 18:32:36 bad Exp $ +bin/dbimon +man/man1/dbimon.1 +lib/perl5/man/man3/Bundle::DBD::mysql.3 +lib/perl5/man/man3/DBD::mysql.3 +lib/perl5/man/man3/Mysql.3 +lib/perl5/site_perl/Bundle/DBD/mysql.pm +lib/perl5/site_perl/DBD/mysql.pm +lib/perl5/site_perl/Mysql.pm +lib/perl5/site_perl/Mysql/Statement.pm +@dirrm lib/perl5/site_perl/Mysql +lib/perl5/site_perl/i386-netbsd/auto/Msql-Mysql-modules/.packlist +@dirrm lib/perl5/site_perl/i386-netbsd/auto/Msql-Mysql-modules |