pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Import b2sum-20160619 as sysutils/b2sum
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab623e64cf90
branches: trunk
changeset: 350291:ab623e64cf90
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Mon Jul 25 10:07:23 2016 +0000
description:
Import b2sum-20160619 as sysutils/b2sum
Command line utility to hash files using reference implementation of BLAKE2
diffstat:
sysutils/Makefile | 3 ++-
sysutils/b2sum/DESCR | 1 +
sysutils/b2sum/Makefile | 20 ++++++++++++++++++++
sysutils/b2sum/PLIST | 3 +++
sysutils/b2sum/distinfo | 6 ++++++
5 files changed, 32 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r 212bee91b53b -r ab623e64cf90 sysutils/Makefile
--- a/sysutils/Makefile Mon Jul 25 09:31:05 2016 +0000
+++ b/sysutils/Makefile Mon Jul 25 10:07:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.678 2016/07/18 22:57:29 kamil Exp $
+# $NetBSD: Makefile,v 1.679 2016/07/25 10:07:23 wiedi Exp $
#
COMMENT= System utilities
@@ -25,6 +25,7 @@
SUBDIR+= atitvout
SUBDIR+= attr
SUBDIR+= augeas
+SUBDIR+= b2sum
SUBDIR+= backuppc
SUBDIR+= bacula
SUBDIR+= bacula-clientonly
diff -r 212bee91b53b -r ab623e64cf90 sysutils/b2sum/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/b2sum/DESCR Mon Jul 25 10:07:23 2016 +0000
@@ -0,0 +1,1 @@
+Command line utility to hash files using reference implementation of BLAKE2.
diff -r 212bee91b53b -r ab623e64cf90 sysutils/b2sum/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/b2sum/Makefile Mon Jul 25 10:07:23 2016 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/07/25 10:07:23 wiedi Exp $
+
+DISTNAME= b2sum-20160619
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=BLAKE2/}
+GITHUB_PROJECT= BLAKE2
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= wiedi%frubar.net@localhost
+HOMEPAGE= https://blake2.net/
+COMMENT= BLAKE2 b2sum utility
+LICENSE= cc0-1.0-universal
+
+USE_LANGUAGES= c99
+MAKE_FILE= makefile
+MAKE_ENV+= NO_OPENMP=1
+
+WRKSRC= ${WRKDIR}/BLAKE2-${PKGVERSION_NOREV}/b2sum
+
+.include "../../mk/bsd.pkg.mk"
diff -r 212bee91b53b -r ab623e64cf90 sysutils/b2sum/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/b2sum/PLIST Mon Jul 25 10:07:23 2016 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/25 10:07:23 wiedi Exp $
+bin/b2sum
+man/man1/b2sum.1
diff -r 212bee91b53b -r ab623e64cf90 sysutils/b2sum/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/b2sum/distinfo Mon Jul 25 10:07:23 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/25 10:07:23 wiedi Exp $
+
+SHA1 (b2sum-20160619-20160619.tar.gz) = 9b09b144adcc472e2e0df08521d51bd8e87315b4
+RMD160 (b2sum-20160619-20160619.tar.gz) = b321ea9c6861dd8590475ac0178f4fa3702afb95
+SHA512 (b2sum-20160619-20160619.tar.gz) = ed3457b59cd3d8351ad9d69d396072575057e711ef03ed25fea482758d09b8e69dbae059f4f5b5475629f7f01a44609d90445741276c81b1f4f0226fbd188bd9
+Size (b2sum-20160619-20160619.tar.gz) = 462704 bytes
Home |
Main Index |
Thread Index |
Old Index