aboutsummaryrefslogtreecommitdiff
path: root/databases/py-dbf
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-01-09 12:12:43 +0000
committerWen Heping <wen@FreeBSD.org>2010-01-09 12:12:43 +0000
commit947d961823fe4d42229e64430c27bccd7c3ead4c (patch)
tree5f02ade78fce1767e3d1d698c32374ba62ba5c33 /databases/py-dbf
parent70c4d196c62e201262b86c254626ba931c1ec39e (diff)
downloadports-947d961823fe4d42229e64430c27bccd7c3ead4c.tar.gz
ports-947d961823fe4d42229e64430c27bccd7c3ead4c.zip
Notes
Diffstat (limited to 'databases/py-dbf')
-rw-r--r--databases/py-dbf/Makefile20
-rw-r--r--databases/py-dbf/distinfo3
-rw-r--r--databases/py-dbf/pkg-descr9
-rw-r--r--databases/py-dbf/pkg-plist19
4 files changed, 51 insertions, 0 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile
new file mode 100644
index 000000000000..730ba1c4d5dc
--- /dev/null
+++ b/databases/py-dbf/Makefile
@@ -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>
diff --git a/databases/py-dbf/distinfo b/databases/py-dbf/distinfo
new file mode 100644
index 000000000000..91c4e7a5c560
--- /dev/null
+++ b/databases/py-dbf/distinfo
@@ -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
diff --git a/databases/py-dbf/pkg-descr b/databases/py-dbf/pkg-descr
new file mode 100644
index 000000000000..fc35ed2de55f
--- /dev/null
+++ b/databases/py-dbf/pkg-descr
@@ -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/
diff --git a/databases/py-dbf/pkg-plist b/databases/py-dbf/pkg-plist
new file mode 100644
index 000000000000..8f12fe66d295
--- /dev/null
+++ b/databases/py-dbf/pkg-plist
@@ -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