pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/zsh-autosuggestions



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Dec  7 23:14:32 UTC 2017

Added Files:
        pkgsrc/shells/zsh-autosuggestions: DESCR Makefile PLIST distinfo

Log Message:
shells/zsh-autosuggestions: Import version 0.4.2

Fish-like fast/unobtrusive autosuggestions for zsh. It suggests
commands as you type, based on command history.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/zsh-autosuggestions/DESCR \
    pkgsrc/shells/zsh-autosuggestions/Makefile \
    pkgsrc/shells/zsh-autosuggestions/PLIST \
    pkgsrc/shells/zsh-autosuggestions/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-autosuggestions/DESCR
diff -u /dev/null pkgsrc/shells/zsh-autosuggestions/DESCR:1.1
--- /dev/null   Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/DESCR     Thu Dec  7 23:14:32 2017
@@ -0,0 +1,2 @@
+Fish-like fast/unobtrusive autosuggestions for zsh. It suggests
+commands as you type, based on command history.
Index: pkgsrc/shells/zsh-autosuggestions/Makefile
diff -u /dev/null pkgsrc/shells/zsh-autosuggestions/Makefile:1.1
--- /dev/null   Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/Makefile  Thu Dec  7 23:14:32 2017
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/12/07 23:14:32 minskim Exp $
+
+DISTNAME=      zsh-autosuggestions-0.4.2
+CATEGORIES=    shells
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=zsh-users/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/zsh-users/zsh-autosuggestions
+COMMENT=       Fish-like autosuggestions for Zsh
+LICENSE=       mit
+
+DEPENDS+=      zsh>=4.3.11:../../shells/zsh
+
+NO_BUILD=      yes
+NO_CONFIGURE=  yes
+USE_LANGUAGES= # none
+
+INSTALLATION_DIRS+=    share/${PKGBASE}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/zsh-autosuggestions.zsh \
+               ${DESTDIR}${PREFIX}/share/${PKGBASE}/
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/shells/zsh-autosuggestions/PLIST
diff -u /dev/null pkgsrc/shells/zsh-autosuggestions/PLIST:1.1
--- /dev/null   Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/PLIST     Thu Dec  7 23:14:32 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/07 23:14:32 minskim Exp $
+share/zsh-autosuggestions/zsh-autosuggestions.zsh
Index: pkgsrc/shells/zsh-autosuggestions/distinfo
diff -u /dev/null pkgsrc/shells/zsh-autosuggestions/distinfo:1.1
--- /dev/null   Thu Dec  7 23:14:32 2017
+++ pkgsrc/shells/zsh-autosuggestions/distinfo  Thu Dec  7 23:14:32 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/07 23:14:32 minskim Exp $
+
+SHA1 (zsh-autosuggestions-0.4.2.tar.gz) = 8cd6c149b1c4ac92d66e69857febd8f0f0aff141
+RMD160 (zsh-autosuggestions-0.4.2.tar.gz) = 1ab509c1bd223760662362f252aa57473cd06408
+SHA512 (zsh-autosuggestions-0.4.2.tar.gz) = 67aae94211e6666d3a0f539509142d94b03ceb3d171e92b26fbf1a5a86185af515af07b9c244e258da321f1116624e6ed85eb77df73bd89e76246d415a18852b
+Size (zsh-autosuggestions-0.4.2.tar.gz) = 19251 bytes



Home | Main Index | Thread Index | Old Index