Index: head/textproc/py-parsimonious/Makefile =================================================================== --- head/textproc/py-parsimonious/Makefile (nonexistent) +++ head/textproc/py-parsimonious/Makefile (revision 415899) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= parsimonious +PORTVERSION= 0.6.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@bsd.com.br +COMMENT= PEGs based parser in Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: head/textproc/py-parsimonious/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-parsimonious/distinfo =================================================================== --- head/textproc/py-parsimonious/distinfo (nonexistent) +++ head/textproc/py-parsimonious/distinfo (revision 415899) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463703191 +SHA256 (parsimonious-0.6.2.tar.gz) = 423ae2e16061504418ab7abf0a740e26a781f9bc7674a6cf5e2f11edb4ae8029 +SIZE (parsimonious-0.6.2.tar.gz) = 35529 Property changes on: head/textproc/py-parsimonious/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-parsimonious/pkg-descr =================================================================== --- head/textproc/py-parsimonious/pkg-descr (nonexistent) +++ head/textproc/py-parsimonious/pkg-descr (revision 415899) @@ -0,0 +1,8 @@ +Parsimonious aims to be the fastest arbitrary-lookahead parser written +in pure Python and the most usable. It's based on parsing expression +grammars (PEGs), which means you feed it a simplified sort of EBNF +notation. Parsimonious was designed to undergird a MediaWiki parser +that wouldn't take 5 seconds or a GB of RAM to do one page, but it's +applicable to all sorts of languages. + +WWW: https://pypi.python.org/pypi/parsimonious Property changes on: head/textproc/py-parsimonious/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property