Bug 209732 - [NEW PORT] textproc/py-parsimonious: Parser written in pure Python
Summary: [NEW PORT] textproc/py-parsimonious: Parser written in pure Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords: feature, patch
Depends on:
Blocks: 209733
  Show dependency treegraph
 
Reported: 2016-05-24 14:43 UTC by Danilo G. Baio
Modified: 2016-05-26 15:22 UTC (History)
2 users (show)

See Also:


Attachments
py-parsimonious.shar (1.81 KB, text/plain)
2016-05-24 14:43 UTC, Danilo G. Baio
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-26 15:21:14 UTC
A commit references this bug:

Author: robak
Date: Thu May 26 15:20:37 UTC 2016
New revision: 415899
URL: https://svnweb.freebsd.org/changeset/ports/415899

Log:
  textproc/py-parsimonious: NEW PORT - PEGs based parser in Python

  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

  PR:		209732
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Changes:
  head/textproc/py-parsimonious/
  head/textproc/py-parsimonious/Makefile
  head/textproc/py-parsimonious/distinfo
  head/textproc/py-parsimonious/pkg-descr
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2016-05-26 15:22:09 UTC
Committed, thanks!