Port details |
- xmenu X11 menu utility
- 4.5.5 x11
=0 Version of this port present on the latest quarterly branch. - Maintainer: lcook@FreeBSD.org
 - Port Added: 2020-09-04 00:25:20
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: MIT
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1619019342
SHA256 (phillbush-xmenu-v4.5.5_GH0.tar.gz) = 13fda8068d3886a590365d19d6ff84f04c0a4c9a516d79569000514067b4e77b
SIZE (phillbush-xmenu-v4.5.5_GH0.tar.gz) = 29397
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.5.5:
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 |
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> |