diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-05 21:21:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-05 21:21:21 +0000 |
commit | a3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5 (patch) | |
tree | 90ddda7f7cc7de5b4b56236a4dd64448567c62cb | |
parent | f7369076dc4ce6456c874a22fc12c912a19ea26d (diff) | |
download | ports-a3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5.tar.gz ports-a3a2d36b9d454eefbb54a3d3a0fd5fd2091629d5.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-mwparserfromhell/Makefile | 18 | ||||
-rw-r--r-- | textproc/py-mwparserfromhell/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-mwparserfromhell/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index bbf77ab50690..80e085506a92 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1230,6 +1230,7 @@ SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-mistune + SUBDIR += py-mwparserfromhell SUBDIR += py-nltk SUBDIR += py-openpyxl SUBDIR += py-openpyxl1 diff --git a/textproc/py-mwparserfromhell/Makefile b/textproc/py-mwparserfromhell/Makefile new file mode 100644 index 000000000000..ac5577ad2f22 --- /dev/null +++ b/textproc/py-mwparserfromhell/Makefile @@ -0,0 +1,18 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= mwparserfromhell +PORTVERSION= 0.4.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Parser for MediaWiki wikicode + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/textproc/py-mwparserfromhell/distinfo b/textproc/py-mwparserfromhell/distinfo new file mode 100644 index 000000000000..98e87811ed8d --- /dev/null +++ b/textproc/py-mwparserfromhell/distinfo @@ -0,0 +1,2 @@ +SHA256 (mwparserfromhell-0.4.2.tar.gz) = 6aa77be28882fd64f16a0a534973ee0e27bc8d109e804870489704ee3af46038 +SIZE (mwparserfromhell-0.4.2.tar.gz) = 116442 diff --git a/textproc/py-mwparserfromhell/pkg-descr b/textproc/py-mwparserfromhell/pkg-descr new file mode 100644 index 000000000000..694498596316 --- /dev/null +++ b/textproc/py-mwparserfromhell/pkg-descr @@ -0,0 +1,4 @@ +Python package that provides an easy-to-use and outrageously powerful +parser for MediaWiki wikicode. It supports Python 2 and Python 3. + +WWW: https://github.com/earwig/mwparserfromhell |