head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.12
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.10
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.8
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.6
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.4
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.2
	pkgsrc-2024Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.11.29.15.20.31;	author mef;	state Exp;
branches;
next	;
commitid	EaOrj9GxoUVbqyzF;


desc
@@


1.1
log
@(geography/R-reproj) import R-reproj-0.7.0

Transform coordinates from a specified source to a specified target
map projection. This uses the 'PROJ' library directly, by wrapping the
'PROJ' package which leverages 'libproj', otherwise the 'proj4'
package. The 'reproj()' function is generic, methods may be added to
remove the need for an explicit source definition. If 'proj4' is in
use 'reproj()' handles the requirement for conversion of angular units
where necessary. This is for use primarily to transform generic data
formats and direct leverage of the underlying 'PROJ' library. (There
are transformations that aren't possible with 'PROJ' and that are
provided by the 'GDAL' library, a limitation which users of this
package should be aware of.) The 'PROJ' library is available at
<https://proj.org/>.
@
text
@# $NetBSD$

R_PKGNAME=	reproj
R_PKGVER=	0.7.0
CATEGORIES=	geography

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Coordinate System Transformations for Generic Map Data
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-proj4-[0-9]*:../../geography/R-proj4
DEPENDS+=	R-PROJ-[0-9]*:../../geography/R-PROJ
DEPENDS+=	R-crsmeta-[0-9]*:../../geography/R-crsmeta

USE_LANGUAGES=	# none

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