aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-agate-dbf
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-07-04 15:49:16 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-07-04 15:49:16 +0000
commit94d90a696da62e5cac5b1d6ee6c7b0819a6389d8 (patch)
tree7e01459b23467e51468cdb77d60cbbda5ad26a4b /textproc/py-agate-dbf
parentedd8c368f9f502dfae88c941b133bec028b5fbf1 (diff)
downloadports-94d90a696da62e5cac5b1d6ee6c7b0819a6389d8.tar.gz
ports-94d90a696da62e5cac5b1d6ee6c7b0819a6389d8.zip
Notes
Diffstat (limited to 'textproc/py-agate-dbf')
-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
3 files changed, 28 insertions, 0 deletions
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/