Import p5-DBD-XBase 1.08

Module XBase 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 for
reading and writing the database files.

provides dbfdump that i can use against shapefile attribute tables..

ok sthen@ giovanni@
This commit is contained in:
landry 2018-02-13 09:45:40 +00:00
parent 17352d6cbe
commit a96c8e3fba
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/02/13 09:45:40 landry Exp $
COMMENT = reads and writes XBase (dbf) files, includes DBI support
DISTNAME = DBD-XBase-1.08
CATEGORIES = databases
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = databases/p5-DBI
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBD-XBase-1.08.tar.gz) = tfsWwrej52twmnLj/Fi2Szs188MySWIwRLshTNiGsGk=
SIZE (DBD-XBase-1.08.tar.gz) = 113727

View File

@ -0,0 +1,5 @@
Module XBase 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 for
reading and writing the database files.

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/02/13 09:45:40 landry Exp $
bin/dbfdump
bin/indexdump
${P5SITE}/DBD/
${P5SITE}/DBD/XBase.pm
${P5SITE}/XBase/
${P5SITE}/XBase.pm
${P5SITE}/XBase/Base.pm
${P5SITE}/XBase/FAQ.pod
${P5SITE}/XBase/Index.pm
${P5SITE}/XBase/Memo.pm
${P5SITE}/XBase/SDBM.pm
${P5SITE}/XBase/SQL.pm
@man man/man1/dbfdump.1
@man man/man1/indexdump.1
@man man/man3p/DBD::XBase.3p
@man man/man3p/XBase.3p
@man man/man3p/XBase::Base.3p
@man man/man3p/XBase::FAQ.3p
@man man/man3p/XBase::Index.3p
@man man/man3p/XBase::Memo.3p
@man man/man3p/XBase::SDBM.3p