pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/zsh-history-substring-search



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 23 20:07:42 UTC 2025

Added Files:
        pkgsrc/shells/zsh-history-substring-search: DESCR Makefile PLIST
            distinfo

Log Message:
shells/zsh-history-substring-search: import zsh-history-substring-search-1.1.0

>From Robert Bagdan via wip.

This is a clean-room implementation of the Fish shell's
history search feature, where you can type in any part of
any command from history and then press chosen keys, such
as the UP and DOWN arrows, to cycle through matches.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/zsh-history-substring-search/DESCR \
    pkgsrc/shells/zsh-history-substring-search/Makefile \
    pkgsrc/shells/zsh-history-substring-search/PLIST \
    pkgsrc/shells/zsh-history-substring-search/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/shells/zsh-history-substring-search/DESCR
diff -u /dev/null pkgsrc/shells/zsh-history-substring-search/DESCR:1.1
--- /dev/null   Thu Jan 23 20:07:42 2025
+++ pkgsrc/shells/zsh-history-substring-search/DESCR    Thu Jan 23 20:07:42 2025
@@ -0,0 +1,4 @@
+This is a clean-room implementation of the Fish shell's
+history search feature, where you can type in any part of
+any command from history and then press chosen keys, such
+as the UP and DOWN arrows, to cycle through matches.
Index: pkgsrc/shells/zsh-history-substring-search/Makefile
diff -u /dev/null pkgsrc/shells/zsh-history-substring-search/Makefile:1.1
--- /dev/null   Thu Jan 23 20:07:42 2025
+++ pkgsrc/shells/zsh-history-substring-search/Makefile Thu Jan 23 20:07:42 2025
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2025/01/23 20:07:42 wiz Exp $
+
+DISTNAME=      zsh-history-substring-search-1.1.0
+CATEGORIES=    shells
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=zsh-users/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    kikadf.01%gmail.com@localhost
+HOMEPAGE=      https://github.com/zsh-users/zsh-history-substring-search
+COMMENT=       Fish-like history search feature for Zsh
+LICENSE=       modified-bsd
+
+DEPENDS+=      zsh-[0-9]*:../../shells/zsh
+
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+=    share/${PKGBASE}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.zsh \
+               ${DESTDIR}${PREFIX}/share/${PKGBASE}/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/shells/zsh-history-substring-search/PLIST
diff -u /dev/null pkgsrc/shells/zsh-history-substring-search/PLIST:1.1
--- /dev/null   Thu Jan 23 20:07:42 2025
+++ pkgsrc/shells/zsh-history-substring-search/PLIST    Thu Jan 23 20:07:42 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/23 20:07:42 wiz Exp $
+share/zsh-history-substring-search/zsh-history-substring-search.zsh
Index: pkgsrc/shells/zsh-history-substring-search/distinfo
diff -u /dev/null pkgsrc/shells/zsh-history-substring-search/distinfo:1.1
--- /dev/null   Thu Jan 23 20:07:42 2025
+++ pkgsrc/shells/zsh-history-substring-search/distinfo Thu Jan 23 20:07:42 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/23 20:07:42 wiz Exp $
+
+BLAKE2s (zsh-history-substring-search-1.1.0.tar.gz) = e72fccbf0eb2d04bfc4e0c3ad22258594546e38974e99179d88095b5cf572609
+SHA512 (zsh-history-substring-search-1.1.0.tar.gz) = 267efc0960f6403b748e78734b43b8d997f05a2a2542520508e6ef028ef2e0a2c0805d24ae5ad4c30454742a08a7abf2e3baa591e60a660a0ca54aca0ad7175a
+Size (zsh-history-substring-search-1.1.0.tar.gz) = 9984 bytes



Home | Main Index | Thread Index | Old Index