Port details |
- haskell-mode.el Emacs lisp mode for editing haskell programs
- 17.5_4 lang =3 17.5_3Version 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: 2004-03-06 21:55:16
- Last Update: 2024-07-04 21:31:24
- Commit Hash: b946d41
- People watching this port, also watch:: mDNSResponder, libexif, libast, vcdimager, libglade2
- Also Listed In: elisp
- License: GPLv3
- WWW:
- https://projects.haskell.org/haskellmode-emacs/
- Description:
- Haskell-mode is a major Emacs mode for editing Haskell source code. It
provides syntax highlighting and automatic indentation and comes with
inf-haskell which allows interaction with an inferior Haskell interactive
loop such as the one of Hugs or GHCi.
Note that if you want to use haskell-mode under XEmacs, you should
install editors/xemacs-packages instead.
- ¦ ¦ ¦ ¦
- 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:
-
- haskell-mode>0:lang/haskell-mode.el
- To install the port:
- cd /usr/ports/lang/haskell-mode.el/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/haskell-mode.el
- pkg install haskell-mode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: haskell-mode
- Package flavors (<flavor>: <package>)
- full: haskell-mode
- canna: haskell-mode-emacs_canna
- nox: haskell-mode-emacs_nox
- wayland: haskell-mode-emacs_wayland
- devel_full: haskell-mode-emacs_devel
- devel_nox: haskell-mode-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1703963263
SHA256 (haskell-haskell-mode-v17.5_GH0.tar.gz) = 60118da640097ae8cf83a269781cedc9fbfb5c555a3b44b889ec513756289437
SIZE (haskell-haskell-mode-v17.5_GH0.tar.gz) = 1149634
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
- Runtime dependencies:
-
- emacs-29.4 : editors/emacs@full
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for haskell-mode-17.5_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- lang_haskell-mode.el
- USES:
- emacs gmake
- pkg-message:
- For install:
- To use haskell-mode in Emacs, add the following lines to your ~/.emacs:
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/haskell-mode/")
(require 'haskell-mode-autoloads)
Add the following lines according to which modules you want to use:
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(autoload 'turn-on-haskell-indent "hindent" "Indentation mode for Haskell" t)
(add-hook 'haskell-mode-hook 'font-lock-mode)
Note that the three indentation modules are mutually exclusive - add at
most one.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.5_4 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 |
17.5_3 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 |
17.5_2 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 |
17.5_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 |
17.5 30 Dec 2023 20:38:27 |
Muhammad Moinur Rahman (bofh) |
lang/haskell-mode.el: Update version 17.2=>17.5
Changelog: https://github.com/haskell/haskell-mode/releases/tag/v17.5 |
17.2_8 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 ) |
17.2_7 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
17.2_5 23 Feb 2023 09:22:56 |
Antoine Brodin (antoine) |
lang/haskell-mode.el: mark devel* flavors BROKEN
Error: void-function (batch-update-autoloads)
Reported by: pkg-fallout |
17.2_5 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 |
17.2_4 22 Nov 2022 06:48:02 |
Fernando Apesteguía (fernape) |
*/*: Reset Maintainership
As per maintainer's request.
Reported in mail list[1]
[1] https://www.mail-archive.com/ports@freebsd.org/msg02842.html |
17.2_4 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) |
17.2_3 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 ) |
17.2_3 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
17.2_3 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 |
17.2_2 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
17.2_1 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 |
17.2 22 May 2021 18:51:55 |
Neel Chauhan (nc) Author: Klaus Aehlig |
lang/hasekell-mode.el: Update to 17.2
PR: 256075 |
16.1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
16.1_6 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 |
16.1_5 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 |
16.1_4 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 |
16.1_3 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
16.1_3 31 May 2018 01:18:05 |
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 |
16.1_2 01 Feb 2018 18:03:10 |
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 |
16.1_1 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
16.1 30 Sep 2016 18:59:47 |
pawel |
Update to version 16.1
PR: 212765
Submitted by: Klaus Aehlig (maintainer) |
13.20.1 03 Aug 2016 17:37:44 |
pawel |
- Update to version 13.20.1 [1]
- Port is architecture neutral
PR: 211512 [1]
Submitted by: Klaus Aehlig (maintainer) |
13.20 22 Apr 2016 20:25:24 |
pawel |
Update to version 13.20
PR: 208832
Submitted by: maintainer |
13.18 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
13.18 13 Mar 2016 17:21:21 |
rakuco |
Readd lang/haskell-mode.el, update to 13.18 and pass maintainership to
submitter.
PR: 201170
Submitted by: Klaus Aehlig <aehlig@linta.de> |
2.9.1 01 Sep 2014 17:12:33 |
bapt |
Remove non staged ports without pending PR from l* |
2.9.1 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2.9.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.9.1 18 May 2013 20:42:14 |
rakuco |
Update to 2.9.1.
PR: ports/178384
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
2.8.0 01 Dec 2010 12:55:47 |
pav |
- Update to 2.8.0
PR: ports/152726
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) |
2.4 05 Feb 2008 04:57:09 |
anray |
- Update to 2.4
- Makefile cleanup
- Update pkg-message.
PR: ports/120279
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: Hirohisa Yamaguchi (maintainer) |
2.3 22 Aug 2007 18:27:38 |
anray |
- Update to latest version 2.3
PR: ports/115685
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Hirohisa Yamaguchi (maintainer) |
2.2 13 Feb 2007 19:14:43 |
anray |
Update to 2.2
PR: ports/109042
Submitted by: Hirohisa Yamaguchi(maintainer) |
2.1 04 Mar 2006 13:26:43 |
pav |
- Add backup download site
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by: portmgr (kris; implicit) |
2.1 26 Jan 2006 10:11:28 |
pav |
- Fix spurious SIZE entry |
2.1 26 Jan 2006 08:43:05 |
pav |
- Author of last update agreed to take over this port |
2.1 25 Jan 2006 17:50:07 |
pav |
- Update to 2.1
- Drop maintainership
PR: ports/91934
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: Josh Elsasser <joshe@vineyard.net> (maintainer) |
1.44 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.44 26 Jul 2004 12:06:07 |
vs |
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop |
1.44 11 May 2004 19:22:26 |
obraun |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com> |
1.44 06 Mar 2004 21:53:20 |
obraun |
Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.
PR: ports/63813
Submitted by: Josh Elsasser <jre@vineyard.net> |