Bug 227139 - New port: devel/magit-popup Define prefix-infix-suffix command combos
Summary: New port: devel/magit-popup Define prefix-infix-suffix command combos
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks: 227141
  Show dependency treegraph
 
Reported: 2018-03-31 16:41 UTC by Yasuhiro Kimura
Modified: 2018-04-02 21:24 UTC (History)
1 user (show)

See Also:


Attachments
patch file (2.74 KB, patch)
2018-03-31 16:41 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-03-31 16:41:13 UTC
Created attachment 192009 [details]
patch file

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).
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-04-02 21:20:46 UTC
A commit references this bug:

Author: jrm
Date: Mon Apr  2 21:19:45 UTC 2018
New revision: 466264
URL: https://svnweb.freebsd.org/changeset/ports/466264

Log:
  New port, devel/magit-popup: Define prefix-infix-suffix command combos

  https://github.com/magit/magit-popup

  PR:		227139
  Submitted by:	yasu@utahime.org (maintainer)

Changes:
  head/devel/Makefile
  head/devel/magit-popup/
  head/devel/magit-popup/Makefile
  head/devel/magit-popup/distinfo
  head/devel/magit-popup/pkg-descr
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2018-04-02 21:23:21 UTC
Committed.  Thank you.