aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-dbfread
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-05-16 15:12:41 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-05-16 15:12:41 +0000
commitf57337c650f52947001f0109a163ffb804d57d27 (patch)
tree096ac700415276feed69bfd9b8a6de43b2a32440 /textproc/py-dbfread
parentb61c26c04aa27f1fab091bc15106d6b44ff5a88e (diff)
downloadports-f57337c650f52947001f0109a163ffb804d57d27.tar.gz
ports-f57337c650f52947001f0109a163ffb804d57d27.zip
Add py-dbfread 2.0.5, read DBF files, returning data as native Python
objects.
Notes
Notes: svn path=/head/; revision=415333
Diffstat (limited to 'textproc/py-dbfread')
-rw-r--r--textproc/py-dbfread/Makefile19
-rw-r--r--textproc/py-dbfread/distinfo3
-rw-r--r--textproc/py-dbfread/pkg-descr8
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/py-dbfread/Makefile b/textproc/py-dbfread/Makefile
new file mode 100644
index 000000000000..4324d5b89f93
--- /dev/null
+++ b/textproc/py-dbfread/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= dbfread
+PORTVERSION= 2.0.5
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew@FreeBSD.org
+COMMENT= Read DBF files, returning data as native Python objects
+
+LICENSE= MIT
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/textproc/py-dbfread/distinfo b/textproc/py-dbfread/distinfo
new file mode 100644
index 000000000000..6ecb18ab2f4b
--- /dev/null
+++ b/textproc/py-dbfread/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463409897
+SHA256 (dbfread-2.0.5.tar.gz) = 23d5d855c017f58a7a6127b24d96b7210bb1599ec9ac53aff29f81ae12eeaa64
+SIZE (dbfread-2.0.5.tar.gz) = 32491
diff --git a/textproc/py-dbfread/pkg-descr b/textproc/py-dbfread/pkg-descr
new file mode 100644
index 000000000000..6378807978e3
--- /dev/null
+++ b/textproc/py-dbfread/pkg-descr
@@ -0,0 +1,8 @@
+Read DBF files with Python.
+
+DBF is a file format used by databases such as dBase, Visual FoxPro
+and FoxBase+. This library reads DBF files and returns the data as
+native Python data types for further processing. It is primarily
+intended for batch jobs and one-off scripts.
+
+WWW: https://github.com/olemb/dbfread