FreeBSD Bugzilla – Attachment 216781 Details for
Bug 248279
[NEW PORT] x11/xmenu: X11 menu utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xmenu-3.4.diff
xmenu-3.4.diff (text/plain), 3.95 KB, created by
Lewis Cook
on 2020-07-26 16:01:37 UTC
(
hide
)
Description:
xmenu-3.4.diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2020-07-26 16:01:37 UTC
Size:
3.95 KB
patch
obsolete
>Index: x11/xmenu/Makefile >=================================================================== >--- x11/xmenu/Makefile (nonexistent) >+++ x11/xmenu/Makefile (working copy) >@@ -0,0 +1,38 @@ >+# $FreeBSD$ >+ >+PORTNAME= xmenu >+DISTVERSIONPREFIX= v >+DISTVERSION= 3.4 >+CATEGORIES= x11 >+ >+MAINTAINER= vulcan@wired.sh >+COMMENT= X11 menu utility >+ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libImlib2.so:graphics/imlib2 >+ >+USES= compiler:c11 xorg >+USE_GITHUB= yes >+GH_ACCOUNT= phillbush >+USE_XORG= x11 xft >+ >+MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2" \ >+ MANPREFIX="${PREFIX}/man" \ >+ PREFIX="${PREFIX}" >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ man/man1/${PORTNAME}.1.gz >+PORTDOCS= README >+PORTEXAMPLES= icons/* xmenu.sh >+ >+OPTIONS_DEFINE= DOCS EXAMPLES >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR} >+ >+.include <bsd.port.mk> > >Property changes on: x11/xmenu/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/distinfo >=================================================================== >--- x11/xmenu/distinfo (nonexistent) >+++ x11/xmenu/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1595767231 >+SHA256 (phillbush-xmenu-v3.4_GH0.tar.gz) = 8d4113cebd5eeafd85067c8b0319ce10e4af2148aaffd47b55059083f8132d9b >+SIZE (phillbush-xmenu-v3.4_GH0.tar.gz) = 133975 > >Property changes on: x11/xmenu/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/files/patch-Makefile >=================================================================== >--- x11/xmenu/files/patch-Makefile (nonexistent) >+++ x11/xmenu/files/patch-Makefile (working copy) >@@ -0,0 +1,15 @@ >+--- Makefile.orig 2020-07-23 20:39:33 UTC >++++ Makefile >+@@ -17,8 +17,10 @@ clean: >+ -rm ${OBJS} ${PROG} >+ >+ install: all >+- install -D -m 755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG} >+- install -D -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/${PROG}.1 >++ mkdir -p ${DESTDIR}${MANPREFIX}/man1 >++ mkdir -p ${DESTDIR}${PREFIX}/bin >++ ${BSD_INSTALL_PROGRAM} ${PROG} ${DESTDIR}${PREFIX}/bin >++ ${BSD_INSTALL_MAN} ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1 >+ >+ uninstall: >+ rm -f ${DESTDIR}${PREFIX}/bin/${PROG} > >Property changes on: x11/xmenu/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: x11/xmenu/pkg-descr >=================================================================== >--- x11/xmenu/pkg-descr (nonexistent) >+++ x11/xmenu/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+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 > >Property changes on: x11/xmenu/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248279
:
216781
|
217671