Port details |
- compat.el Compatibility library for Emacs Lisp
- 30.0.0.0 misc =2 30.0.0.0Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2022-05-01 02:15:07
- Last Update: 2024-08-16 07:16:54
- Commit Hash: 320c183
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/emacs-compat/compat
- Description:
- Compat.el is a forwards-compatibility library for (GNU) Emacs Lisp,
versions 24.3 and newer.
The intended audience of this library aren't day-to-day users, but
package developers that wish to make use of newer functionality, not
provided in older versions of Emacs, without breaking compatibility
for users bound to specific Emacs releases.
Version 24.3 is chosen as the oldest version, because this is the
newest version on CentOS 7. It is intended to preserve compatibility
for at least as the Centos 7 reaches EOL, 2024.
Note that compat.el provides a few prefixed function, ie. functions
with a compat- prefix. These are used to provide extended
functionality for commands that are already defined (sort, assoc,
...). It might be possible to transform these into advised functions
later on, so that the modified functionality is accessible without a
prefix. Feedback on this point is appreciated.
- ¦ ¦ ¦ ¦
- 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:
-
- compat.el>0:misc/compat.el
- To install the port:
- cd /usr/ports/misc/compat.el/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/compat.el
- pkg install compat.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: compat.el
- Package flavors (<flavor>: <package>)
- full: compat.el
- canna: compat.el-emacs_canna
- nox: compat.el-emacs_nox
- wayland: compat.el-emacs_wayland
- devel_full: compat.el-emacs_devel
- devel_nox: compat.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1723781633
SHA256 (emacs-compat-compat-30.0.0.0_GH0.tar.gz) = 6d13ebcfa76c60b49b27b2195f2311e924f072b25368adf8fcd33fb1e7328efb
SIZE (emacs-compat-compat-30.0.0.0_GH0.tar.gz) = 140329
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:
-
- emacs-29.4 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- emacs-29.4 : editors/emacs@full
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- databases/closql
- databases/closql-devel
- devel/forge
- devel/forge-devel
- devel/ghub
- devel/ghub-devel
- devel/git-modes
- for Run
-
- databases/closql
- databases/closql-devel
- devel/forge
- devel/forge-devel
- devel/ghub
- devel/ghub-devel
- devel/git-modes
Configuration Options:
- ===> The following configuration options are available for compat.el-30.0.0.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_compat.el
- USES:
- emacs gmake makeinfo
- 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 |
30.0.0.0 16 Aug 2024 07:16:54 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 30.0.0.0
ChangeLog: https://github.com/emacs-compat/compat/blob/30.0.0.0/NEWS.org |
29.1.4.5_3 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 |
29.1.4.5_2 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 |
29.1.4.5_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 |
29.1.4.5 17 Mar 2024 00:33:32 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.5
Changes: https://github.com/emacs-compat/compat/compare/29.1.4.4...29.1.4.5 |
29.1.4.4_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 |
29.1.4.4 14 Nov 2023 00:05:04 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.4
Changes: https://github.com/emacs-compat/compat/compare/29.1.4.3...29.1.4.4 |
29.1.4.3 05 Nov 2023 04:22:43 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.3
Changes: https://github.com/emacs-compat/compat/compare/29.1.4.2...29.1.4.3 |
29.1.4.2_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 ) |
29.1.4.2 30 Jul 2023 11:15:29 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.2
Changes: https://github.com/emacs-compat/compat/compare/29.1.4.1...29.1.4.2 |
29.1.4.1_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
29.1.4.1 27 Mar 2023 02:12:09 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.1
Changes: https://github.com/emacs-compat/compat/compare/29.1.4.0...29.1.4.1 |
29.1.4.0 06 Mar 2023 05:26:38 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.4.0
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.4...29.1.4.0 |
29.1.3.4 12 Feb 2023 02:12:56 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.3.4
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.3...29.1.3.4 |
29.1.3.3 09 Feb 2023 06:57:11 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.3.3
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.2...29.1.3.3 |
29.1.3.2 02 Feb 2023 05:14:31 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.3.2
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.1...29.1.3.2 |
29.1.3.1 27 Jan 2023 00:53:01 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.3.1
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.0...29.1.3.1 |
29.1.3.0 23 Jan 2023 00:30:32 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.3.0
Changes: https://github.com/emacs-compat/compat/compare/29.1.2.0...29.1.3.0 |
29.1.2.0 17 Jan 2023 00:39:43 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.2.0
Changes: https://github.com/emacs-compat/compat/compare/29.1.1.1...29.1.2.0 |
29.1.1.1 15 Jan 2023 06:49:39 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.1.1
Changes: https://github.com/emacs-compat/compat/compare/29.1.1.0...29.1.1.1 |
29.1.1.0 08 Jan 2023 07:12:54 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.1.0
Changes: https://github.com/emacs-compat/compat/compare/29.1.0.1...29.1.1.0 |
29.1.0.1 06 Jan 2023 11:33:39 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 29.1.0.1
* Update WWW, GH_ACCOUNT and GH_PROJECT. Primary repository moved to
different account and project name on GitHub.
Changes: https://github.com/emacs-compat/compat/compare/28.1.2.2...29.1.0.1 |
28.1.2.2_2 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 |
28.1.2.2_1 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) |
28.1.2.2 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 ) |
28.1.2.2 29 Aug 2022 01:12:21 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 28.1.2.2
ChangLog: https://lists.sr.ht/~pkal/compat-announce/%3C87lercqdft.fsf%40posteo.net%3E |
28.1.2.1 25 Aug 2022 00:16:13 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 28.1.2.1
ReleaseNotes: https://lists.sr.ht/~pkal/compat-devel/%3C85tu61z76c.fsf%40elpa.gnu.org%3E |
28.1.2.0 18 Jul 2022 16:05:28 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 28.1.2.0
Changes: https://github.com/phikal/compat.el/compare/28.1.1.2...28.1.2.0 |
28.1.1.2 16 Jun 2022 04:03:02 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 28.1.1.2
Changes: https://github.com/phikal/compat.el/compare/28.1.1.1...28.1.1.2 |
28.1.1.1 23 May 2022 11:01:43 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Update to 28.1.1.1
Changes: https://github.com/phikal/compat.el/compare/28.1.1.0...28.1.1.1 |
28.1.1.0 01 May 2022 02:50:40 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Fix do-install-DOCS-on target
Fixes: 124ba3c89de6 (misc/compat.el: Add new port) |
28.1.1.0 01 May 2022 02:13:56 |
Yasuhiro Kimura (yasu) |
misc/compat.el: Add new port
Add compat.el, a forwards-compatibility library for (GNU) Emacs Lisp,
versions 24.3 and newer. |