head 1.6; access; symbols pkgsrc-2022Q1:1.5.0.8 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.6 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.4 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.2 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.4.0.2 pkgsrc-2021Q1-base:1.4; locks; strict; comment @# @; 1.6 date 2022.03.29.20.27.25; author wiz; state dead; branches; next 1.5; commitid dTxfTcj6fB4su9yD; 1.5 date 2021.03.30.20.29.04; author pin; state Exp; branches; next 1.4; commitid fpz3C0Vm5lWtcnNC; 1.4 date 2021.01.29.22.06.45; author pin; state Exp; branches; next 1.3; commitid bamgJBdbIq1zFFFC; 1.3 date 2021.01.28.15.20.58; author pin; state Exp; branches; next 1.2; commitid vFkMBLpzuMnnsvFC; 1.2 date 2021.01.15.08.52.39; author pin; state Exp; branches; next 1.1; commitid 5c415l4i7z84JNDC; 1.1 date 2021.01.01.13.49.56; author pin; state Exp; branches; next ; commitid PdyyxLZkqyANO1CC; desc @@ 1.6 log @nanogrep: remove No upstream for this any longer, enough grep implementations in pkgsrc @ text @# $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= pkgsrc-users@@NetBSD.org HOMEPAGE= https://crates.io/crates/nanogrep/ COMMENT= Custom simplified implementation of minigrep with additional features LICENSE= mit .include "cargo-depends.mk" USE_LANGUAGES+= c # rust, but needs a toolchain to link INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $ @ 1.4 log @textproc/nanogrep: update to 2.2.1 -link items in doc @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2021/01/28 15:20:58 pin Exp $ d7 3 a9 3 MAINTAINER= pin@@NetBSD.org HOMEPAGE= https://github.com/Uniminin/nanogrep/ COMMENT= Custom Implementation of minigrep with additional functionality d19 1 a19 1 ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin @ 1.3 log @textproc/nanogrep: update to 2.2.0 -improve documentation @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/01/15 08:52:39 pin Exp $ d3 1 a3 1 DISTNAME= nanogrep-2.2.0 @ 1.2 log @textproc/nanogrep: update to 2.1.0 2.1.0 -add license in c.t 2.0.0 Refractor release -change formatting @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2021/01/01 13:49:56 pin Exp $ d3 1 a3 1 DISTNAME= nanogrep-2.1.0 @ 1.1 log @textproc/nanogrep: import package Custom Implementation of minigrep with more functionality. Features: -Colored Output -Case Insensitive -Summary -Pattern Occurrence(s) -Line(s) -!Regex @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= nanogrep-1.2.1 @