Index: head/shells/Makefile =================================================================== --- head/shells/Makefile (revision 415338) +++ head/shells/Makefile (revision 415339) @@ -1,49 +1,50 @@ # $FreeBSD$ # COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += ambit SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += ch SUBDIR += dash SUBDIR += es SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += flash SUBDIR += heirloom-sh SUBDIR += hs-shelly SUBDIR += ibsh SUBDIR += jailkit SUBDIR += klish SUBDIR += ksh93 SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl SUBDIR += p5-Term-Bash-Completion-Generator SUBDIR += p5-Term-ShellUI SUBDIR += pdksh SUBDIR += pear-PHP_Shell SUBDIR += psh SUBDIR += rc SUBDIR += rssh SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu SUBDIR += wcd SUBDIR += zsh + SUBDIR += zsh-navigation-tools .include Index: head/shells/zsh-navigation-tools/Makefile =================================================================== --- head/shells/zsh-navigation-tools/Makefile (nonexistent) +++ head/shells/zsh-navigation-tools/Makefile (revision 415339) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= zsh-navigation-tools +PORTVERSION= 2.1.15 +DISTVERSIONPREFIX= v +CATEGORIES= shells + +MAINTAINER= sgniazdowski@gmail.com +COMMENT= Curses-based tools for Zshell, e.g. multi-word history searcher + +LICENSE= GPLv3 MIT +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= zsh:shells/zsh + +NO_ARCH= yes +OPTIONS_DEFINE= DOCS +SUB_FILES= pkg-message + +USE_GITHUB= yes +GH_ACCOUNT= psprint + +.include Property changes on: head/shells/zsh-navigation-tools/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-navigation-tools/distinfo =================================================================== --- head/shells/zsh-navigation-tools/distinfo (nonexistent) +++ head/shells/zsh-navigation-tools/distinfo (revision 415339) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463415985 +SHA256 (psprint-zsh-navigation-tools-v2.1.15_GH0.tar.gz) = 9f4794984f7ea206b227d385dc9d84238f75854df808500ac61640dea8a140b8 +SIZE (psprint-zsh-navigation-tools-v2.1.15_GH0.tar.gz) = 138334 Property changes on: head/shells/zsh-navigation-tools/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-navigation-tools/files/pkg-message.in =================================================================== --- head/shells/zsh-navigation-tools/files/pkg-message.in (nonexistent) +++ head/shells/zsh-navigation-tools/files/pkg-message.in (revision 415339) @@ -0,0 +1,2 @@ +To enable zsh-navigation-tools, add the following to your zshrc: +source %%DATADIR%%/zsh-navigation-tools.plugin.zsh Property changes on: head/shells/zsh-navigation-tools/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-navigation-tools/pkg-descr =================================================================== --- head/shells/zsh-navigation-tools/pkg-descr (nonexistent) +++ head/shells/zsh-navigation-tools/pkg-descr (revision 415339) @@ -0,0 +1,16 @@ +Set of Zsh tools with features like incremental multi-word searching, +approximate matching, ANSI coloring, themes, unique mode, horizontal +scroll and advanced history management. Selected tools provided: + - n-history - full-screen history searcher and manager + - n-kill - browses process list, allows quick searching and + sending signal to selected process + - n-panelize - loads output of given command for browsing and + multi-word searching + - n-cd - browses dirstack and bookmarked directories, allows to + enter selected directory + - n-functions - browses functions, relegates editing to vared + +Written in pure Zsh, with use of curses module. Can be configured from +zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill. + +WWW: https://github.com/psprint/zsh-navigation-tools Property changes on: head/shells/zsh-navigation-tools/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/zsh-navigation-tools/pkg-plist =================================================================== --- head/shells/zsh-navigation-tools/pkg-plist (nonexistent) +++ head/shells/zsh-navigation-tools/pkg-plist (revision 415339) @@ -0,0 +1,31 @@ +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/n-history2.png +%%DATADIR%%/.config/znt/n-aliases.conf +%%DATADIR%%/.config/znt/n-cd.conf +%%DATADIR%%/.config/znt/n-env.conf +%%DATADIR%%/.config/znt/n-functions.conf +%%DATADIR%%/.config/znt/n-history.conf +%%DATADIR%%/.config/znt/n-kill.conf +%%DATADIR%%/.config/znt/n-list.conf +%%DATADIR%%/.config/znt/n-options.conf +%%DATADIR%%/.config/znt/n-panelize.conf +%%DATADIR%%/.revision-hash +%%DATADIR%%/_n-kill +%%DATADIR%%/n-aliases +%%DATADIR%%/n-cd +%%DATADIR%%/n-env +%%DATADIR%%/n-functions +%%DATADIR%%/n-help +%%DATADIR%%/n-history +%%DATADIR%%/n-kill +%%DATADIR%%/n-list +%%DATADIR%%/n-list-draw +%%DATADIR%%/n-list-input +%%DATADIR%%/n-options +%%DATADIR%%/n-panelize +%%DATADIR%%/znt-cd-widget +%%DATADIR%%/znt-history-widget +%%DATADIR%%/znt-kill-widget +%%DATADIR%%/znt-usetty-wrapper +%%DATADIR%%/zsh-navigation-tools.plugin.zsh Property changes on: head/shells/zsh-navigation-tools/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property