svn commit: r418038 - in head/textproc: . py-agate-dbf

Matthew Seaman matthew at FreeBSD.org
Mon Jul 4 15:49:18 UTC 2016


Author: matthew
Date: Mon Jul  4 15:49:16 2016
New Revision: 418038
URL: https://svnweb.freebsd.org/changeset/ports/418038

Log:
  agate-dbf adds read support for dbf files to agate
  
  WWW: http://agate-dbf.rtfd.org/

Added:
  head/textproc/py-agate-dbf/
  head/textproc/py-agate-dbf/Makefile   (contents, props changed)
  head/textproc/py-agate-dbf/distinfo   (contents, props changed)
  head/textproc/py-agate-dbf/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jul  4 15:38:40 2016	(r418037)
+++ head/textproc/Makefile	Mon Jul  4 15:49:16 2016	(r418038)
@@ -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

Added: head/textproc/py-agate-dbf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-dbf/Makefile	Mon Jul  4 15:49:16 2016	(r418038)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	agate-dbf
+PORTVERSION=	0.1.0
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew at 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>

Added: head/textproc/py-agate-dbf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-dbf/distinfo	Mon Jul  4 15:49:16 2016	(r418038)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463409454
+SHA256 (agate-dbf-0.1.0.tar.gz) = ffd9bfc7c04fc3ce1c54522f41aeccba5a7f3cee951b26c8a0ab1348c940ff77
+SIZE (agate-dbf-0.1.0.tar.gz) = 2147

Added: head/textproc/py-agate-dbf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-agate-dbf/pkg-descr	Mon Jul  4 15:49:16 2016	(r418038)
@@ -0,0 +1,3 @@
+agate-dbf adds read support for dbf files to agate
+
+WWW: http://agate-dbf.rtfd.org/


More information about the svn-ports-head mailing list