FreeBSD Bugzilla – Attachment 187606 Details for
Bug 223337
[new port] textproc/fzy: fast, simple fuzzy text selector for the terminal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fzy.diff (text/plain), 3.19 KB, created by
Oleh Hushchenkov
on 2017-10-31 12:46:09 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2017-10-31 12:46:09 UTC
Size:
3.19 KB
patch
obsolete
>Index: fzy/Makefile >=================================================================== >--- fzy/Makefile (nonexistent) >+++ fzy/Makefile (working copy) >@@ -0,0 +1,45 @@ >+# Created by: Oleh Hushchenkov <gor@clogic.com.ua> >+# $FreeBSD$ >+ >+PORTNAME= fzy >+PORTVERSION= 0.9 >+CATEGORIES= textproc >+ >+MAINTAINER= gor@clogic.com.ua >+COMMENT= Better fuzzy finder >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USE_GITHUB= yes >+GH_ACCOUNT= jhawthorn >+ >+USES= gmake pkgconfig >+ >+PLIST_FILES= bin/fzy man/man1/fzy.1.gz >+ >+OPTIONS_DEFINE= TMUX DVTM >+OPTIONS_DEFAULT= TMUX >+ >+TMUX_DESC= Install fzy-tmux >+DVTM_DESC= Install fzy-dvtm >+ >+TMUX_PLIST_FILES= bin/fzy-tmux >+DVTM_PLIST_FILES= bin/fzy-dvtm >+ >+post-extract: >+ ${CP} ${WRKSRC}/src/config.def.h ${WRKSRC}/config.h >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/fzy ${STAGEDIR}${PREFIX}/bin >+ >+post-install: >+ ${INSTALL_MAN} ${WRKSRC}/fzy.1 ${STAGEDIR}${MANPREFIX}/man/man1/ >+ >+post-install-TMUX-on: >+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/fzy-tmux ${STAGEDIR}${PREFIX}/bin >+ >+post-install-DVTM-on: >+ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/fzy-dvtm ${STAGEDIR}${PREFIX}/bin >+ >+.include <bsd.port.mk> > >Property changes on: fzy/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: fzy/distinfo >=================================================================== >--- fzy/distinfo (nonexistent) >+++ fzy/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1509430593 >+SHA256 (jhawthorn-fzy-0.9_GH0.tar.gz) = 72182686806ddce7807d85c27efc321a1b01087643ce8006b1225e3617eecff5 >+SIZE (jhawthorn-fzy-0.9_GH0.tar.gz) = 42992 > >Property changes on: fzy/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: fzy/pkg-descr >=================================================================== >--- fzy/pkg-descr (nonexistent) >+++ fzy/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+Fuzzy finder written on C. fzy is faster and shows better results than other >+fuzzy finders. Most other fuzzy matchers sort based on the length of a match. >+fzy tries to find the result the user intended. It does this by favouring >+matches on consecutive letters and starts of words. This allows matching using >+acronyms or different parts of the path. fzy is designed to be used both as an >+editor plugin and on the command line. Rather than clearing the screen, fzy >+displays its interface directly below the current cursor position, scrolling >+the screen if necessary. >+ >+WWW: https://github.com/jhawthorn/fzy > >Property changes on: fzy/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223337
:
187606
|
187785