Port details on branch 2024Q1 |
- csharp-mode.el Emacs major mode for editing C# source code
- 0.9.2_13 lang =0 0.9.2_13Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2024-03-27 00:00:05
- Last Update: 2024-03-26 23:51:49
- Commit Hash: bb5373b
- Also Listed In: elisp
- License: GPLv2
- WWW:
- https://github.com/josteink/csharp-mode
- Description:
- After a good number of years, we noticed that there wasn't a "non-patched"
version of a csharp-mode for Emacs. There were a few, but most of them had
comments that they were "in progress" or "about to merge", but then we noticed
that those notices were there even after a couple of months.
Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we
decided to follow the rules and create one that required no patching or
modification to the core cc-mode engine (which is a good thing). So, this is
the C# mode.
- ¦ ¦ ¦ ¦
- 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:
-
- csharp-mode.el>0:lang/csharp-mode.el
- To install the port:
- cd /usr/ports/lang/csharp-mode.el/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/csharp-mode.el
- pkg install csharp-mode.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: csharp-mode.el
- Package flavors (<flavor>: <package>)
- full: csharp-mode.el
- canna: csharp-mode.el-emacs_canna
- nox: csharp-mode.el-emacs_nox
- devel_full: csharp-mode.el-emacs_devel
- devel_nox: csharp-mode.el-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1573832299
SHA256 (josteink-csharp-mode-v0.9.2_GH0.tar.gz) = 73b2daf85a2580307325536fb9121c86632655e88b7d5e821cccf6d375186105
SIZE (josteink-csharp-mode-v0.9.2_GH0.tar.gz) = 52389
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- emacs-29.3 : editors/emacs@full
- Runtime dependencies:
-
- emacs-29.3 : editors/emacs@full
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_csharp-mode.el
- USES:
- emacs
- pkg-message:
- For install:
- To use csharp-mode, add the following lines to your ~/.emacs file:
(autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t)
(setq auto-mode-alist (append '(("\\.cs$" . csharp-mode)) auto-mode-alist))
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_13 26 Mar 2024 23:51:49 |
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
(cherry picked from commit 26421ac37c3c013c7809400976c866a8f70db436) |
0.9.2_12 26 Mar 2024 23:41:02 |
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
(cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48) |