Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 16:31:09 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430000 - in head/sysutils: . smenu
Message-ID:  <201612301631.uBUGVAwT077753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301631.uBUGVAwT077753>