head 1.8; access; symbols pkgsrc-2023Q4:1.6.0.14 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.6.0.12 pkgsrc-2023Q3-base:1.6 pkgsrc-2023Q2:1.6.0.10 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.8 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.6 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.4 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.2 pkgsrc-2022Q2-base:1.6 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.8 date 2024.01.23.13.33.39; author mef; state Exp; branches; next 1.7; commitid OjHqddJU78VjPzVE; 1.7 date 2024.01.23.13.10.30; author mef; state Exp; branches; next 1.6; commitid 0F6wncD5gJSiHzVE; 1.6 date 2022.04.23.05.55.28; author mef; state Exp; branches; next 1.5; commitid 0JJp6Ys0bjHvRhBD; 1.5 date 2022.04.02.03.01.33; author wen; state Exp; branches; next 1.4; commitid zhdA7qUIYDHAzzyD; 1.4 date 2019.08.08.19.53.40; author brook; state Exp; branches; next 1.3; commitid K2VPfA0XCw7xfgyB; 1.3 date 2019.07.31.15.44.23; author brook; state Exp; branches; next 1.2; commitid NJB4H8AqzxfwadxB; 1.2 date 2018.07.28.14.40.43; author brook; state Exp; branches; next 1.1; commitid hIRYb3oU4xMfBULA; 1.1 date 2018.02.06.20.35.10; author minskim; state Exp; branches; next ; commitid 10xBJVIHk0Ip8QpA; desc @@ 1.8 log @(devel/R-uuid) Remove duplicated line, sorry @ text @# $NetBSD: Makefile,v 1.7 2024/01/23 13:10:30 mef Exp $ R_PKGNAME= uuid R_PKGVER= 1.2-0 CATEGORIES= devel MAINTAINER= minskim@@NetBSD.org COMMENT= Tools for generating and handling of UUIDs LICENSE= mit TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url USE_LANGUAGES= c .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" @ 1.7 log @(devel/R-uuid) Updated 1.1.0 to 1.2.0 NEWS for uuid --------------- 1.2-0 2024-01-13 o add UUIDfromName() which allows generation of version 3 and 5 UUIDs based on a namespace UUID and a string. 1.1-1 2022-12-02 o clean up strict prototype warnings o update to upstream util-linux version 25b98ae @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/04/23 05:55:28 mef Exp $ a14 1 TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval @ 1.6 log @(devel/R-uuid) Updated 1.0.4 to 1.1.0 NEWS for uuid --------------- 1.1-0 2022-04-19 o added UUIDparse() and UUIDvalidate() functions o added an internal representation of UUIDs as class "UUID" which represents a vector of 128-bit elements interpreted as UUIDs. This also allows seamless conversion between textual representation, raw vectors and UUID objects. 1.0-5 2022-04-19 o update to upstream util-linux version e928e8ed6 o add LinkingTo includes in the source tree. This fixes issues on Windows where the headers were not copied since configure is not run on Windows. The headers can be updated using src/update-inst.sh script in the source tree. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/04/02 03:01:33 wen Exp $ d4 1 a4 1 R_PKGVER= 1.1-0 d11 7 @ 1.5 log @Update to 1.0.4 Upstream changes: 1.0-4 o Windows: use dynamic buffer when querying DLLs to avoid "Too many DLLs" error. 1.0-3 2021-11-01 o guard flock() with HAVE_FLOCK for platforms that don't have it 1.0-2 2021-10-25 o silence benign sendfile warning from upstream 1.0-1 2021-10-20 o update to latest upstream libuuid sources (util-linux c4a543ff, libuuid e6743239) o Add LinkingTo: API allowing other packages to use UUID generation from C code @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/08/08 19:53:40 brook Exp $ d4 1 a4 1 R_PKGVER= 1.0-4 @ 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:44:23 brook Exp $ d4 1 a4 1 R_PKGVER= 0.1-2 @ 1.3 log @R-uuid: update to canonical form of an R package. Update to the canonical form of an R package and fix the LICENSE field. @ 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= http://www.rforge.net/uuid/ a10 3 R_PKGNAME= uuid R_PKGVER= 0.1-2 @ 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/06 20:35:10 minskim Exp $ d3 1 a3 1 CATEGORIES= devel d8 1 a8 1 LICENSE= modified-bsd a14 1 BUILDLINK_API_DEPENDS.R+= R>=2.9.0 @ 1.1 log @devel/R-uuid: Import version 0.1.2 Tools for generating and handling of UUIDs (Universally Unique Identifiers). @ text @d1 1 a1 1 # $NetBSD$ a3 1 MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @