From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 15:04:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 25837659801; Tue, 6 Jul 2021 15:04:38 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK5SP62H2z3K4k; Tue, 6 Jul 2021 15:04:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E601B5EB; Tue, 6 Jul 2021 15:04:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166F4bSF019491; Tue, 6 Jul 2021 15:04:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166F4bXo019490; Tue, 6 Jul 2021 15:04:37 GMT (envelope-from git) Date: Tue, 6 Jul 2021 15:04:37 GMT Message-Id: <202107061504.166F4bXo019490@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a685894c7743 - main - graphics/rubygem-histogram: Add rubygem-histogram 0.2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a685894c7743ae509af7c08fd4b5c07ea5524e84 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 15:04:38 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a685894c7743ae509af7c08fd4b5c07ea5524e84 commit a685894c7743ae509af7c08fd4b5c07ea5524e84 Author: Po-Chuan Hsieh AuthorDate: 2021-07-06 14:54:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-06 14:54:53 +0000 graphics/rubygem-histogram: Add rubygem-histogram 0.2.4.1 Generates histograms similar to R's hist and numpy's histogram functions. Inspired somewhat by Richard Cottons's matlab implementation and the wikipedia histogram article. WWW: https://github.com/jtprince/histogram --- graphics/Makefile | 1 + graphics/rubygem-histogram/Makefile | 23 +++++++++++++++++++++++ graphics/rubygem-histogram/distinfo | 3 +++ graphics/rubygem-histogram/pkg-descr | 5 +++++ 4 files changed, 32 insertions(+) diff --git a/graphics/Makefile b/graphics/Makefile index 1f97271abb6b..eb719fe0d381 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -977,6 +977,7 @@ SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-gruff + SUBDIR += rubygem-histogram SUBDIR += rubygem-image_processing SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize diff --git a/graphics/rubygem-histogram/Makefile b/graphics/rubygem-histogram/Makefile new file mode 100644 index 000000000000..bc031bf4d0cf --- /dev/null +++ b/graphics/rubygem-histogram/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= histogram +PORTVERSION= 0.2.4.1 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Give objects the ability to 'histogram' in several useful ways + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem shebangfix +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/histogram + +SHEBANG_FILES= bin/histogram + +.include diff --git a/graphics/rubygem-histogram/distinfo b/graphics/rubygem-histogram/distinfo new file mode 100644 index 000000000000..06d4b36e6d80 --- /dev/null +++ b/graphics/rubygem-histogram/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625323511 +SHA256 (rubygem/histogram-0.2.4.1.gem) = 9a6e379172b88ea842ab71700a535dd037185a4e17abcce742c7444679ae2abc +SIZE (rubygem/histogram-0.2.4.1.gem) = 15872 diff --git a/graphics/rubygem-histogram/pkg-descr b/graphics/rubygem-histogram/pkg-descr new file mode 100644 index 000000000000..39eb05e6b337 --- /dev/null +++ b/graphics/rubygem-histogram/pkg-descr @@ -0,0 +1,5 @@ +Generates histograms similar to R's hist and numpy's histogram functions. +Inspired somewhat by Richard Cottons's matlab implementation and the wikipedia +histogram article. + +WWW: https://github.com/jtprince/histogram