pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/scatterbrainedsearch textproc/scatterbraineds...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/205511296352
branches:  trunk
changeset: 374815:205511296352
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Feb 27 21:07:55 2022 +0000

description:
textproc/scatterbrainedsearch: import package

Scatterbrained implementation of minigrep.

diffstat:

 textproc/scatterbrainedsearch/DESCR    |   1 +
 textproc/scatterbrainedsearch/Makefile |  19 +++++++++++++++++++
 textproc/scatterbrainedsearch/PLIST    |   2 ++
 textproc/scatterbrainedsearch/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 5422a0433e83 -r 205511296352 textproc/scatterbrainedsearch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scatterbrainedsearch/DESCR       Sun Feb 27 21:07:55 2022 +0000
@@ -0,0 +1,1 @@
+Scatterbrained implementation of minigrep.
diff -r 5422a0433e83 -r 205511296352 textproc/scatterbrainedsearch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scatterbrainedsearch/Makefile    Sun Feb 27 21:07:55 2022 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2022/02/27 21:07:55 pin Exp $
+
+DISTNAME=      scatterbrainedsearch-2.5.0
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=m0lese/}
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/m0lese/scatterbrainedsearch/
+COMMENT=       Scatterbrained implementation of minigrep
+LICENSE=       apache-2.0 OR mit
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/sbs \
+               ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/rust/cargo.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5422a0433e83 -r 205511296352 textproc/scatterbrainedsearch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scatterbrainedsearch/PLIST       Sun Feb 27 21:07:55 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/27 21:07:55 pin Exp $
+bin/sbs
diff -r 5422a0433e83 -r 205511296352 textproc/scatterbrainedsearch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scatterbrainedsearch/distinfo    Sun Feb 27 21:07:55 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/02/27 21:07:55 pin Exp $
+
+BLAKE2s (scatterbrainedsearch-2.5.0.tar.gz) = 5ea284960fb3bd8c40269e02ebb29611fbcb98c15e4a3248795c950024b781db
+SHA512 (scatterbrainedsearch-2.5.0.tar.gz) = f067cf3b91dfa477bd3b1649479f825d41bdcabb48707cc801ec40f11c0b493fb583b7c8f0d2af5aacb7153fd1b2941b670750b3b5781bcbbde40cd6aaf57fc2
+Size (scatterbrainedsearch-2.5.0.tar.gz) = 60609 bytes



Home | Main Index | Thread Index | Old Index