Date: Mon, 4 Jul 2016 15:49:16 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418038 - in head/textproc: . py-agate-dbf Message-ID: <201607041549.u64FnGZf059061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607041549.u64FnGZf059061>