svn commit: r481256 - in head/devel: . libb2

Martin Matuska mm at FreeBSD.org
Fri Oct 5 00:15:28 UTC 2018


Author: mm
Date: Fri Oct  5 00:15:26 2018
New Revision: 481256
URL: https://svnweb.freebsd.org/changeset/ports/481256

Log:
  Add a new port: devel/libb2

Added:
  head/devel/libb2/
  head/devel/libb2/Makefile   (contents, props changed)
  head/devel/libb2/distinfo   (contents, props changed)
  head/devel/libb2/pkg-descr   (contents, props changed)
  head/devel/libb2/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct  4 22:11:58 2018	(r481255)
+++ head/devel/Makefile	Fri Oct  5 00:15:26 2018	(r481256)
@@ -1369,6 +1369,7 @@
     SUBDIR += libatomic_ops
     SUBDIR += libaura
     SUBDIR += libavl
+    SUBDIR += libb2
     SUBDIR += libbde
     SUBDIR += libbegemot
     SUBDIR += libbfd

Added: head/devel/libb2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libb2/Makefile	Fri Oct  5 00:15:26 2018	(r481256)
@@ -0,0 +1,21 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	libb2
+PORTVERSION=	0.98
+CATEGORIES=	devel
+MASTER_SITES=	GH
+
+MAINTAINER=	mm at FreeBSD.org
+COMMENT=	C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
+
+LICENSE=	CC0-1.0
+
+USES=		autoreconf libtool
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	BLAKE2
+GH_TAGNAME=	v${PORTVERSION}
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/libb2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libb2/distinfo	Fri Oct  5 00:15:26 2018	(r481256)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1538697573
+SHA256 (BLAKE2-libb2-0.98-v0.98_GH0.tar.gz) = 40a9ba07b0a9ec8b30cfca074f0ab80944187c2fce586809540889d9c4d37e4e
+SIZE (BLAKE2-libb2-0.98-v0.98_GH0.tar.gz) = 275163

Added: head/devel/libb2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libb2/pkg-descr	Fri Oct  5 00:15:26 2018	(r481256)
@@ -0,0 +1,3 @@
+C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
+
+WWW: http://blake2.net/

Added: head/devel/libb2/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libb2/pkg-plist	Fri Oct  5 00:15:26 2018	(r481256)
@@ -0,0 +1,5 @@
+include/blake2.h
+lib/libb2.a
+lib/libb2.so
+lib/libb2.so.1
+lib/libb2.so.1.0.3


More information about the svn-ports-head mailing list