mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
py-dbf is a pure python package for reading/writing dBase, FoxPro,
and Visual FoxPro .dbf files (including memos). Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails. WWW: http://pypi.python.org/pypi/dbf/
This commit is contained in:
parent
70c4d196c6
commit
947d961823
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247443
5 changed files with 52 additions and 0 deletions
|
@ -563,6 +563,7 @@
|
|||
SUBDIR += py-bsddb3
|
||||
SUBDIR += py-cdb
|
||||
SUBDIR += py-cmemcache
|
||||
SUBDIR += py-dbf
|
||||
SUBDIR += py-dbutils
|
||||
SUBDIR += py-forgetsql
|
||||
SUBDIR += py-gdbm
|
||||
|
|
20
databases/py-dbf/Makefile
Normal file
20
databases/py-dbf/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: dbf
|
||||
# Date created: 9th Jan, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dbf
|
||||
PORTVERSION= 0.87.14
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Pure python package for reading/writing dbf files
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/py-dbf/distinfo
Normal file
3
databases/py-dbf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (dbf-0.87.14.zip) = 4049fa0716900dcabfddd661b7b72d11
|
||||
SHA256 (dbf-0.87.14.zip) = 218b06aac04324ceeedfe97575c3e2efdd19cada1e5058adbee848dbc403fb6c
|
||||
SIZE (dbf-0.87.14.zip) = 385834
|
9
databases/py-dbf/pkg-descr
Normal file
9
databases/py-dbf/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
py-dbf is a pure python package for reading/writing dBase, FoxPro,
|
||||
and Visual FoxPro .dbf files (including memos).
|
||||
|
||||
Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables.
|
||||
Text is returned as unicode, and codepage settings in tables are
|
||||
honored. Documentation needs work, but author is very responsive
|
||||
to e-mails.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/dbf/
|
19
databases/py-dbf/pkg-plist
Normal file
19
databases/py-dbf/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
|||
%%PYTHON_SITELIBDIR%%/dbf/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/dbf/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dbf/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/dbf/_io.py
|
||||
%%PYTHON_SITELIBDIR%%/dbf/_io.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dbf/_io.pyo
|
||||
%%PYTHON_SITELIBDIR%%/dbf/dates.py
|
||||
%%PYTHON_SITELIBDIR%%/dbf/dates.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dbf/dates.pyo
|
||||
%%PYTHON_SITELIBDIR%%/dbf/exceptions.py
|
||||
%%PYTHON_SITELIBDIR%%/dbf/exceptions.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dbf/exceptions.pyo
|
||||
%%PYTHON_SITELIBDIR%%/dbf/tables.py
|
||||
%%PYTHON_SITELIBDIR%%/dbf/tables.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dbf/tables.pyo
|
||||
%%PYTHON_SITELIBDIR%%/test_dbf.py
|
||||
%%PYTHON_SITELIBDIR%%/test_dbf.pyc
|
||||
%%PYTHON_SITELIBDIR%%/test_dbf.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/dbf
|
Loading…
Add table
Reference in a new issue