From owner-svn-ports-head@freebsd.org Fri Dec 30 16:31:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766E0C97F02; Fri, 30 Dec 2016 16:31:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25AD812D3; Fri, 30 Dec 2016 16:31:11 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBUGVAIx077758; Fri, 30 Dec 2016 16:31:10 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBUGVAwT077753; Fri, 30 Dec 2016 16:31:10 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201612301631.uBUGVAwT077753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 30 Dec 2016 16:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430000 - in head/sysutils: . smenu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2016 16:31:11 -0000 Author: jrm Date: Fri Dec 30 16:31:09 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 Added: head/sysutils/smenu/ head/sysutils/smenu/Makefile (contents, props changed) head/sysutils/smenu/distinfo (contents, props changed) head/sysutils/smenu/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Dec 30 16:27:28 2016 (r429999) +++ head/sysutils/Makefile Fri Dec 30 16:31:09 2016 (r430000) @@ -1048,6 +1048,7 @@ SUBDIR += slst SUBDIR += slurm-wlm SUBDIR += smartmontools + SUBDIR += smenu SUBDIR += smp_utils SUBDIR += snap SUBDIR += snowlog Added: head/sysutils/smenu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/smenu/Makefile Fri Dec 30 16:31:09 2016 (r430000) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= smenu +PORTVERSION= 0.9.9 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Terminal utility to interactively filter text + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +USE_GITHUB= yes +GH_ACCOUNT= p-gen + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/smenu \ + man/man1/smenu.1.gz + +.include Added: head/sysutils/smenu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/smenu/distinfo Fri Dec 30 16:31:09 2016 (r430000) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482669632 +SHA256 (p-gen-smenu-v0.9.9_GH0.tar.gz) = 04c9ea56130a8d2398c5fba712f6e099d7a7adb0d9072d1610624fe902b5c54d +SIZE (p-gen-smenu-v0.9.9_GH0.tar.gz) = 965401 Added: head/sysutils/smenu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/smenu/pkg-descr Fri Dec 30 16:31:09 2016 (r430000) @@ -0,0 +1,7 @@ +smenu is a selection filter like sed is an editing filter. + +This simple terminal utility reads words from standard input, presents them +in a cool interactive window and writes the selected word, if any, to +standard output. + +WWW: https://github.com/p-gen/smenu