Port details |
- emacsql-devel High-level Emacs Lisp RDBMS front-end (Development Version)
- 4.1.0 databases =2 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2023-05-13 06:39:37
- 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-devel>0:databases/emacsql-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/emacsql-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/emacsql-devel
- pkg install emacsql-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: emacsql-devel
- Package flavors (<flavor>: <package>)
- full: emacsql-devel
- canna: emacsql-devel-emacs_canna
- nox: emacsql-devel-emacs_nox
- wayland: emacsql-devel-emacs_wayland
- devel_full: emacsql-devel-emacs_devel
- devel_nox: emacsql-devel-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1733128681
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
- devel/forge-devel
- for Run
-
- databases/closql-devel
- devel/forge-devel
Configuration Options:
- ===> The following configuration options are available for emacsql-devel-4.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_emacsql-devel
- 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.65_2 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.65_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 |
3.1.1.65 01 May 2024 02:28:32 |
Yasuhiro Kimura (yasu) |
databases/emacsql-devel: Update to latest snapshot
Changes: https://github.com/magit/emacsql/compare/fdcf447...fdcf447 |
3.1.1.64_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 |
3.1.1.64 08 Feb 2024 05:28:16 |
Yasuhiro Kimura (yasu) |
databases/emacsql-devel: Update to latest snapshot
Changes: https://github.com/magit/emacsql/compare/59de83a...fdcf447 |
3.1.1.43_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 |
3.1.1.43 01 Oct 2023 04:38:34 |
Yasuhiro Kimura (yasu) |
databases/emacsql-devel: Update to latest snapshot
Changes: https://github.com/magit/emacsql/compare/6401226...59de83a |
3.1.1.42_1 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.42 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 |