pkgsrc-WIP-changes archive

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

zsh-history-substring-search: remove, imported to pkgsrc/shells



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jan 23 21:08:26 2025 +0100
Changeset:	d0dc9a810188da2f7bdde3aea84860f5f5f3f30d

Modified Files:
	Makefile
Removed Files:
	zsh-history-substring-search/COMMIT_MSG
	zsh-history-substring-search/DESCR
	zsh-history-substring-search/Makefile
	zsh-history-substring-search/PLIST
	zsh-history-substring-search/distinfo

Log Message:
zsh-history-substring-search: remove, imported to pkgsrc/shells

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0dc9a810188da2f7bdde3aea84860f5f5f3f30d

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

diffstat:
 Makefile                                |  1 -
 zsh-history-substring-search/COMMIT_MSG |  9 ---------
 zsh-history-substring-search/DESCR      |  4 ----
 zsh-history-substring-search/Makefile   | 25 -------------------------
 zsh-history-substring-search/PLIST      |  2 --
 zsh-history-substring-search/distinfo   |  5 -----
 6 files changed, 46 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d65fe3d3e6..3c1d4bada6 100644
--- a/Makefile
+++ b/Makefile
@@ -6120,7 +6120,6 @@ SUBDIR+=	zmap
 SUBDIR+=	zodiac
 SUBDIR+=	zpaq
 SUBDIR+=	zrepl
-SUBDIR+=	zsh-history-substring-search
 
 ${.CURDIR}/PKGDB:
 	${RM} -f ${.CURDIR}/PKGDB
diff --git a/zsh-history-substring-search/COMMIT_MSG b/zsh-history-substring-search/COMMIT_MSG
deleted file mode 100644
index 42c878460b..0000000000
--- a/zsh-history-substring-search/COMMIT_MSG
+++ /dev/null
@@ -1,9 +0,0 @@
-shells/zsh-history-substring-search: add package
-
-zsh-history-substring-search is an 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/DESCR b/zsh-history-substring-search/DESCR
deleted file mode 100644
index 50a47fb32f..0000000000
--- a/zsh-history-substring-search/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index e03d9df001..0000000000
--- a/zsh-history-substring-search/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $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
-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"
diff --git a/zsh-history-substring-search/PLIST b/zsh-history-substring-search/PLIST
deleted file mode 100644
index 9dbdc8a0fe..0000000000
--- a/zsh-history-substring-search/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@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
deleted file mode 100644
index 18f134175a..0000000000
--- a/zsh-history-substring-search/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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