Tue Mar 30 20:29:04 2021 UTC ()
textproc/nanogrep: avoid conflict with editors/ng

-Rename binary to avoid conflict with editors/ng
-Update comment as requested in,
https://github.com/NetBSD/pkgsrc/pull/83
-While here drop maintainership


(pin)
diff -r1.4 -r1.5 pkgsrc/textproc/nanogrep/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/nanogrep/PLIST

cvs diff -r1.4 -r1.5 pkgsrc/textproc/nanogrep/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/nanogrep/Attic/Makefile 2021/01/29 22:06:45 1.4
+++ pkgsrc/textproc/nanogrep/Attic/Makefile 2021/03/30 20:29:04 1.5
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $ 1# $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $
2 2
3DISTNAME= nanogrep-2.2.1 3DISTNAME= nanogrep-2.2.1
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Uniminin/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Uniminin/}
6 6
7MAINTAINER= pin@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/Uniminin/nanogrep/ 8HOMEPAGE= https://crates.io/crates/nanogrep/
9COMMENT= Custom Implementation of minigrep with additional functionality 9COMMENT= Custom simplified implementation of minigrep with additional features
10LICENSE= mit 10LICENSE= mit
11 11
12.include "cargo-depends.mk" 12.include "cargo-depends.mk"
13 13
14USE_LANGUAGES+= c # rust, but needs a toolchain to link 14USE_LANGUAGES+= c # rust, but needs a toolchain to link
15 15
16INSTALLATION_DIRS= bin 16INSTALLATION_DIRS= bin
17 17
18do-install: 18do-install:
19 ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin 19 ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep
20 20
21.include "../../lang/rust/cargo.mk" 21.include "../../lang/rust/cargo.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/nanogrep/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/nanogrep/Attic/PLIST 2021/01/01 13:49:56 1.1
+++ pkgsrc/textproc/nanogrep/Attic/PLIST 2021/03/30 20:29:04 1.2
@@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
1@comment $NetBSD: PLIST,v 1.1 2021/01/01 13:49:56 pin Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/03/30 20:29:04 pin Exp $
2bin/ng 2bin/nanogrep