Port details |
- emacsql High-level Emacs Lisp RDBMS front-end
- 3.1.1_2 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2021-06-02 02:21:39
- Last Update: 2023-01-19 02:30:43
- Commit Hash: 496d10d
- Also Listed In: elisp
- License: UNLICENSE
- 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.
¦ ¦ ¦ ¦ 
- 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:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- 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
- devel_full: emacsql-emacs_devel
- devel_nox: emacsql-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1674094021
SHA256 (magit-emacsql-3.1.1_GH0.tar.gz) = 82620a6e3a4e9d56047e9b099e1c3070a5a6aa6828ccde4fb7c3f262a11803f1
SIZE (magit-emacsql-3.1.1_GH0.tar.gz) = 2392710
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.13 : databases/pg.el@full
- emacs-28.2 : editors/emacs@full
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- pg.el>=0.13 : databases/pg.el@full
- emacs-28.2 : editors/emacs@full
- Library dependencies:
-
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
- databases/closql
- devel/forge
- devel/forge-devel
- for Run
-
- databases/closql
- devel/forge
- devel/forge-devel
Configuration Options:
- ===> The following configuration options are available for emacsql-3.1.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_emacsql
- USES:
- emacs gmake localbase:ldflags
- 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 |
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) |