head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.2.0.14
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.12
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.10
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.8
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.6
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.4
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.2
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.1.0.12
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.10
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.8
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.6
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.4
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.2
	pkgsrc-2023Q1-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2026.05.31.05.56.52;	author taca;	state Exp;
branches;
next	1.2;
commitid	hNWdPOBb7xMHGVHG;

1.2
date	2024.07.20.15.28.19;	author taca;	state Exp;
branches;
next	1.1;
commitid	BdxTlayLsGaUHAiF;

1.1
date	2023.01.31.13.07.11;	author wiz;	state Exp;
branches;
next	;
commitid	Z3pMZNO0CTWH9HbE;


desc
@@


1.3
log
@graphics/ruby-youplot: update to 0.5.0

0.5.0 (2026-05-24)

* Improved progressive mode: incremental parsing and more reliable terminal
  cleanup.
* Changed option priority to defaults < config file < CLI.
* Added explicit stdout support for -o - and -O -.
* Fixed uplot --config / uplot config lookup for default config files.
* Improved bar/count label formatting and count label sorting.
* Fixed several input/output edge cases, including file/stdin handling and
  Tempfile/StringIO compatibility.
* Added initial RBS/Steep setup and included sig/ in the gem package.
* Updated packaging, README examples, CI, and Dependabot configuration.

New Contributors

* @@kimjune01 #67
* @@ericgpks #56
@
text
@# $NetBSD: Makefile,v 1.2 2024/07/20 15:28:19 taca Exp $

DISTNAME=	youplot-0.5.0
CATEGORIES=	graphics

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/red-data-tools/YouPlot
COMMENT=	Command line tool that draws plots on the terminal
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-unicode_plot>=0.0.5:../../graphics/ruby-unicode_plot

USE_LANGUAGES=	# none

RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
@


1.2
log
@graphics/ruby-youplot: update to 0.4.6

0.4.6 (2024-07-20)

* Fix a missing link by @@TO226 in #37
* Added Guix installation by @@gemmaro in #40
* Add examples that work offline to the README by @@kojix2 in #42
* readme: fix typo for "-o" option by @@muxator in #47
* Fix typo: baplot -> barplot by @@szarnyasg in #50
* docs: add nix command to installation by @@thenbe in #51
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/01/31 13:07:11 wiz Exp $
d3 1
a3 1
DISTNAME=	youplot-0.4.6
@


1.1
log
@graphics/ruby-youplot: import ruby-youplot-0.4.5

Youplot (uplot) is a command line tool to plot graphics to the
terminal using Unicode characters.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	youplot-0.4.5
@

