head 1.4; access; symbols pkgsrc-2023Q4:1.4.0.36 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.34 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.32 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.30 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.28 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.26 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.24 pkgsrc-2022Q2-base:1.4 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.22 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.20 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.18 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.16 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.12 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2019.08.08.19.53.37; author brook; state Exp; branches; next 1.3; commitid K2VPfA0XCw7xfgyB; 1.3 date 2019.07.31.14.38.58; author brook; state Exp; branches; next 1.2; commitid jPXLf0Kv3YL0OcxB; 1.2 date 2018.07.28.14.40.42; author brook; state Exp; branches; next 1.1; commitid hIRYb3oU4xMfBULA; 1.1 date 2016.02.25.19.48.38; author fhajny; state Exp; branches; next ; commitid kd7fea95rACmLkWy; desc @@ 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 @# $NetBSD: Makefile,v 1.3 2019/07/31 14:38:58 brook Exp $ R_PKGNAME= sqldf R_PKGVER= 0.4-11 CATEGORIES= databases MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Manipulate R data frames using SQL LICENSE= gnu-gpl-v2 DEPENDS+= R-RSQLite>=1.0.0:../../databases/R-RSQLite DEPENDS+= R-proto>=1.0.0:../../devel/R-proto DEPENDS+= R-DBI>=1.0.0:../../math/R-DBI DEPENDS+= R-chron>=2.3.47:../../math/R-chron DEPENDS+= R-gsubfn>=0.6:../../textproc/R-gsubfn USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.3 log @R-sqldf: update to version 0.4.11. Update to the canonical form of an R package. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/07/28 14:40:42 brook Exp $ d3 3 a5 1 CATEGORIES= databases R a7 1 HOMEPAGE= ${R_HOMEPAGE_BASE}/sqldf/ a10 3 R_PKGNAME= sqldf R_PKGVER= 0.4-11 @ 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 2016/02/25 19:48:38 fhajny Exp $ d3 1 a3 1 CATEGORIES= databases d7 1 a7 1 COMMENT= R package for running SQL statements on R data frames d11 1 a11 1 R_PKGVER= 0.4-10 a12 1 DEPENDS+= R-DBI>=0.2.5:../../math/R-DBI d14 3 a16 1 DEPENDS+= R-chron>=2.3.42:../../math/R-chron d18 2 a19 1 DEPENDS+= R-proto>=0.3.9.2.6:../../devel/R-proto @ 1.1 log @Import databases/R-sqldf 0.4-10 into pkgsrc. sqldf is an R package for running SQL statements on R data frames, optimized for convenience. sqldf works with the SQLite, H2, PostgreSQL or MySQL databases. @ text @d1 1 a1 1 # $NetBSD$ a3 1 MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @