pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bfs Import bfs-1.1.3 as sysutils/bfs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95a8f3371035
branches:  trunk
changeset: 370851:95a8f3371035
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Oct 25 14:57:50 2017 +0000

description:
Import bfs-1.1.3 as sysutils/bfs.

bfs is a variant of the UNIX find command that operates breadth-first
rather than depth-first.

diffstat:

 sysutils/bfs/DESCR    |   2 ++
 sysutils/bfs/Makefile |  17 +++++++++++++++++
 sysutils/bfs/PLIST    |   2 ++
 sysutils/bfs/distinfo |   6 ++++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 7015108361e3 -r 95a8f3371035 sysutils/bfs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bfs/DESCR        Wed Oct 25 14:57:50 2017 +0000
@@ -0,0 +1,2 @@
+bfs is a variant of the UNIX find command that operates breadth-first
+rather than depth-first.
diff -r 7015108361e3 -r 95a8f3371035 sysutils/bfs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bfs/Makefile     Wed Oct 25 14:57:50 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/10/25 14:57:50 fhajny Exp $
+
+DISTNAME=      bfs-1.1.3
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=tavianator/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tavianator/bfs/
+COMMENT=       Breadth-first version of the UNIX find command
+#LICENSE=      zero-bsd
+
+USE_LANGUAGES= c c99
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS+=    bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7015108361e3 -r 95a8f3371035 sysutils/bfs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bfs/PLIST        Wed Oct 25 14:57:50 2017 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/25 14:57:50 fhajny Exp $
+bin/bfs
diff -r 7015108361e3 -r 95a8f3371035 sysutils/bfs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bfs/distinfo     Wed Oct 25 14:57:50 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/25 14:57:50 fhajny Exp $
+
+SHA1 (bfs-1.1.3.tar.gz) = c18273c935241df7d97dbe9430067f88303089a1
+RMD160 (bfs-1.1.3.tar.gz) = aff90ce1031399ae2568c9468dfb3239464a8734
+SHA512 (bfs-1.1.3.tar.gz) = 32a05a312549e53f1f0a4413a5f0d3695a6c9219326518b9c6e89ad3f050cc94666ec2661d84c9ea377718342e7483d1b50caf6a268afa24d1f0fa53e22b10c4
+Size (bfs-1.1.3.tar.gz) = 71109 bytes



Home | Main Index | Thread Index | Old Index