Port details |
- yaml-mode.el Simple major mode to edit YAML file for Emacsen
- 0.0.15_4 textproc
=0 0.0.15_3Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2007-09-07 23:23:34
- Last Update: 2022-04-07 22:12:44
- Commit Hash: d9dcd9c
- Also Listed In: elisp
- License: GPLv2+
- Description:
- This is a major mode for editing files in the YAML data serialization format.
WWW: https://github.com/yoshiki/yaml-mode
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- yaml-mode.el>0:textproc/yaml-mode.el
- To install the port:
- cd /usr/ports/textproc/yaml-mode.el/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/yaml-mode.el
- pkg install yaml-mode.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yaml-mode.el
- Package flavors (<flavor>: <package>)
- full: yaml-mode.el
- canna: yaml-mode.el-emacs_canna
- nox: yaml-mode.el-emacs_nox
- devel_full: yaml-mode.el-emacs_devel
- devel_nox: yaml-mode.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1604919947
SHA256 (yoshiki-yaml-mode-0.0.15_GH0.tar.gz) = 9f2e9cd311c8740c64d26003b08e9cfb4bfca17e2b89099c422f458a945ae67f
SIZE (yoshiki-yaml-mode-0.0.15_GH0.tar.gz) = 15873
- 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-28.1 : editors/emacs@full
- Runtime dependencies:
-
- emacs-28.1 : editors/emacs@full
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for yaml-mode.el-0.0.15_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_yaml-mode.el
- USES:
- emacs
- pkg-message:
- For install:
- To use yaml-mode, you should add following lines to your .emacs file:
(require 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2022 22:12:44 0.0.15_4
|
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 |
15 Nov 2021 15:19:58 0.0.15_3
|
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
01 Oct 2021 22:55:27 0.0.15_2
|
Joseph Mingrone (jrm)  |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
28 Sep 2021 05:13:33 0.0.15_1
|
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 |
06 Apr 2021 14:31:07 0.0.15_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2021 00:40:45
0.0.15_1
|
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 |
07 Feb 2021 21:08:56
0.0.15
|
rhurlin  |
textproc/yaml-mode.el: Update to 0.0.15
Changelog: https://github.com/yoshiki/yaml-mode/compare/0.0.14...0.0.15
PR: 250978
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
12 Aug 2020 18:30:07
0.0.14_3
|
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 |
07 Jan 2020 04:55:40
0.0.14_2
|
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 |
01 Sep 2019 15:32:09
0.0.14_1
|
jrm  |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281.
Reported by: ashish |
14 Aug 2019 12:16:41
0.0.14
|
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
01 Jul 2019 02:56:08
0.0.14
|
meta  |
textproc/yaml-mlde.el: Update to 0.0.14
PR: 238876
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
28 Apr 2019 15:16:51
0.0.13_5
|
jrm  |
Bump PORTREVISION for ports using EMACS_VERSION_SITE_LISPDIR
This should have been done with r499179 when editors/emacs was updated
to version 26.2.
Reported by: nobutaka |
31 May 2018 01:18:05
0.0.13_4
|
jrm  |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
01 Feb 2018 18:03:10
0.0.13_3
|
jrm  |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
11 Jan 2018 14:18:01
0.0.13_2
|
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
12 Sep 2017 15:38:57
0.0.13_2
|
ashish  |
Chase Emacs update |
29 Apr 2017 14:50:53
0.0.13_1
|
jrm  |
Chase editors/emacs update to version 25.2
Reported by: des
Approved by: ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10534 |
29 Dec 2016 13:54:09
0.0.13
|
amdmi3  |
- Update to 0.0.13
- While here, fix license, switch to options helpers and apply some minor fixes
PR: 214243
Submitted by: yasu@utahime.org (maintainer) |
19 May 2016 10:53:06
0.0.12
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
09 Jan 2016 12:54:00
0.0.12
|
miwi  |
- Update to 0.0.12
PR: 206030
Submitted by: maintainer |
19 Jul 2015 12:53:16
0.0.11
|
robak  |
textproc/yaml-mode.el: update 0.0.9 -> 0.0.11
PR: 201688
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer) |
07 May 2015 20:24:16
0.0.9_2
|
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
27 Apr 2015 10:29:28
0.0.9_2
|
ashish  |
- Chase GNU Emacs updates
PR: 199553 |
05 Nov 2014 13:19:32
0.0.9_1
|
ashish  |
- Chase GNU Emacs updates
PR: 194624 |
15 Oct 2014 11:32:10
0.0.9
|
marino  |
Close out a bunch of PRs that only remove @dirrm
PR: 194331, 194332
PR: 194365, 194366, 194369, 194371, 194374 |
06 Feb 2014 20:15:32
0.0.9
|
pawel  |
Stage support
PR: ports/182481
Submitted by: maintainer |
20 Sep 2013 23:17:32
0.0.9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
14 Aug 2013 11:07:21
0.0.9
|
wg  |
textproc/yaml-mode.el: update to 0.0.9
- Update to 0.0.9
PR: ports/181209
Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) |
30 Mar 2013 05:13:30
0.0.8_2
|
ashish  |
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above ) |
15 Jan 2013 21:45:33
0.0.8_1
|
jgh  |
- adopt optionsNG, define LICENSE, trim historical header
- update pkg-descr
PR: 175197
Submitted by: maintainer, yasu@utahime.org |
04 Sep 2012 17:05:44
0.0.8_1
|
ashish  |
Chase Emacs updates |
03 Sep 2012 03:21:01
0.0.8
|
bdrewery  |
- Update to 0.0.8
PR: ports/171241
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Approved by: eadler (mentor) |
01 Aug 2012 16:50:16
0.0.3_10
|
ashish  |
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi |
01 Jun 2012 05:26:28
0.0.3_9
|
dinoex  |
- update png to 1.5.10 |
22 Feb 2012 13:31:32
0.0.3_8
|
ashish  |
- Chase Emacs updates
PR: ports/165082 |
17 Oct 2011 06:01:31
0.0.3_7
|
ashish  |
- Chase editors/emacs update |
07 Sep 2011 20:21:30
0.0.3_6
|
ashish  |
Chase editors/emacs update |
27 Aug 2011 22:22:57
0.0.3_5
|
ashish  |
Chase editors/emacs update.
PR: ports/160196 |
03 Jul 2011 14:40:25
0.0.3_4
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
0.0.3_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.0.3_3
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.0.3_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 14:05:09
0.0.3_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
07 Sep 2007 23:23:20
0.0.3
|
edwin  |
[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.
WWW: http://yaml-mode.clouder.jp/
PR: ports/114383
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |