aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-agate-dbf/Makefile22
-rw-r--r--textproc/py-agate-dbf/distinfo3
-rw-r--r--textproc/py-agate-dbf/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c6645a251266..96e3d4e42ad4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1217,6 +1217,7 @@
SUBDIR += py-Tempita
SUBDIR += py-acora
SUBDIR += py-agate
+ SUBDIR += py-agate-dbf
SUBDIR += py-alabaster
SUBDIR += py-asv
SUBDIR += py-awesome-slugify
diff --git a/textproc/py-agate-dbf/Makefile b/textproc/py-agate-dbf/Makefile
new file mode 100644
index 000000000000..80e0c1232427
--- /dev/null
+++ b/textproc/py-agate-dbf/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= agate-dbf
+PORTVERSION= 0.1.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew@FreeBSD.org
+COMMENT= Support reading dbf files for agate
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \
+ ${PYTHON_PKGNAMEPREFIX}dbfread>=2.0.5:textproc/py-dbfread
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-agate-dbf/distinfo b/textproc/py-agate-dbf/distinfo
new file mode 100644
index 000000000000..cc15ee01eb42
--- /dev/null
+++ b/textproc/py-agate-dbf/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463409454
+SHA256 (agate-dbf-0.1.0.tar.gz) = ffd9bfc7c04fc3ce1c54522f41aeccba5a7f3cee951b26c8a0ab1348c940ff77
+SIZE (agate-dbf-0.1.0.tar.gz) = 2147
diff --git a/textproc/py-agate-dbf/pkg-descr b/textproc/py-agate-dbf/pkg-descr
new file mode 100644
index 000000000000..a616b1a7a923
--- /dev/null
+++ b/textproc/py-agate-dbf/pkg-descr
@@ -0,0 +1,3 @@
+agate-dbf adds read support for dbf files to agate
+
+WWW: http://agate-dbf.rtfd.org/