pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/nushell shells/nushell: enable nu_plugin_textview



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfcff6f9e0cb
branches:  trunk
changeset: 458918:cfcff6f9e0cb
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Sep 24 10:32:43 2021 +0000

description:
shells/nushell: enable nu_plugin_textview

This is the last plugin belonging to core.
I'll keep testing the other plugins after the freeze.

diffstat:

 shells/nushell/Makefile |  7 ++++---
 shells/nushell/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r c61089a55fd2 -r cfcff6f9e0cb shells/nushell/Makefile
--- a/shells/nushell/Makefile   Fri Sep 24 05:47:00 2021 +0000
+++ b/shells/nushell/Makefile   Fri Sep 24 10:32:43 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/09/23 10:15:28 pin Exp $
+# $NetBSD: Makefile,v 1.9 2021/09/24 10:32:43 pin Exp $
 
 DISTNAME=      nushell-0.37.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nushell/}
 
@@ -22,12 +22,13 @@
 RUSTFLAGS+=    -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
 
 CARGO_NO_DEFAULT_FEATURES=     YES
-CARGO_FEATURES+=               default tree inc
+CARGO_FEATURES+=               default tree inc textview
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_inc ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_match ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_textview ${DESTDIR}${PREFIX}/bin
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_extra_tree ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
diff -r c61089a55fd2 -r cfcff6f9e0cb shells/nushell/PLIST
--- a/shells/nushell/PLIST      Fri Sep 24 05:47:00 2021 +0000
+++ b/shells/nushell/PLIST      Fri Sep 24 10:32:43 2021 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2021/09/23 10:15:28 pin Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/09/24 10:32:43 pin Exp $
 bin/nu
 bin/nu_plugin_core_inc
 bin/nu_plugin_core_match
+bin/nu_plugin_core_textview
 bin/nu_plugin_extra_tree



Home | Main Index | Thread Index | Old Index