svn commit: r400872 - in head/textproc: . py-mwparserfromhell

Pawel Pekala pawel at FreeBSD.org
Thu Nov 5 21:21:23 UTC 2015


Author: pawel
Date: Thu Nov  5 21:21:21 2015
New Revision: 400872
URL: https://svnweb.freebsd.org/changeset/ports/400872

Log:
  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
  
  PR:		202922
  Submitted by:	Yuri Victorovich <yuri at rawbw.com>

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Nov  5 21:20:49 2015	(r400871)
+++ head/textproc/Makefile	Thu Nov  5 21:21:21 2015	(r400872)
@@ -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

Added: head/textproc/py-mwparserfromhell/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-mwparserfromhell/Makefile	Thu Nov  5 21:21:21 2015	(r400872)
@@ -0,0 +1,18 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	mwparserfromhell
+PORTVERSION=	0.4.2
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at rawbw.com
+COMMENT=	Parser for MediaWiki wikicode
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/textproc/py-mwparserfromhell/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-mwparserfromhell/distinfo	Thu Nov  5 21:21:21 2015	(r400872)
@@ -0,0 +1,2 @@
+SHA256 (mwparserfromhell-0.4.2.tar.gz) = 6aa77be28882fd64f16a0a534973ee0e27bc8d109e804870489704ee3af46038
+SIZE (mwparserfromhell-0.4.2.tar.gz) = 116442

Added: head/textproc/py-mwparserfromhell/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-mwparserfromhell/pkg-descr	Thu Nov  5 21:21:21 2015	(r400872)
@@ -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


More information about the svn-ports-all mailing list