mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
This commit is contained in:
parent
6fa61161c9
commit
a685894c77
@ -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
|
||||
|
23
graphics/rubygem-histogram/Makefile
Normal file
23
graphics/rubygem-histogram/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
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 <bsd.port.mk>
|
3
graphics/rubygem-histogram/distinfo
Normal file
3
graphics/rubygem-histogram/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1625323511
|
||||
SHA256 (rubygem/histogram-0.2.4.1.gem) = 9a6e379172b88ea842ab71700a535dd037185a4e17abcce742c7444679ae2abc
|
||||
SIZE (rubygem/histogram-0.2.4.1.gem) = 15872
|
5
graphics/rubygem-histogram/pkg-descr
Normal file
5
graphics/rubygem-histogram/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user