pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jan 13 13:53:23 UTC 2024

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/xmenu: DESCR Makefile PLIST distinfo

Log Message:
x11/xmenu: Add xmenu version 4.6.1

Prepared in wip by Kevin Bloom.

XMenu is a menu utility for X. It 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.


To generate a diff of this commit:
cvs rdiff -u -r1.1008 -r1.1009 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xmenu/DESCR pkgsrc/x11/xmenu/Makefile \
    pkgsrc/x11/xmenu/PLIST pkgsrc/x11/xmenu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.1008 pkgsrc/x11/Makefile:1.1009
--- pkgsrc/x11/Makefile:1.1008  Sun Dec 10 11:50:57 2023
+++ pkgsrc/x11/Makefile Sat Jan 13 13:53:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1008 2023/12/10 11:50:57 wiz Exp $
+# $NetBSD: Makefile,v 1.1009 2024/01/13 13:53:23 gdt Exp $
 #
 
 COMMENT=       Packages to support the X Window System
@@ -583,6 +583,7 @@ SUBDIR+=    xmag
 SUBDIR+=       xman
 SUBDIR+=       xmascot
 SUBDIR+=       xmem
+SUBDIR+=       xmenu
 SUBDIR+=       xmessage
 SUBDIR+=       xmh
 SUBDIR+=       xmindpath

Added files:

Index: pkgsrc/x11/xmenu/DESCR
diff -u /dev/null pkgsrc/x11/xmenu/DESCR:1.1
--- /dev/null   Sat Jan 13 13:53:23 2024
+++ pkgsrc/x11/xmenu/DESCR      Sat Jan 13 13:53:23 2024
@@ -0,0 +1,4 @@
+XMenu is a menu utility for X. It 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.
Index: pkgsrc/x11/xmenu/Makefile
diff -u /dev/null pkgsrc/x11/xmenu/Makefile:1.1
--- /dev/null   Sat Jan 13 13:53:23 2024
+++ pkgsrc/x11/xmenu/Makefile   Sat Jan 13 13:53:23 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/01/13 13:53:23 gdt Exp $
+
+DISTNAME=      xmenu-4.6.1
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=phillbush/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    kevin.bloom%posteo.net@localhost
+HOMEPAGE=      https://github.com/phillbush/xmenu/
+COMMENT=       Menu utility for X11
+LICENSE=       mit
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
+EGDIR=         ${PREFIX}/share/examples/xmenu
+
+INSTALLATION_DIRS+=    ${EGDIR}
+
+post-install:
+       ${INSTALL_MAN} ${WRKSRC}/xmenu.sh ${DESTDIR}${EGDIR}
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../graphics/imlib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xmenu/PLIST
diff -u /dev/null pkgsrc/x11/xmenu/PLIST:1.1
--- /dev/null   Sat Jan 13 13:53:23 2024
+++ pkgsrc/x11/xmenu/PLIST      Sat Jan 13 13:53:23 2024
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2024/01/13 13:53:23 gdt Exp $
+bin/xmenu
+man/man1/xmenu.1
+share/examples/xmenu/xmenu.sh
Index: pkgsrc/x11/xmenu/distinfo
diff -u /dev/null pkgsrc/x11/xmenu/distinfo:1.1
--- /dev/null   Sat Jan 13 13:53:23 2024
+++ pkgsrc/x11/xmenu/distinfo   Sat Jan 13 13:53:23 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/13 13:53:23 gdt Exp $
+
+BLAKE2s (xmenu-4.6.1.tar.gz) = f9a9bb6560ed93a70674a6a74602853d4d11a8cd4136a963ac83421d3b968c51
+SHA512 (xmenu-4.6.1.tar.gz) = f4874451488306bc2c2bae4638df366c1e13280187cec47be0a6b79eb972ae51f2c67ad836248fb6b66fed92c0748c9bae8a79fd470f4418ff0726c460e92023
+Size (xmenu-4.6.1.tar.gz) = 31450 bytes



Home | Main Index | Thread Index | Old Index