Port details |
- pg.el PostgreSQL Elisp interface
- 0.44 databases =2 0.42Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2021-06-01 07:33:08
- Last Update: 2024-11-13 03:29:29
- Commit Hash: 3bdcfd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: GPLv2+
- WWW:
- https://github.com/emarsden/pg-el
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/pg.el/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pg.el
- pkg install pg.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pg.el
- Package flavors (<flavor>: <package>)
- full: pg.el
- canna: pg.el-emacs_canna
- nox: pg.el-emacs_nox
- wayland: pg.el-emacs_wayland
- devel_full: pg.el-emacs_devel
- devel_nox: pg.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1731466875
SHA256 (emarsden-pg-el-v0.44_GH0.tar.gz) = 52f0997b75c794a0ea45266a983f9b9b042fff4580823e9a293271f15e4a4a71
SIZE (emarsden-pg-el-v0.44_GH0.tar.gz) = 123419
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:
-
- peg.el>1.0 : devel/peg.el@full
- emacs-29.4 : editors/emacs@full
- Runtime dependencies:
-
- peg.el>1.0 : devel/peg.el@full
- emacs-29.4 : editors/emacs@full
- This port is required by:
- for Build
-
- databases/emacsql
- databases/emacsql-devel
- for Run
-
- databases/emacsql
- databases/emacsql-devel
Configuration Options:
- ===> The following configuration options are available for pg.el-0.44:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_pg.el
- USES:
- emacs
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.44 13 Nov 2024 03:29:29 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.44
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.44/CHANGELOG.md |
0.43 16 Oct 2024 04:52:40 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.43
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.43/CHANGELOG.md |
0.42 21 Sep 2024 20:21:34 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.42
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.42/CHANGELOG.md |
0.41 10 Sep 2024 06:46:26 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.41
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.41/CHANGELOG.md |
0.39 16 Aug 2024 07:18:10 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.39
* Install files to ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/pg.el.
* Switch from PLIST_SUB to pkg-plist as package includes eight files
now.
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.39/CHANGELOG.md |
0.36_1 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
0.36 26 Jun 2024 19:54:21 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.36
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.36/CHANGELOG.md |
0.35_1 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
0.35 10 Jun 2024 06:20:38 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.35
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.35/CHANGELOG.md |
0.34_1 23 May 2024 06:43:44 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Fix build of full, canna, nox and wayland flavors
Since 0.34 pg.el requires peg.el. Peg.el was added to master branch of
Emacs repository on March but isn't included in release version of
Emacs yet. As a result build of this port succeeds with devel_full and
devel_nox flavors but fails with others. So fix build by adding
devel/peg.el as dependency.
Fixes: 0d43ebf72f2a "databases/pg.el: Update to 0.34" |
0.34 21 May 2024 01:22:02 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.34
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.34/CHANGELOG.md |
0.33 15 May 2024 03:33:57 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.33
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.33/CHANGELOG.md |
0.32 21 Apr 2024 02:28:36 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.32
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.32/CHANGELOG.md |
0.31 29 Mar 2024 09:54:15 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.31
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.31/CHANGELOG.md |
0.30_1 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
0.30 12 Mar 2024 00:09:38 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.30
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.30/CHANGELOG.md |
0.29 03 Mar 2024 09:04:52 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.29
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.29/CHANGELOG.md |
0.28 22 Feb 2024 00:28:08 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.28
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.28/CHANGELOG.md |
0.27 08 Feb 2024 05:26:30 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.27
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.27/CHANGELOG.md |
0.24_1 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
0.24 03 Oct 2023 02:17:02 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.24
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.24/CHANGELOG.md |
0.20_3 20 Aug 2023 00:53:11 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared (Only the first 15 lines of the commit message are shown above ) |
0.20_2 24 May 2023 16:34:10 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
0.20_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.20 11 Dec 2022 00:37:09 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.20
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.20/CHANGELOG.md |
0.19_1 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
0.19 21 Nov 2022 09:36:36 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.19
ChangeLog: https://github.com/emarsden/pg-el/blob/v0.19/CHANGELOG.md |
0.16 06 Nov 2022 04:02:59 |
Yasuhiro Kimura (yasu) |
databases/pg.el: Update to 0.16
* Switch to the repository owned by original author.
* Also update WWW. |
0.13_4 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.13_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.13_3 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
0.13_3 07 Apr 2022 22:12:44 |
Joseph Mingrone (jrm) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
0.13_2 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
0.13_1 01 Oct 2021 22:55:27 |
Joseph Mingrone (jrm) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
0.13 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
0.13 01 Jun 2021 07:31:31 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
databases/pg.el: New port: PostgreSQL Elisp interface
PR: 255951
Approved by: lwhsu (mentor) |