head 1.4; access; symbols pkgsrc-2019Q2:1.1.0.8 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.6 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.4 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2019.09.25.23.28.32; author wiz; state dead; branches; next 1.3; commitid j5CSiLaqeUcWVrEB; 1.3 date 2019.08.08.19.53.43; author brook; state Exp; branches; next 1.2; commitid K2VPfA0XCw7xfgyB; 1.2 date 2019.07.31.16.15.36; author brook; state Exp; branches; next 1.1; commitid T6UlW7o9IOBcldxB; 1.1 date 2018.07.15.21.22.46; author minskim; state Exp; branches; next ; commitid EyrxS5jLZsPVhhKA; desc @@ 1.4 log @R-codetools: remove This package conflicts with the base R package we have in pkgsrc. @ text @# $NetBSD: Makefile,v 1.3 2019/08/08 19:53:43 brook Exp $ R_PKGNAME= codetools R_PKGVER= 0.2-16 CATEGORIES= lang MAINTAINER= minskim@@NetBSD.org COMMENT= Code analysis tools for R LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3 CONFLICTS= R>=3.6.0 USE_LANGUAGES= # none .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 16:15:36 brook Exp $ @ 1.2 log @R-codetools: update to version 0.2.16. Update to the canonical form of an R package and fix the LICENSE field. Note that this package is now included within the base R package, so it is marked with CONFLICTS. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/07/15 21:22:46 minskim Exp $ d3 3 a5 1 CATEGORIES= lang R a10 3 R_PKGNAME= codetools R_PKGVER= 0.2-16 @ 1.1 log @lang/R-codetools: Import version 0.2.15 Code analysis tools for R. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 2 DISTNAME= codetools_0.2-15 CATEGORIES= lang d6 7 a12 2 COMMENT= Code Analysis Tools for R LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 a15 1 BUILDLINK_API_DEPENDS.R+= R>=2.1 @