pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh-autosuggestions shells/zsh-autosuggestions:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4428abda14f1
branches:  trunk
changeset: 372447:4428abda14f1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 07 23:14:32 2017 +0000

description:
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.

diffstat:

 shells/zsh-autosuggestions/DESCR    |   2 ++
 shells/zsh-autosuggestions/Makefile |  25 +++++++++++++++++++++++++
 shells/zsh-autosuggestions/PLIST    |   2 ++
 shells/zsh-autosuggestions/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r d39183f9ed08 -r 4428abda14f1 shells/zsh-autosuggestions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh-autosuggestions/DESCR  Thu Dec 07 23:14:32 2017 +0000
@@ -0,0 +1,2 @@
+Fish-like fast/unobtrusive autosuggestions for zsh. It suggests
+commands as you type, based on command history.
diff -r d39183f9ed08 -r 4428abda14f1 shells/zsh-autosuggestions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh-autosuggestions/Makefile       Thu Dec 07 23:14:32 2017 +0000
@@ -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"
diff -r d39183f9ed08 -r 4428abda14f1 shells/zsh-autosuggestions/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh-autosuggestions/PLIST  Thu Dec 07 23:14:32 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/07 23:14:32 minskim Exp $
+share/zsh-autosuggestions/zsh-autosuggestions.zsh
diff -r d39183f9ed08 -r 4428abda14f1 shells/zsh-autosuggestions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh-autosuggestions/distinfo       Thu Dec 07 23:14:32 2017 +0000
@@ -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