From owner-svn-ports-head@freebsd.org Fri Oct 5 00:15:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C1A910BE851; Fri, 5 Oct 2018 00:15:28 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EEDF8AF28; Fri, 5 Oct 2018 00:15:28 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B07D5BF7; Fri, 5 Oct 2018 00:15:28 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w950FSqa067578; Fri, 5 Oct 2018 00:15:28 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w950FRrB067573; Fri, 5 Oct 2018 00:15:27 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201810050015.w950FRrB067573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Fri, 5 Oct 2018 00:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481256 - in head/devel: . libb2 X-SVN-Group: ports-head X-SVN-Commit-Author: mm X-SVN-Commit-Paths: in head/devel: . libb2 X-SVN-Commit-Revision: 481256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2018 00:15:28 -0000 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 +# $FreeBSD$ + +PORTNAME= libb2 +PORTVERSION= 0.98 +CATEGORIES= devel +MASTER_SITES= GH + +MAINTAINER= mm@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 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