pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import zsh-history-substring-search
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Thu Nov 7 13:23:40 2024 +0100
Changeset: b7572409e8dfd413f409d7632848e819589397d6
Added Files:
zsh-history-substring-search/DESCR
zsh-history-substring-search/Makefile
zsh-history-substring-search/PLIST
zsh-history-substring-search/distinfo
Log Message:
Import zsh-history-substring-search
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7572409e8dfd413f409d7632848e819589397d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zsh-history-substring-search/DESCR | 4 ++++
zsh-history-substring-search/Makefile | 24 ++++++++++++++++++++++++
zsh-history-substring-search/PLIST | 2 ++
zsh-history-substring-search/distinfo | 5 +++++
4 files changed, 35 insertions(+)
diffs:
diff --git a/zsh-history-substring-search/DESCR b/zsh-history-substring-search/DESCR
new file mode 100644
index 0000000000..50a47fb32f
--- /dev/null
+++ b/zsh-history-substring-search/DESCR
@@ -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.
diff --git a/zsh-history-substring-search/Makefile b/zsh-history-substring-search/Makefile
new file mode 100644
index 0000000000..1d2f6a292f
--- /dev/null
+++ b/zsh-history-substring-search/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: $
+
+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
+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"
diff --git a/zsh-history-substring-search/PLIST b/zsh-history-substring-search/PLIST
new file mode 100644
index 0000000000..9dbdc8a0fe
--- /dev/null
+++ b/zsh-history-substring-search/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/zsh-history-substring-search/zsh-history-substring-search.zsh
diff --git a/zsh-history-substring-search/distinfo b/zsh-history-substring-search/distinfo
new file mode 100644
index 0000000000..18f134175a
--- /dev/null
+++ b/zsh-history-substring-search/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.9 2021/10/26 11:18:39 nia 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