Bug 227139

Summary: New port: devel/magit-popup Define prefix-infix-suffix command combos
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Joseph Mingrone <jrm>
Status: Closed FIXED    
Severity: Affects Some People CC: jrm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 227141    
Attachments:
Description Flags
patch file none

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.