diff options
author | matthew <matthew@FreeBSD.org> | 2016-07-04 23:38:40 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-07-04 23:38:40 +0800 |
commit | e8709225372202f645f6a5fe90294432bc5c144b (patch) | |
tree | c0a6574b49454528265f463dc708478b08572251 /textproc/Makefile | |
parent | 1bcefb7870824711a693060e327c1446324eef3f (diff) | |
download | freebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.tar.gz freebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.tar.zst freebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.zip |
Pure python package for reading/writing dBase, FoxPro, and Visual
FoxPro .dbf files (including memos)
Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro
tables. Text is returned as unicode, and codepage settings in tables
are honored. Memos and Null fields are supported.
WWW: https://pypi.python.org/pypi/dbf
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b8d44e0de94b..c6645a251266 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1224,6 +1224,7 @@ SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole + SUBDIR += py-dbf SUBDIR += py-dbfread SUBDIR += py-diff-match-patch SUBDIR += py-docutils |