freebsd-ports/textproc/rubygem-unicode_plot/Makefile
Matthias Fechner 5527dfa5e0 textproc/rubygem-unicode_plot: update to 0.0.5
Changelog:
https://github.com/red-data-tools/unicode_plot.rb/blob/master/CHANGES.md

0.0.5

    Add stairs support [GitHub#38][GitHub#17] [Patch by @nanobowers]

    Add block canvas support [GitHub#39][GitHub#19] [Patch by @nanobowers]

    Add stemplot support [GitHub#40][GitHub#30] [Patch by @nanobowers]

    Add an example of animation [GitHub#33] [Patch by @mrkn and @kojix2]

    Fix interpolation bug of lineplot [GitHub#37][GitHub#32] [Patch by @nanobowers] [Reported by @Nakilon]

    Support color: option in render method [GitHub#45]

    Add canvas_types method [GitHub#44][GitHub#42] [Reported by @kojix2]

    Use appropriate message for invalid border types, and add border_types method [GitHub#43][GitHub#41] [Reported by @kojix2]
2022-02-07 16:19:30 +01:00

21 lines
424 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= unicode_plot
PORTVERSION= 0.0.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Plot your data by Unicode characters
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-enumerable-statistics>=2.0.1:math/rubygem-enumerable-statistics
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>