Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 19:12:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431020 - in head/textproc: . py-pandocfilters
Message-ID:  <201701091912.v09JCpml041130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan  9 19:12:51 2017
New Revision: 431020
URL: https://svnweb.freebsd.org/changeset/ports/431020

Log:
  New port: textproc/py-pandocfilters
  Utilities for writing pandoc filters in python.
  WWW: http://github.com/jgm/pandocfilters

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jan  9 19:08:56 2017	(r431019)
+++ head/textproc/Makefile	Mon Jan  9 19:12:51 2017	(r431020)
@@ -1268,6 +1268,7 @@
     SUBDIR += py-nltk
     SUBDIR += py-numpydoc
     SUBDIR += py-openpyxl
+    SUBDIR += py-pandocfilters
     SUBDIR += py-paragrep
     SUBDIR += py-parsimonious
     SUBDIR += py-pdfminer

Added: head/textproc/py-pandocfilters/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pandocfilters/Makefile	Mon Jan  9 19:12:51 2017	(r431020)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	pandocfilters
+PORTVERSION=	1.4.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Utilities for writing pandoc filters in python
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pandocfilters/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pandocfilters/distinfo	Mon Jan  9 19:12:51 2017	(r431020)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483908399
+SHA256 (pandocfilters-1.4.1.tar.gz) = ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd
+SIZE (pandocfilters-1.4.1.tar.gz) = 14265

Added: head/textproc/py-pandocfilters/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pandocfilters/pkg-descr	Mon Jan  9 19:12:51 2017	(r431020)
@@ -0,0 +1,3 @@
+Utilities for writing pandoc filters in python.
+
+WWW: http://github.com/jgm/pandocfilters



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701091912.v09JCpml041130>