Bug 215537 - [NEW PORT] sysutils/smenu: Use the standard input to create a selection window on your terminal
Summary: [NEW PORT] sysutils/smenu: Use the standard input to create a selection windo...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joseph Mingrone
URL: https://github.com/p-gen/smenu
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-24 14:19 UTC by Danilo G. Baio
Modified: 2016-12-30 16:32 UTC (History)
1 user (show)

See Also:


Attachments
smenu.shar (1.66 KB, text/plain)
2016-12-24 14:19 UTC, Danilo G. Baio
no flags Details
smenu_0.9.9.shar (1.53 KB, text/plain)
2016-12-25 12:48 UTC, Danilo G. Baio
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-12-24 14:19:38 UTC
Created attachment 178249 [details]
smenu.shar

Terminal utility that allows you to use words coming from the standard
input to create a nice selection window just below the cursor.
Once done, your selection will be sent to standard output.

WWW: https://github.com/p-gen/smenu

[QA]

portlint: OK (looks fine.)
testport: 
	poudriere: i386,  9.3   (OK)
	poudriere: amd64, 9.3   (OK)
	poudriere: i386,  10.3  (OK)
	poudriere: amd64, 10.3  (OK)
	poudriere: i386,  11    (OK)
	poudriere: amd64, 11    (OK)
	poudriere: i386,  12    (OK)
	poudriere: amd64, 12    (OK)


GH_TAGNAME was set to get this fix [1].

[1] - https://github.com/p-gen/smenu/issues/2
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2016-12-25 12:48:44 UTC
Created attachment 178255 [details]
smenu_0.9.9.shar

New release, updating .shar.

Another round of poudriere build tests:

[QA]

portlint: OK (looks fine.)
testport: 
	poudriere: i386,  9.3   (OK)
	poudriere: amd64, 9.3   (OK)
	poudriere: i386,  10.3  (OK)
	poudriere: amd64, 10.3  (OK)
	poudriere: i386,  11    (OK)
	poudriere: amd64, 11    (OK)
	poudriere: i386,  12    (OK)
	poudriere: amd64, 12    (OK)
Comment 2 Joseph Mingrone freebsd_committer freebsd_triage 2016-12-30 15:50:42 UTC
Everything looks good.  I created a review.

Changes:
- Added an entry to sysutils/Makefile.
- Updated the text in the Makefile's COMMENT and pkg-descr.

https://reviews.freebsd.org/D8999
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2016-12-30 15:58:43 UTC
(In reply to Joseph Mingrone from comment #2)

Hi Joseph.

Thanks for that.

Regards.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-12-30 16:31:50 UTC
A commit references this bug:

Author: jrm
Date: Fri Dec 30 16:31:10 UTC 2016
New revision: 430000
URL: https://svnweb.freebsd.org/changeset/ports/430000

Log:
  sysutils/smenu: New port: Terminal utility to interactively filter text

  PR:		215537
  Submitted by:	dbaio@bsd.com.br (maintainer)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8999

Changes:
  head/sysutils/Makefile
  head/sysutils/smenu/
  head/sysutils/smenu/Makefile
  head/sysutils/smenu/distinfo
  head/sysutils/smenu/pkg-descr
Comment 5 Joseph Mingrone freebsd_committer freebsd_triage 2016-12-30 16:32:33 UTC
Committed.  Thanks for submitting.