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.
This commit is contained in:
parent
544cdfbf04
commit
16c32b9e8d
4 changed files with 32 additions and 0 deletions
7
databases/p5-DBD-XBase/DESCR
Normal file
7
databases/p5-DBD-XBase/DESCR
Normal file
|
@ -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.
|
20
databases/p5-DBD-XBase/Makefile
Normal file
20
databases/p5-DBD-XBase/Makefile
Normal file
|
@ -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"
|
1
databases/p5-DBD-XBase/PLIST
Normal file
1
databases/p5-DBD-XBase/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/03 22:27:12 salo Exp $
|
4
databases/p5-DBD-XBase/distinfo
Normal file
4
databases/p5-DBD-XBase/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue