Port details on branch 2024Q1 |
- emacs-w3m Simple front-end to w3m for emacs
- 1.4.632.b.20230630_1 www =0 1.4.632.b.20230630_1Version of this port present on the latest quarterly branch.
- Maintainer: nobutaka@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:
- http://emacs-w3m.namazu.org/
- Description:
- Emacs-w3m is a simple interface program of w3m for 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:
-
- emacs-w3m>0:www/emacs-w3m
- To install the port:
- cd /usr/ports/www/emacs-w3m/ && make install clean
- To add the package, run one of these commands:
- pkg install www/emacs-w3m
- pkg install emacs-w3m
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: emacs-w3m
- Package flavors (<flavor>: <package>)
- full: emacs-w3m
- canna: emacs-w3m-emacs_canna
- nox: emacs-w3m-emacs_nox
- devel_full: emacs-w3m-emacs_devel
- devel_nox: emacs-w3m-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1688826699
SHA256 (emacs-w3m-emacs-w3m-1.4.632.b.20230630-ea60411_GH0.tar.gz) = c298908c49639f7e3eaac3348241498e0afc77e2c926e2406326e00e8688d7bf
SIZE (emacs-w3m-emacs-w3m-1.4.632.b.20230630-ea60411_GH0.tar.gz) = 1080581
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:
-
- w3m : www/w3m
- flim>0 : editors/flim@full
- emacs-29.3 : editors/emacs@full
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Runtime dependencies:
-
- w3m : www/w3m
- semi>0 : editors/semi@full
- wvHtml : textproc/wv
- xlhtml : textproc/xlhtml
- flim>0 : editors/flim@full
- emacs-29.3 : editors/emacs@full
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- mail/wanderlust
- for Run
-
- mail/wanderlust
Configuration Options:
- ===> The following configuration options are available for emacs-w3m-1.4.632.b.20230630_1:
DOCS=on: Build and/or install documentation
OCTET_VIEWER=on: Octet stream viewer support
SHIMBUN=on: Build and/or install Shimbun
===> Use 'make config' to modify these settings
- Options name:
- www_emacs-w3m
- USES:
- autoreconf emacs tar:xz
- pkg-message:
- For install:
- Before using emacs-w3m, you must add this to your own .emacs:
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
To use emacs-w3m on Wanderlust, add this to your own .emacs:
(require 'mime-w3m)
To use emacs-w3m on Mew, add this to your own .mew.el:
(require 'mew-w3m)
(setq mew-prog-html '(mew-mime-text/html-w3m nil nil))
And to use octet stream viewer, add this to your own .emacs:
(require 'w3m)
(require 'octet)
(octet-mime-setup)
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.632.b.20230630_1 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) |
1.4.632.b.20230630_2 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) |
Number of commits found: 2
|