pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash-preexec



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Apr 10 13:59:38 UTC 2023

Added Files:
        pkgsrc/shells/bash-preexec: DESCR Makefile PLIST distinfo

Log Message:
Add bash-preexec: Preexec and precmd hook functions a la zsh

preexec and precmd hook functions for Bash in the style of Zsh. They aim
to emulate the behavior as described for Zsh.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/bash-preexec/DESCR \
    pkgsrc/shells/bash-preexec/Makefile pkgsrc/shells/bash-preexec/PLIST \
    pkgsrc/shells/bash-preexec/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/bash-preexec/DESCR
diff -u /dev/null pkgsrc/shells/bash-preexec/DESCR:1.1
--- /dev/null   Mon Apr 10 13:59:38 2023
+++ pkgsrc/shells/bash-preexec/DESCR    Mon Apr 10 13:59:38 2023
@@ -0,0 +1,2 @@
+preexec and precmd hook functions for Bash in the style of Zsh. They aim
+to emulate the behavior as described for Zsh.
Index: pkgsrc/shells/bash-preexec/Makefile
diff -u /dev/null pkgsrc/shells/bash-preexec/Makefile:1.1
--- /dev/null   Mon Apr 10 13:59:38 2023
+++ pkgsrc/shells/bash-preexec/Makefile Mon Apr 10 13:59:38 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/04/10 13:59:38 schmonz Exp $
+
+DISTNAME=              bash-preexec-0.5.0
+CATEGORIES=            shells
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=rcaloras/}
+GITHUB_TAG=            ${PKGVERSION_NOREV}
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/rcaloras/bash-preexec/
+COMMENT=               Preexec and precmd hook functions a la zsh
+LICENSE=               mit
+
+USE_LANGUAGES=         # none
+NO_BUILD=              yes
+INSTALLATION_DIRS=     ${PREFIX}/share/${PKGBASE}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.sh ${DESTDIR}${PREFIX}/share/${PKGBASE}/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/shells/bash-preexec/PLIST
diff -u /dev/null pkgsrc/shells/bash-preexec/PLIST:1.1
--- /dev/null   Mon Apr 10 13:59:38 2023
+++ pkgsrc/shells/bash-preexec/PLIST    Mon Apr 10 13:59:38 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/10 13:59:38 schmonz Exp $
+share/bash-preexec/bash-preexec.sh
Index: pkgsrc/shells/bash-preexec/distinfo
diff -u /dev/null pkgsrc/shells/bash-preexec/distinfo:1.1
--- /dev/null   Mon Apr 10 13:59:38 2023
+++ pkgsrc/shells/bash-preexec/distinfo Mon Apr 10 13:59:38 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/10 13:59:38 schmonz Exp $
+
+BLAKE2s (bash-preexec-0.5.0.tar.gz) = aa7a6636a50ffe187986953d0c70bd045feec4a71e6fdf19a9de903218d2eb99
+SHA512 (bash-preexec-0.5.0.tar.gz) = 15ef6990a04a2b58d8fa73d113f2377237e79085bc1eadef417cf505d63b5ba9bf6172ed3434024862bf16b22c9a1dbf1bc7d198e027502cb2c001e614473a6b
+Size (bash-preexec-0.5.0.tar.gz) = 10008 bytes



Home | Main Index | Thread Index | Old Index