Bug 234855 - [NEW PORT] textproc/py-pglast PostgreSQL Languages AST and statements prettifier
Summary: [NEW PORT] textproc/py-pglast PostgreSQL Languages AST and statements prettifier
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-11 13:28 UTC by Adam Wolk
Modified: 2019-01-13 20:18 UTC (History)
1 user (show)

See Also:


Attachments
svn diff of the new port (2.49 KB, patch)
2019-01-11 13:28 UTC, Adam Wolk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Wolk 2019-01-11 13:28:31 UTC
Created attachment 201020 [details]
svn diff of the new port

Hi ports@

I'm attaching a new port for a PostgreSQL AST parser binding for python3.4+.

Work sponsored by: Fudo Security

pkg-descr:

PostgreSQL Languages AST and statements prettifier

Exposes the parse tree of a PostgreSQL statement (extracted by the almost
standard PG parser repackaged as a standalone static library by libpg_query)
as set of interconnected nodes, usually called an abstract syntax tree.

WWW: https://github.com/lelit/pglast
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-13 20:12:14 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan 13 20:10:29 UTC 2019
New revision: 490207
URL: https://svnweb.freebsd.org/changeset/ports/490207

Log:
  Add py-pglast 1.1

  PostgreSQL Languages AST and statements prettifier

  Exposes the parse tree of a PostgreSQL statement (extracted by the almost
  standard PG parser repackaged as a standalone static library by libpg_query)
  as set of interconnected nodes, usually called an abstract syntax tree.

  WWW: https://github.com/lelit/pglast

  PR:		234855
  Submitted by:	Adam Wolk <a.wolk@fudosecurity.com>

Changes:
  head/databases/Makefile
  head/databases/py-pglast/
  head/databases/py-pglast/Makefile
  head/databases/py-pglast/distinfo
  head/databases/py-pglast/pkg-descr
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-01-13 20:18:47 UTC
Committed. Thanks!