aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pypandoc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-17 18:26:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-17 18:26:04 +0000
commitfdbaab1adc557eea7c4b4b22e4d5618abeacdb74 (patch)
treebcc71d4c252c7ad106295aa26e4d6aaeb3596990 /textproc/py-pypandoc
parentd31366a8727657907ff4a218186020fd86b861a0 (diff)
downloadports-fdbaab1adc557eea7c4b4b22e4d5618abeacdb74.tar.gz
ports-fdbaab1adc557eea7c4b4b22e4d5618abeacdb74.zip
New port: textproc/py-pypandoc: Thin wrapper for pandoc
Notes
Notes: svn path=/head/; revision=464839
Diffstat (limited to 'textproc/py-pypandoc')
-rw-r--r--textproc/py-pypandoc/Makefile21
-rw-r--r--textproc/py-pypandoc/distinfo3
-rw-r--r--textproc/py-pypandoc/pkg-descr6
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/py-pypandoc/Makefile b/textproc/py-pypandoc/Makefile
new file mode 100644
index 000000000000..fe5a9e047670
--- /dev/null
+++ b/textproc/py-pypandoc/Makefile
@@ -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>
diff --git a/textproc/py-pypandoc/distinfo b/textproc/py-pypandoc/distinfo
new file mode 100644
index 000000000000..ab3b3c7fd64b
--- /dev/null
+++ b/textproc/py-pypandoc/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521310038
+SHA256 (pypandoc-1.4.tar.gz) = e914e6d5f84a76764887e4d909b09d63308725f0cbb5293872c2c92f07c11a5b
+SIZE (pypandoc-1.4.tar.gz) = 27116
diff --git a/textproc/py-pypandoc/pkg-descr b/textproc/py-pypandoc/pkg-descr
new file mode 100644
index 000000000000..566ef93ecba2
--- /dev/null
+++ b/textproc/py-pypandoc/pkg-descr
@@ -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