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:
parent
17352d6cbe
commit
a96c8e3fba
17
databases/p5-DBD-XBase/Makefile
Normal file
17
databases/p5-DBD-XBase/Makefile
Normal 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>
|
2
databases/p5-DBD-XBase/distinfo
Normal file
2
databases/p5-DBD-XBase/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (DBD-XBase-1.08.tar.gz) = tfsWwrej52twmnLj/Fi2Szs188MySWIwRLshTNiGsGk=
|
||||
SIZE (DBD-XBase-1.08.tar.gz) = 113727
|
5
databases/p5-DBD-XBase/pkg/DESCR
Normal file
5
databases/p5-DBD-XBase/pkg/DESCR
Normal 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.
|
22
databases/p5-DBD-XBase/pkg/PLIST
Normal file
22
databases/p5-DBD-XBase/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user