From owner-svn-ports-all@freebsd.org Mon Jan 9 19:12:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F25CA762E; Mon, 9 Jan 2017 19:12:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF201A1E; Mon, 9 Jan 2017 19:12:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09JCpCS041134; Mon, 9 Jan 2017 19:12:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09JCpml041130; Mon, 9 Jan 2017 19:12:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701091912.v09JCpml041130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 9 Jan 2017 19:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431020 - in head/textproc: . py-pandocfilters X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 19:12:53 -0000 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 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