FreeBSD Bugzilla – Attachment 192009 Details for
Bug 227139
New port: devel/magit-popup Define prefix-infix-suffix command combos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
devel_magit-popup.patch (text/plain), 2.74 KB, created by
Yasuhiro Kimura
on 2018-03-31 16:41:13 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-03-31 16:41:13 UTC
Size:
2.74 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 466037) >+++ devel/Makefile (working copy) >@@ -1689,6 +1689,7 @@ > SUBDIR += m17n-lib > SUBDIR += m4 > SUBDIR += magit >+ SUBDIR += magit-popup > SUBDIR += make++ > SUBDIR += makedepend > SUBDIR += marisa-trie >Index: devel/magit-popup/Makefile >=================================================================== >--- devel/magit-popup/Makefile (nonexistent) >+++ devel/magit-popup/Makefile (working copy) >@@ -0,0 +1,43 @@ >+# $FreeBSD$ >+ >+PORTNAME= magit-popup >+PORTVERSION= 2.12.3 >+DISTVERSIONPREFIX= v >+CATEGORIES= devel elisp >+PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} >+ >+MAINTAINER= yasu@utahime.org >+COMMENT= Define prefix-infix-suffix command combos >+ >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/LICENCE >+ >+BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} >+RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} >+ >+USES= emacs gmake makeinfo >+USE_GITHUB= yes >+GH_ACCOUNT= magit >+ >+INFO= magit-popup >+MAKE_ENV+= LOAD_PATH="-L ${PREFIX}/${EMACS_SITE_LISPDIR}" >+NO_ARCH= yes >+PORTDOCS= README.md >+ >+PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/magit-popup.el \ >+ ${EMACS_VERSION_SITE_LISPDIR}/magit-popup.elc \ >+ ${EMACS_VERSION_SITE_LISPDIR}/magit-popup-autoloads.el >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.el* \ >+ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH} >+ ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >Index: devel/magit-popup/distinfo >=================================================================== >--- devel/magit-popup/distinfo (nonexistent) >+++ devel/magit-popup/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1522509541 >+SHA256 (magit-magit-popup-v2.12.3_GH0.tar.gz) = 69e46652e3d96457ed6e73998f40b57fd408051dd5482e7c727c72758cdce6cf >+SIZE (magit-magit-popup-v2.12.3_GH0.tar.gz) = 40195 >Index: devel/magit-popup/pkg-descr >=================================================================== >--- devel/magit-popup/pkg-descr (nonexistent) >+++ devel/magit-popup/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+This package implements a generic interface for toggling switches and >+setting options and then invoking an Emacs command which does >+something with these arguments. The prototypical use is for the >+command to call an external process, passing on the arguments as >+command line arguments. But this is only one of many possible uses >+(though the one this library is optimized for). >+ >+WWW: https://github.com/magit/magit-popup
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 227139
: 192009