head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.7.0.12
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.10
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.8
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.7.0.6
	pkgsrc-2025Q2-base:1.7
	pkgsrc-2025Q1:1.7.0.4
	pkgsrc-2025Q1-base:1.7
	pkgsrc-2024Q4:1.7.0.2
	pkgsrc-2024Q4-base:1.7
	pkgsrc-2024Q3:1.6.0.16
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.14
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.12
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.10
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.6.0.8
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.6.0.6
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.6.0.4
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.2
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.5.0.4
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.2
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.4.0.22
	pkgsrc-2022Q1-base:1.4
	pkgsrc-2021Q4:1.4.0.20
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.18
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.16
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.14
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.12
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.4.0.10
	pkgsrc-2020Q3-base:1.4
	pkgsrc-2020Q2:1.4.0.8
	pkgsrc-2020Q2-base:1.4
	pkgsrc-2020Q1:1.4.0.4
	pkgsrc-2020Q1-base:1.4
	pkgsrc-2019Q4:1.4.0.6
	pkgsrc-2019Q4-base:1.4
	pkgsrc-2019Q3:1.4.0.2
	pkgsrc-2019Q3-base:1.4
	pkgsrc-2019Q2:1.2.0.8
	pkgsrc-2019Q2-base:1.2
	pkgsrc-2019Q1:1.2.0.6
	pkgsrc-2019Q1-base:1.2
	pkgsrc-2018Q4:1.2.0.4
	pkgsrc-2018Q4-base:1.2
	pkgsrc-2018Q3:1.2.0.2
	pkgsrc-2018Q3-base:1.2
	pkgsrc-2018Q2:1.1.0.4
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.2
	pkgsrc-2018Q1-base:1.1;
locks; strict;
comment	@# @;


1.7
date	2024.10.18.12.10.51;	author mef;	state Exp;
branches;
next	1.6;
commitid	g9VMslzLrhIMI8uF;

1.6
date	2022.12.18.01.21.58;	author mef;	state Exp;
branches;
next	1.5;
commitid	T9EBvUwigXMfFY5E;

1.5
date	2022.04.02.02.57.05;	author wen;	state Exp;
branches;
next	1.4;
commitid	trhZP3vjrto9yzyD;

1.4
date	2019.08.08.19.53.38;	author brook;	state Exp;
branches;
next	1.3;
commitid	K2VPfA0XCw7xfgyB;

1.3
date	2019.07.31.15.20.13;	author brook;	state Exp;
branches;
next	1.2;
commitid	HNQBmRL2Oi1d2dxB;

1.2
date	2018.07.28.14.40.43;	author brook;	state Exp;
branches;
next	1.1;
commitid	hIRYb3oU4xMfBULA;

1.1
date	2018.02.07.17.03.48;	author minskim;	state Exp;
branches;
next	;
commitid	n1Y02JdihawTVWpA;


desc
@@


1.7
log
@(devel/R-crayon) Updated 1.5.2 to 1.5.3

# crayon 1.5.3

* The semantics of the `cli.default_num_colors` options is now different.
  It is now used as the default number of colors if the number of colors
  is not already set by the `cli.num_colors` option, the `R_CLI_NUM_COLORS`
  environment variable, the `crayon.enabled` and `crayon.colors` options,
  the `NO_COLOR` environment variable, the `knitr.in.progress` option,
  or a `sink()` call for the stream. This matches the behavior of the cli
  package.
@
text
@# $NetBSD: Makefile,v 1.6 2022/12/18 01:21:58 mef Exp $

R_PKGNAME=	crayon
R_PKGVER=	1.5.3
CATEGORIES=	devel

MAINTAINER=	minskim@@NetBSD.org
COMMENT=	Colored terminal output
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.6
log
@(devel/R-crayon) Updated 1.5.1 to 1.5.2

# crayon 1.5.2

* crayon functions now mark their output with the right encoding,
  if their input was marked (#136, #138).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/04/02 02:57:05 wen Exp $
d4 1
a4 1
R_PKGVER=	1.5.2
@


1.5
log
@Update to 1.5.1

Upstream changes:
1.5.1

    crayon now does not fail to install from source if the utils package is not loaded (#133).

1.5.0

    You can use the new cli.default_num_colors option to set the default number of ANSI colors, only if ANSI support is otherwise detected. See the details in the manual of num_ansi_colors(). (From cli.)

    crayon now install cleanly on R 3.4.x and R 3.5.x on Windows (#131).

1.4.2

    Better ANSI support detection if there is an active sink().

    Support ANSI markup in RStudio jobs.

1.4.1

    ANSI color support detection works correctly now in older RStudio (#112).

    ANSI color support detection works correctly now on older R versions (#109).

1.4.0

    Overhauled and much improved detection of ANSI color support and number of ANSI colors.

    NO_COLOR environment variable disables color (#64)

    Now colors are turned on if ANSICON (https://github.com/adoxa/ansicon) is active.

    New hyperlink() function to add hyperlinks to terminal output. The new has_hyperlink() function tests if the current stdout() supports this.

    reset style now restores previous style for text following it (@@brodieG, #35).

    Warnings are no longer generated when the INSIDE_EMACS environment variable is set but does not include a version number.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:38 brook Exp $
d4 1
a4 1
R_PKGVER=	1.5.1
@


1.4
log
@Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/07/31 15:20:13 brook Exp $
d4 1
a4 1
R_PKGVER=	1.3.4
@


1.3
log
@R-crayon: update to canonical form of an R package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:43 brook Exp $
d3 3
a5 1
CATEGORIES=	devel R
a7 1
HOMEPAGE=	https://github.com/r-lib/crayon/
a10 3
R_PKGNAME=	crayon
R_PKGVER=	1.3.4

@


1.2
log
@Remove MASTER_SITES= from individual R package Makefiles.

Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/02/07 17:03:48 minskim Exp $
d3 1
a3 1
CATEGORIES=	devel
@


1.1
log
@devel/R-crayon: Import version 1.3.4

Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support
is automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was
inspired by the 'chalk' 'JavaScript' project.
@
text
@d1 1
a1 1
# $NetBSD$
a3 1
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
@

