./x11/dmenu, Dynamic menu for X

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.3, Package name: dmenu-5.3, Maintainer: leot

dmenu is a dynamic menu for X, originally designed for dwm (wm/dwm).
It manages large numbers of user-defined menu items efficiently.


Required to run:
[graphics/freetype2] [fonts/fontconfig] [fonts/Xft2]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Package options: xinerama

Master sites:

Filesize: 15.893 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-22 13:12:59 by pin | Files touched by this commit (2) | Package updated
Log message:
x11/dmenu: update to 5.3

 - No ChangeLog found.
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-10-09 14:56:39 by Leonardo Taccari | Files touched by this commit (3)
Log message:
dmenu: Update to 5.2

pkgsrc changes:
 - Switch to https:// MASTER_SITES and HOMEPAGE
 - Remove no longer needed patch (FC_COLOR is no longer referenced)

5.2
---
- Improvements and bug fixes
   2022-02-15 10:22:28 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
dmenu: update to 5.1.

code-style: rm newline (oops)
revert using strcasestr and use a more optimized portable version
follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems
improve performance of case-insensitive matching
Revert "Improve speed of drw_text when provided with large strings"
add support for more keypad keys
Improve speed of drw_text when provided with large strings
remove always true condition in if statement
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-09-02 19:47:12 by Leonardo Taccari | Files touched by this commit (2)
Log message:
dmenu: Update to 5.0

Changes:
5.0
---
- Revert IME support
- Fix memory leaks in drw
- Misc bug fixes