| Port details |
- cp5022x-el CP50220 and CP51932 coding system support for Emacsen
- 0.0.20120324_18 japanese
=0 0.0.20120324_17Version of this port present on the latest quarterly branch. - Maintainer: hrs@FreeBSD.org
 - Port Added: 2019-03-17 17:49:08
- Last Update: 2026-04-11 16:03:58
- Commit Hash: bc45b7e
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://github.com/awasira/cp5022x.el/
- Description:
- cp5022x.el adds supprot for encodings with platform dependent characters
used in Microsoft Windows. It defines CP50220, CP50221, CP50222, and
CP51932. Specifications on Emacsen are as follows:
CP51932 (Microsoft euc-jp)
Type: iso-2022 (variant of ISO-2022)
Initial designations:
G0 -- ascii:ASCII (ISO646 IRV)
G1 -- japanese-jisx0208:JISX0208.1983/1990 Japanese Kanji: ISO-IR-87
G2 -- katakana-jisx0201:Katakana Part of JISX0201.1976
G3 -- never used
CP50220 (Microsoft iso-2022-jp for mail)
Type: iso-2022 (variant of ISO-2022)
Initial designations:
G0 -- ascii:ASCII (ISO646 IRV), and also used by the following:
japanese-jisx0208-1978:JISX0208.1978 Japanese Kanji
(so called "old JIS"): ISO-IR-42
japanese-jisx0208:JISX0208.1983/1990 Japanese Kanji: ISO-IR-87
latin-jisx0201:Roman Part of JISX0201.1976
katakana-jisx0201:Katakana Part of JISX0201.1976
G1 -- never used
G2 -- never used
G3 -- never used
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ja-cp5022x-el>0:japanese/cp5022x-el
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/japanese/cp5022x-el/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/cp5022x-el
- pkg install ja-cp5022x-el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-cp5022x-el
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1552833497
SHA256 (awasira-cp5022x.el-0.0.20120324-ea7327d_GH0.tar.gz) = e9c96b8ad70475cb05dae56dae28d4ffaee92d036b534e42ef8c0a3e646a0912
SIZE (awasira-cp5022x.el-0.0.20120324-ea7327d_GH0.tar.gz) = 2633
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- japanese_cp5022x-el
- USES:
- emacs
- pkg-message:
- For install:
- This elisp supports CP50220 and CP51932 as coding-system. Add the following
line to ~/.emacs to activate it:
(require 'cp5022x)
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.0.20120324_18 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
0.0.20120324_17 16 Aug 2025 00:42:54
    |
Yasuhiro Kimura (yasu)  |
editors/emacs: Update to 30.2
* Replace '30.1' in Mk/Uses/emacs.mk with '30.2'.
* Bump PORTREVISION of dependent ports.
ChangLog: https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30.2
Reviewed by: jrm
Differential Revision: https://reviews.freebsd.org/D51906 |
0.0.20120324_16 24 Feb 2025 21:44:48
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
Sponsored by: The FreeBSD Foundation |
0.0.20120324_15 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.0.20120324_14 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.0.20120324_13 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.0.20120324_12 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.0.20120324_11 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.0.20120324_10 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.0.20120324_8 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.0.20120324_7 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 |
0.0.20120324_6 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.0.20120324_5 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.0.20120324_4 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.0.20120324_3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.20120324_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.0.20120324_3 26 Mar 2021 00:40:45
  |
jrm  |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
0.0.20120324_2 12 Aug 2020 18:30:07
  |
jrm  |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
0.0.20120324_1 07 Jan 2020 04:55:40
  |
jrm  |
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012 |
0.0.20120324 13 Aug 2019 22:22:35
  |
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
0.0.20120324 17 Mar 2019 17:48:43
  |
hrs  |
Add japanese/cp5022x-el, an elisp to add CP5022x coding-system support
to Emacsen. |