Bug 255951

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:
Description Flags
Patch file
none
Updated patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-05-17 17:58:15 UTC
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.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-05-18 00:23:29 UTC
Created attachment 225048 [details]
Updated patch file

Add DOCS option.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-01 07:33:07 UTC
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(+)
Comment 3 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-01 07:33:44 UTC
Committed, thanks!