Port details |
- emacsql High-level Emacs Lisp RDBMS front-end
- 4.1.0 databases =2 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2021-06-02 02:21:39
- Last Update: 2024-12-02 09:17:11
- Commit Hash: 31bdadb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: UNLICENSE
- WWW:
- https://github.com/magit/emacsql
- Description:
- EmacSQL is a high-level Emacs Lisp front-end for SQLite (primarily),
PostgreSQL, MySQL, and potentially other SQL databases.
It works by maintaining a inferior process running (a "connection")
for interacting with the back-end database. Connections are
automatically cleaned up if they are garbage collected. All requests
are synchronous.
Any readable lisp value can be stored as a value in EmacSQL, including
numbers, strings, symbols, lists, vectors, and closures. EmacSQL has
no concept of "TEXT" values; it's all just lisp objects. The lisp
object nil corresponds 1:1 with NULL in the database.
- ¦ ¦ ¦ ¦
- 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:
-
- emacsql>0:databases/emacsql
- Conflicts:
- CONFLICTS_INSTALL:
- emacsql
- emacsql-devel*
- emacsql-emacs_*
- To install the port:
- cd /usr/ports/databases/emacsql/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/emacsql
- pkg install emacsql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: emacsql
- Package flavors (<flavor>: <package>)
- full: emacsql
- canna: emacsql-emacs_canna
- nox: emacsql-emacs_nox
- wayland: emacsql-emacs_wayland
- devel_full: emacsql-emacs_devel
- devel_nox: emacsql-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1733128142
SHA256 (magit-emacsql-v4.1.0_GH0.tar.gz) = 6e50cd36a21b690b04432be2eea4b8c6556223f2931f0e89f80ef3e511bfdcd0
SIZE (magit-emacsql-v4.1.0_GH0.tar.gz) = 32308
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:
-
- pg.el>=0.39 : databases/pg.el@full
- emacs-29.4 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- pg.el>=0.39 : databases/pg.el@full
- emacs-29.4 : editors/emacs@full
- This port is required by:
- for Build
-
- databases/closql
- devel/forge
- for Run
-
- databases/closql
- devel/forge
Configuration Options:
- ===> The following configuration options are available for emacsql-4.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_emacsql
- USES:
- emacs gmake
- 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 |
4.1.0 02 Dec 2024 09:17:11 |
Yasuhiro Kimura (yasu) |
databases/emacsql*: Update to 4.1.0
Changes: https://github.com/magit/emacsql/compare/v4.0.3...v4.1.0 |
4.0.3_1 03 Oct 2024 23:51:59 |
Yasuhiro Kimura (yasu) |
databases/emacsql*: Remove databases/emacs-sqlite3-api from dependency
Emacs 29 and later support sqlite3 natively. So 3rd party sqlite3
module isn't necessary any more. |
4.0.3 10 Sep 2024 06:46:30 |
Yasuhiro Kimura (yasu) |
databases/{emacsql,emacsql-devel}: Update to 4.0.3
Changes: https://github.com/magit/emacsql/compare/v4.0.0...v4.0.3 |
4.0.0 16 Aug 2024 07:18:24 |
Yasuhiro Kimura (yasu) |
databases/{emacsql,emacsql-devel}: Update to 4.0.0 |
3.1.1_9 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 |
3.1.1_8 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 |
3.1.1_7 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 |
3.1.1_6 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 |
3.1.1_5 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 ) |
3.1.1_4 13 May 2023 06:34:29 |
Yasuhiro Kimura (yasu) |
databases/emacsql-devel: Add new port
EmacSQL is a high-level Emacs Lisp front-end for SQLite (primarily),
PostgreSQL, MySQL, and potentially other SQL databases.
This is development version of EmacSQL.
https://github.com/magit/emacsql |
3.1.1_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.1.1_2 19 Jan 2023 02:30:43 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Add upstream patch to fix runtime error of devel/magit-devel
After editors/emacs-devel is update to 30.0.50.20230115,3, runtime
error happens with devel/magit-devel if devel/forge-devel is also
installed. So add upstream patch to fix it. |
3.1.1_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 |
3.1.1 14 Oct 2022 04:58:06 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Update to 3.1.1
Changes: https://github.com/magit/emacsql/compare/3.1.0...3.1.1 |
3.1.0 13 Oct 2022 02:07:54 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Mark MAKE_JOBS_UNSAFE
Paralell build may fail after updated to 3.1.0.
Reported by: pkg-fallout |
3.1.0 12 Oct 2022 03:00:36 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Update to 3.1.0
Changes: https://github.com/magit/emacsql/compare/3747260...3.1.0 |
3.0.0.17_2 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 |
3.0.0.17_1 19 Sep 2022 01:46:17 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Update WWW
Repository is transferred to Magit project. |
3.0.0.17_1 18 Sep 2022 18:28:24 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Update GH_ACCOUNT and distinfo
Repository is transferred to Magit project.
Don't bump PORTREVISION as only the name of distfile is changed. |
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) |
3.0.0.17_1 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 ) |
3.0.0.17_1 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 |
3.0.0.17 19 Feb 2022 03:45:49 |
Yasuhiro Kimura (yasu) |
databases/emacsql: Update to latest snapshot
This fixes runtime error of devel/{forge,forge-devel}
While here, pet portlint and portclippy
Changes: https://github.com/skeeto/emacsql/compare/3.0.0...3747260
MFH: 2022Q1 |
3.0.0_2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.0.0_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 |
3.0.0_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 |
3.0.0 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 |
3.0.0 02 Jun 2021 02:18:54 |
Guangyuan Yang (ygy) Author: Yasuhiro Kimura |
databases/emacsql: New port: High-level Emacs Lisp RDBMS front-end
PR: 255958
Approved by: lwhsu (mentor) |