head	1.4;
access;
symbols
	pkgsrc-2026Q3:1.4.0.4
	pkgsrc-2026Q3-base:1.4
	pkgsrc-2026Q2:1.4.0.2
	pkgsrc-2026Q2-base:1.4
	pkgsrc-2026Q1:1.3.0.54
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.52
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.50
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.48
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.46
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.44
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.42
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.40
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.38
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.36
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.34
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.32
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.30
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.28
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.26
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.24
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.22
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.3.0.20
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.18
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.16
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.14
	pkgsrc-2021Q1-base:1.3
	pkgsrc-2020Q4:1.3.0.12
	pkgsrc-2020Q4-base:1.3
	pkgsrc-2020Q3:1.3.0.10
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.8
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.4
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.6
	pkgsrc-2019Q4-base:1.3
	pkgsrc-2019Q3:1.3.0.2
	pkgsrc-2019Q3-base:1.3
	pkgsrc-2019Q2:1.1.0.10
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.8
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.6
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.4
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.2
	pkgsrc-2018Q2-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2026.05.19.21.43.22;	author mef;	state Exp;
branches;
next	1.3;
commitid	xPN5aHcitLsljtGG;

1.3
date	2019.08.08.19.53.37;	author brook;	state Exp;
branches;
next	1.2;
commitid	K2VPfA0XCw7xfgyB;

1.2
date	2019.07.31.14.32.04;	author brook;	state Exp;
branches;
next	1.1;
commitid	CHWfpOq8oqgvLcxB;

1.1
date	2018.05.31.01.30.33;	author wen;	state Exp;
branches;
next	;
commitid	M7MGCjJBDv9d8oEA;


desc
@@


1.4
log
@(converters/R-base64enc) Updated 0.1.3 to 0.1.6, make test not passed yet

0.1-6	2026-02-02
   o	updated URL in dataURI documentation


0.1-5	2026-02-01
   o	remove SETLENGTH in R 4.5.0+ to be API-compliant

   o	add strict decoding mode, enabled with strict=TRUE (#5)


0.1-4	2022-03-16
   o	add support for long vectors. Note that R does not
	support strings longer than 2^31-1 bytes, so when
	encoding long vectors a line limit has to be specified.

   o	add compatibility for R versions without XLENGTH()

   o	allow raw vector as input in base64decode()

   o	fix failure in base64decode(..., output = 'foo') (#2)
@
text
@# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:37 brook Exp $

R_PKGNAME=	base64enc
R_PKGVER=	0.1-6
CATEGORIES=	converters

MAINTAINER=	wen@@NetBSD.org
COMMENT=	Tools for base64 encoding
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

TEST_DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin

USE_LANGUAGES+=	c c++

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


1.3
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.2 2019/07/31 14:32:04 brook Exp $
d4 1
a4 1
R_PKGVER=	0.1-3
d11 2
@


1.2
log
@R-base64enc: update to canonical form of an R package.

Update to canonical form of an R package and update the LICENSE field.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/05/31 01:30:33 wen Exp $
d3 3
a5 1
CATEGORIES=	converters R
a7 1
HOMEPAGE=	http://www.rforge.net/base64enc
a10 3
R_PKGNAME=	base64enc
R_PKGVER=	0.1-3

@


1.1
log
@Import base64enc_0.1-3 as converters/R-base64enc.

This package provides tools for handling base64 encoding. It is
more flexible than the orphaned base64 package.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 2
DISTNAME=	base64enc_0.1-3
CATEGORIES=	converters
d8 4
a11 1
LICENSE=	gnu-gpl-v2
a14 2
BUILDLINK_API_DEPENDS.R+=	R>=2.9.0

@

