From owner-svn-ports-all@freebsd.org Fri Jul 5 12:24:51 2019 Return-Path: Delivered-To: svn-ports-all@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 5BAB415C9CC2; Fri, 5 Jul 2019 12:24:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1A446D6BD; Fri, 5 Jul 2019 12:24:50 +0000 (UTC) (envelope-from danfe@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 BF89FA452; Fri, 5 Jul 2019 12:24:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x65COotP056243; Fri, 5 Jul 2019 12:24:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x65COnTs056239; Fri, 5 Jul 2019 12:24:49 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201907051224.x65COnTs056239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 5 Jul 2019 12:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505896 - in head/devel: . libcircllhist X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/devel: . libcircllhist X-SVN-Commit-Revision: 505896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F1A446D6BD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2019 12:24:51 -0000 Author: danfe Date: Fri Jul 5 12:24:49 2019 New Revision: 505896 URL: https://svnweb.freebsd.org/changeset/ports/505896 Log: Add a port of C implementation of Circonus log-linear histogram. WWW: https://github.com/circonus-labs/libcircllhist Added: head/devel/libcircllhist/ head/devel/libcircllhist/Makefile (contents, props changed) head/devel/libcircllhist/distinfo (contents, props changed) head/devel/libcircllhist/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 5 11:30:33 2019 (r505895) +++ head/devel/Makefile Fri Jul 5 12:24:49 2019 (r505896) @@ -1142,6 +1142,7 @@ SUBDIR += libchipcard SUBDIR += libcidr SUBDIR += libcii + SUBDIR += libcircllhist SUBDIR += libcjson SUBDIR += libclc SUBDIR += libcli Added: head/devel/libcircllhist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libcircllhist/Makefile Fri Jul 5 12:24:49 2019 (r505896) @@ -0,0 +1,28 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= libcircllhist +PORTVERSION= g20190612 +CATEGORIES= devel + +MAINTAINER= danfe@FreeBSD.org +COMMENT= C implementation of Circonus log-linear histograms + +LICENSE= BSD3CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= circonus-labs +GH_TAGNAME= 5b43fe1 + +USES= autoreconf gmake +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +PLIST_FILES= include/circllhist.h lib/libcircllhist.a \ + lib/libcircllhist.so lib/libcircllhist.so.0.0.1 \ + share/lua/5.1/ffi_libcircllhist.lua + +post-patch: + @${REINPLACE_CMD} -e 's,-O5 ,,' ${WRKSRC}/configure.ac + +.include Added: head/devel/libcircllhist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libcircllhist/distinfo Fri Jul 5 12:24:49 2019 (r505896) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560360747 +SHA256 (circonus-labs-libcircllhist-g20190612-5b43fe1_GH0.tar.gz) = 2bf7f54a8e68f0ee310f8c1e427739eef1d097bde83b7de6d96fb5f5b263cf3c +SIZE (circonus-labs-libcircllhist-g20190612-5b43fe1_GH0.tar.gz) = 85522 Added: head/devel/libcircllhist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libcircllhist/pkg-descr Fri Jul 5 12:24:49 2019 (r505896) @@ -0,0 +1,4 @@ +This package includes C implementation of Circonus log-linear histogram +(header and library) and Lua v5.1 bindings to it. + +WWW: https://github.com/circonus-labs/libcircllhist