From e15f056a63fcb66669e026ce469a23b37536ac97 Mon Sep 17 00:00:00 2001 From: salo Date: Tue, 3 Jun 2003 22:27:12 +0000 Subject: Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro) databases. XBase module provides access to XBase (dBase, Fox*) dbf files. It also handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx, mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides simple SQL interface to reading and writing the database files. So this package offers two ways of accessing your beloved data in dbf files: XBase.pm and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm if you need something special which is not supported by the DBI interface. --- databases/p5-DBD-XBase/DESCR | 7 +++++++ databases/p5-DBD-XBase/Makefile | 20 ++++++++++++++++++++ databases/p5-DBD-XBase/PLIST | 1 + databases/p5-DBD-XBase/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 databases/p5-DBD-XBase/DESCR create mode 100644 databases/p5-DBD-XBase/Makefile create mode 100644 databases/p5-DBD-XBase/PLIST create mode 100644 databases/p5-DBD-XBase/distinfo (limited to 'databases') diff --git a/databases/p5-DBD-XBase/DESCR b/databases/p5-DBD-XBase/DESCR new file mode 100644 index 00000000000..66a3c320dd3 --- /dev/null +++ b/databases/p5-DBD-XBase/DESCR @@ -0,0 +1,7 @@ +XBase module provides access to XBase (dBase, Fox*) dbf files. It also +handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx, +mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides +simple SQL interface to reading and writing the database files. So this +package offers two ways of accessing your beloved data in dbf files: XBase.pm +and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm +if you need something special which is not supported by the DBI interface. diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile new file mode 100644 index 00000000000..53d64f0843d --- /dev/null +++ b/databases/p5-DBD-XBase/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 22:27:12 salo Exp $ +# + +DISTNAME= DBD-XBase-0.232 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xbs +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= salo@netbsd.org +HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ +COMMENT= perl DBI/DBD driver for XBase (dBase/FoxPro) databases + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XBase/.packlist + +.include "../../databases/p5-DBI/buildlink2.mk" +.include "../../lang/perl5/module.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-XBase/PLIST b/databases/p5-DBD-XBase/PLIST new file mode 100644 index 00000000000..727764cd92f --- /dev/null +++ b/databases/p5-DBD-XBase/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/03 22:27:12 salo Exp $ diff --git a/databases/p5-DBD-XBase/distinfo b/databases/p5-DBD-XBase/distinfo new file mode 100644 index 00000000000..60fc83ecf83 --- /dev/null +++ b/databases/p5-DBD-XBase/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/03 22:27:12 salo Exp $ + +SHA1 (DBD-XBase-0.232.tar.gz) = 68b6ea1115e0ec3a07ecae7862ac22ae4f13b6b9 +Size (DBD-XBase-0.232.tar.gz) = 108799 bytes -- cgit v1.2.3