Summary: | New port: databases/pg.el PostgreSQL Elisp interface | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||||
Component: | Individual Port(s) | Assignee: | Guangyuan Yang <ygy> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | ygy | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 255958 | ||||||||
Attachments: |
|
Created attachment 225048 [details]
Updated patch file
Add DOCS option.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c5327da384adacda9e6b76344237cdcb0023528 commit 8c5327da384adacda9e6b76344237cdcb0023528 Author: Yasuhiro Kimura <yasu@utahime.org> AuthorDate: 2021-06-01 07:31:31 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-06-01 07:31:31 +0000 databases/pg.el: New port: PostgreSQL Elisp interface PR: 255951 Approved by: lwhsu (mentor) databases/Makefile | 1 + databases/pg.el/Makefile (new) | 39 +++++++++++++++++++++++++++++++++++++++ databases/pg.el/distinfo (new) | 3 +++ databases/pg.el/pkg-descr (new) | 9 +++++++++ 4 files changed, 52 insertions(+) Committed, thanks! |
Created attachment 225034 [details] Patch file This is an Emacs Lisp interface for PostgreSQL This module lets you access the PostgreSQL object-relational DBMS from Emacs, using its socket-level frontend/backend protocol. The module is capable of automatic type coercions from a range of SQL types to the equivalent Emacs Lisp type. This is a low level API, and won't be useful to end users.