pkgsrc-WIP-changes archive

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

xmenu: imported xmenu



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Fri Jan 12 22:08:58 2024 -0500
Changeset:	63b0152a14e9d1dc6303bf077f3270bd5934c1c9

Added Files:
	xmenu/COMMIT_MSG
	xmenu/DESCR
	xmenu/Makefile
	xmenu/PLIST
	xmenu/distinfo

Log Message:
xmenu: imported xmenu

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63b0152a14e9d1dc6303bf077f3270bd5934c1c9

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

diffstat:
 xmenu/COMMIT_MSG |  8 ++++++++
 xmenu/DESCR      |  4 ++++
 xmenu/Makefile   | 25 +++++++++++++++++++++++++
 xmenu/PLIST      |  4 ++++
 xmenu/distinfo   |  5 +++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/xmenu/COMMIT_MSG b/xmenu/COMMIT_MSG
new file mode 100644
index 0000000000..eb9292c2eb
--- /dev/null
+++ b/xmenu/COMMIT_MSG
@@ -0,0 +1,8 @@
+x11/xmenu: import xmenu at 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.
diff --git a/xmenu/DESCR b/xmenu/DESCR
new file mode 100644
index 0000000000..e940c4cac0
--- /dev/null
+++ b/xmenu/DESCR
@@ -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.
diff --git a/xmenu/Makefile b/xmenu/Makefile
new file mode 100644
index 0000000000..d52046ebb0
--- /dev/null
+++ b/xmenu/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+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"
diff --git a/xmenu/PLIST b/xmenu/PLIST
new file mode 100644
index 0000000000..6891056d38
--- /dev/null
+++ b/xmenu/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/xmenu
+man/man1/xmenu.1
+share/examples/xmenu/xmenu.sh
diff --git a/xmenu/distinfo b/xmenu/distinfo
new file mode 100644
index 0000000000..42fea8fdd7
--- /dev/null
+++ b/xmenu/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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