Date: Sat, 17 Mar 2018 18:26:04 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464839 - in head/textproc: . py-pypandoc Message-ID: <201803171826.w2HIQ4YO094760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 17 18:26:04 2018 New Revision: 464839 URL: https://svnweb.freebsd.org/changeset/ports/464839 Log: New port: textproc/py-pypandoc: Thin wrapper for pandoc Added: head/textproc/py-pypandoc/ head/textproc/py-pypandoc/Makefile (contents, props changed) head/textproc/py-pypandoc/distinfo (contents, props changed) head/textproc/py-pypandoc/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Mar 17 18:09:32 2018 (r464838) +++ head/textproc/Makefile Sat Mar 17 18:26:04 2018 (r464839) @@ -1343,6 +1343,7 @@ SUBDIR += py-pygtail SUBDIR += py-pyhamcrest SUBDIR += py-pyhwp + SUBDIR += py-pypandoc SUBDIR += py-pyphen SUBDIR += py-pyscss SUBDIR += py-pysrt Added: head/textproc/py-pypandoc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pypandoc/Makefile Sat Mar 17 18:26:04 2018 (r464839) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pypandoc +DISTVERSION= 1.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Thin wrapper for pandoc + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= pandoc:textproc/hs-pandoc + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-pypandoc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pypandoc/distinfo Sat Mar 17 18:26:04 2018 (r464839) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521310038 +SHA256 (pypandoc-1.4.tar.gz) = e914e6d5f84a76764887e4d909b09d63308725f0cbb5293872c2c92f07c11a5b +SIZE (pypandoc-1.4.tar.gz) = 27116 Added: head/textproc/py-pypandoc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pypandoc/pkg-descr Sat Mar 17 18:26:04 2018 (r464839) @@ -0,0 +1,6 @@ +Pypandoc provides a thin wrapper for pandoc, a universal document converter. + +To use pandoc filters, you must have the relevant filters installed on your +machine. + +WWW: https://github.com/bebraw/pypandoc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171826.w2HIQ4YO094760>