| Port details on branch 2023Q2 |
- rubygem-pg_query Parses SQL queries using a copy of the PostgreSQL server query parser
- 2.2.1 databases
=0 2.2.1Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2023-04-08 18:27:06
- Last Update: 2023-04-08 18:24:14
- Commit Hash: 7a2b720
- Also Listed In: rubygems
- License: BSD3CLAUSE
- WWW:
- https://github.com/lfittl/pg_query
- Description:
- This Ruby extension uses the actual PostgreSQL server source
to parse SQL queries and return the internal PostgreSQL parsetree.
In addition the extension allows you to normalize queries (replacing constant
values with ?) and parse these normalized queries into a parsetree again.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-pg_query>0:databases/rubygem-pg_query
- To install the port:
- cd /usr/ports/databases/rubygem-pg_query/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-pg_query
- pkg install rubygem-pg_query
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-pg_query
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676991927
SHA256 (rubygem/pg_query-2.2.1.gem) = 6086972bbf4eab86d8425b35f14ca8b6fe41e4341423582801c1ec86ff5f8cea
SIZE (rubygem/pg_query-2.2.1.gem) = 2157056
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rubygem-pathname>0 : devel/rubygem-pathname
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-google-protobuf>=3.19.2 : devel/rubygem-google-protobuf
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab-ce
- for Run
-
- devel/rubygem-gitlab-labkit
- www/gitlab-ce
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-pg_query
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.2.1 08 Apr 2023 18:24:14
    |
Matthias Fechner (mfechner)  |
databases/rubygem-pg_query: update to 2.2.1
2.2.1 2023-01-20
Detect tables used in the query of a PREPARE statement (#273)
Expose recursive walk functionality via walk! (#268)
Retain schema in name when parsing out functions (#272)
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
(cherry picked from commit d96b9e0f17a2c54b7ad5e72d55f22abe2681bf90) |
Number of commits found: 1
|