a685894c77
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
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# 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>
|