pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/nanogrep



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar 30 20:29:04 UTC 2021

Modified Files:
        pkgsrc/textproc/nanogrep: Makefile PLIST

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/nanogrep/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/nanogrep/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/nanogrep/Makefile
diff -u pkgsrc/textproc/nanogrep/Makefile:1.4 pkgsrc/textproc/nanogrep/Makefile:1.5
--- pkgsrc/textproc/nanogrep/Makefile:1.4       Fri Jan 29 22:06:45 2021
+++ pkgsrc/textproc/nanogrep/Makefile   Tue Mar 30 20:29:04 2021
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $
 
 DISTNAME=      nanogrep-2.2.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Uniminin/}
 
-MAINTAINER=    pin%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/Uniminin/nanogrep/
-COMMENT=       Custom Implementation of minigrep with additional functionality
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://crates.io/crates/nanogrep/
+COMMENT=       Custom simplified implementation of minigrep with additional features
 LICENSE=       mit
 
 .include "cargo-depends.mk"
@@ -16,7 +16,7 @@ USE_LANGUAGES+=               c # rust, but needs a t
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index