Page MenuHomeFreeBSD

D8999.diff
No OneTemporary

D8999.diff

Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -1048,6 +1048,7 @@
SUBDIR += slst
SUBDIR += slurm-wlm
SUBDIR += smartmontools
+ SUBDIR += smenu
SUBDIR += smp_utils
SUBDIR += snap
SUBDIR += snowlog
Index: head/sysutils/smenu/Makefile
===================================================================
--- head/sysutils/smenu/Makefile
+++ head/sysutils/smenu/Makefile
@@ -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>
Index: head/sysutils/smenu/distinfo
===================================================================
--- head/sysutils/smenu/distinfo
+++ head/sysutils/smenu/distinfo
@@ -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
Index: head/sysutils/smenu/pkg-descr
===================================================================
--- head/sysutils/smenu/pkg-descr
+++ head/sysutils/smenu/pkg-descr
@@ -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

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 14, 11:59 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26958393
Default Alt Text
D8999.diff (1 KB)

Event Timeline