Port details |
- xmenu X11 menu utility
- 4.6.1_3 x11 =2 4.6.1_2Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2020-09-04 00:25:20
- Last Update: 2024-07-16 12:00:59
- Commit Hash: 8782417
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/phillbush/xmenu
- Description:
- XMenu is a menu utility for X. XMenu receives a menu specification in stdin,
shows a menu for the user to select one of the options, and outputs the option
selected to stdout. XMenu can be controlled both via mouse and via keyboard.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/xmenu/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/xmenu
- pkg install xmenu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmenu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696113908
SHA256 (phillbush-xmenu-v4.6.1_GH0.tar.gz) = f78d7406e42d057a9e855e573a7934c5407c1effe632836d51b3e8c9cc0c7e9f
SIZE (phillbush-xmenu-v4.6.1_GH0.tar.gz) = 31450
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:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- xinerama.pc : x11/libXinerama
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libImlib2.so : graphics/imlib2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xmenu-4.6.1_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- x11_xmenu
- USES:
- compiler:c11 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6.1_3 16 Jul 2024 12:00:59 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
4.6.1_2 20 Jan 2024 13:55:49 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of graphics/imlib2
New version of imlib2 in tree |
4.6.1_1 11 Jan 2024 10:31:03 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate the use of MANPREFIX for x11*
While here move some manpages to share/man |
4.6.1 30 Sep 2023 22:47:40 |
Lewis Cook (lcook) |
x11/xmenu: Update to 4.6.1
Changes: https://github.com/phillbush/xmenu/releases/tag/v4.6.1 |
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) |
4.5.5 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 ) |
4.5.5 21 Apr 2021 17:40:27 |
Lewis Cook (lcook) |
x11/xmenu: Update to 4.5.5
Changes: https://github.com/phillbush/xmenu/blob/v4.5.5/CHANGELOG |
4.5.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.5.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5.4 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
4.5.4 19 Jan 2021 16:59:12 |
rhurlin |
x11/xmenu: Update to 4.5.4
Changelog: https://github.com/phillbush/xmenu/compare/v4.4.1...v4.5.4
PR: 252827
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
4.4.1 01 Dec 2020 18:06:12 |
rhurlin |
x11/xmenu: Update to 4.4.1
Several bugfixes and some new features:
- Support for 1-9 numbers to select specific item
- Add support for Home and End keys for moving
- User can set custom key bindings in config.h
- Add XFree(info)
Changelog: https://github.com/phillbush/xmenu/compare/v4.3.1...v4.4.1
PR: 251498
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27438 |
4.3.1 04 Sep 2020 00:25:11 |
swills |
x11/xmenu: create port
XMenu is a menu utility for X. XMenu receives a menu specification in stdin,
shows a menu for the user to select one of the options, and outputs the option
selected to stdout. XMenu can be controlled both via mouse and via keyboard.
WWW: https://github.com/phillbush/xmenu
PR: 248279
Submitted by: Lewis Cook <vulcan@wired.sh> |