Port details on branch 2025Q1 |
- markdown-mode.el Emacs major mode for editing Markdown-formatted text
- 2.6_5 textproc
=0 2.6_5Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2025-02-25 02:30:21
- Last Update: 2025-02-25 02:25:41
- Commit Hash: 7381060
- Also Listed In: elisp
- License: GPLv3+
- WWW:
- https://jblevins.org/projects/markdown-mode/
- Description:
- markdown-mode is a major mode for editing Markdown-formatted
text files in GNU Emacs.
¦ ¦ ¦ ¦ 
- 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:
-
- markdown-mode.el>0:textproc/markdown-mode.el
- To install the port:
- cd /usr/ports/textproc/markdown-mode.el/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/markdown-mode.el
- pkg install markdown-mode.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: markdown-mode.el
- Package flavors (<flavor>: <package>)
- full: markdown-mode.el
- canna: markdown-mode.el-emacs_canna
- nox: markdown-mode.el-emacs_nox
- wayland: markdown-mode.el-emacs_wayland
- devel_full: markdown-mode.el-emacs_devel
- devel_nox: markdown-mode.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1693413711
SHA256 (jrblevin-markdown-mode-v2.6_GH0.tar.gz) = 88c42f5ce7ec5a45c7d264c2a138522452cde044aaadf5cb4a298144f54f8225
SIZE (jrblevin-markdown-mode-v2.6_GH0.tar.gz) = 222181
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-30.1 : editors/emacs@full
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- emacs-30.1 : editors/emacs@full
- This port is required by:
- for Build
-
- devel/forge
- devel/forge-devel
- for Run
-
- devel/forge
- devel/forge-devel
Configuration Options:
- ===> The following configuration options are available for markdown-mode.el-2.6_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_markdown-mode.el
- USES:
- emacs gmake
- pkg-message:
- For install:
- To use markdown-mode in Emacs/XEmacs, add the following lines to
your ~/.emacs replacing "text" with your preferred markdown extension.
(autoload 'markdown-mode "markdown-mode.el"
"Major mode for editing Markdown files" t)
(setq auto-mode-alist
(cons '("\\.text" . markdown-mode) auto-mode-alist))
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6_5 25 Feb 2025 02:25:41
    |
Joseph Mingrone (jrm)  |
*/*: Chase editors/emacs update
Sponsored by: The FreeBSD Foundation |
Number of commits found: 1
|