Bug 248279

Summary: [NEW PORT] x11/xmenu: X11 menu utility
Product: Ports & Packages Reporter: Lewis Cook <lcook>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/phillbush/xmenu
Attachments:
Description Flags
xmenu-3.4.diff
none
xmenu-4.3.1.diff none

Description Lewis Cook freebsd_committer freebsd_triage 2020-07-26 16:01:37 UTC
Created attachment 216781 [details]
xmenu-3.4.diff

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. The menu is a pop-up menu (that is,
after selecting an option, the menu disappears).

WWW: https://github.com/phillbush/xmenu

QA:

 * portlint: OK (no LICENSE in repository, else looks fine).
 * testport: OK (poudriere: 12.1-RELEASE-p7, amd64).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-08-31 13:02:13 UTC
Created attachment 217671 [details]
xmenu-4.3.1.diff

* Update to 4.3.1 and define LICENSE
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-04 00:25:30 UTC
A commit references this bug:

Author: swills
Date: Fri Sep  4 00:25:12 UTC 2020
New revision: 547491
URL: https://svnweb.freebsd.org/changeset/ports/547491

Log:
  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>

Changes:
  head/x11/Makefile
  head/x11/xmenu/
  head/x11/xmenu/Makefile
  head/x11/xmenu/distinfo
  head/x11/xmenu/files/
  head/x11/xmenu/files/patch-Makefile
  head/x11/xmenu/pkg-descr
Comment 3 Steve Wills freebsd_committer freebsd_triage 2020-09-04 00:26:58 UTC
Committed, thanks!