Received: by mail.netbsd.org (Postfix, from userid 605) id 011C284D53; Mon, 20 Sep 2021 06:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34F4484D21 for ; Mon, 20 Sep 2021 06:01:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ndvCRh2Efq0h for ; Mon, 20 Sep 2021 06:01:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9341884CE0 for ; Mon, 20 Sep 2021 06:01:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C9C3FA97; Mon, 20 Sep 2021 06:01:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632117701114170" MIME-Version: 1.0 Date: Mon, 20 Sep 2021 06:01:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/geography/R-wk To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210920060141.8C9C3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632117701114170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Sep 20 06:01:41 UTC 2021 Added Files: pkgsrc/geography/R-wk: DESCR Makefile buildlink3.mk distinfo Log Message: (geography/R-wk) import R-wk-0.5.0, from wip/R-wk Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-wk/DESCR \ pkgsrc/geography/R-wk/Makefile pkgsrc/geography/R-wk/buildlink3.mk \ pkgsrc/geography/R-wk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632117701114170 Content-Disposition: inline Content-Length: 2343 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/R-wk/DESCR diff -u /dev/null pkgsrc/geography/R-wk/DESCR:1.1 --- /dev/null Mon Sep 20 06:01:41 2021 +++ pkgsrc/geography/R-wk/DESCR Mon Sep 20 06:01:41 2021 @@ -0,0 +1,6 @@ +Provides a minimal R and C++ API for parsing well-known binary and +well-known text representation of geometries to and from R-native +formats. Well-known binary is compact and fast to parse; well-known +text is human-readable and is useful for writing tests. These formats +are only useful in R if the information they contain can be accessed +in R, for which high-performance functions are provided here. Index: pkgsrc/geography/R-wk/Makefile diff -u /dev/null pkgsrc/geography/R-wk/Makefile:1.1 --- /dev/null Mon Sep 20 06:01:41 2021 +++ pkgsrc/geography/R-wk/Makefile Mon Sep 20 06:01:41 2021 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2021/09/20 06:01:41 mef Exp $ + +R_PKGNAME= wk +R_PKGVER= 0.5.0 +CATEGORIES= geography + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Lightweight well-known geometry parsing +LICENSE= mit + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../lang/R-cpp11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/R-wk/buildlink3.mk diff -u /dev/null pkgsrc/geography/R-wk/buildlink3.mk:1.1 --- /dev/null Mon Sep 20 06:01:41 2021 +++ pkgsrc/geography/R-wk/buildlink3.mk Mon Sep 20 06:01:41 2021 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2021/09/20 06:01:41 mef Exp $ + +BUILDLINK_TREE+= R-wk + +.if !defined(R_WK_BUILDLINK3_MK) +R_WK_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.R-wk+= R-wk>=0.2.0 +BUILDLINK_DEPMETHOD.R-wk?= build +BUILDLINK_PKGSRCDIR.R-wk?= ../../geography/R-wk +.endif # R_WK_BUILDLINK3_MK + +BUILDLINK_TREE+= -R-wk Index: pkgsrc/geography/R-wk/distinfo diff -u /dev/null pkgsrc/geography/R-wk/distinfo:1.1 --- /dev/null Mon Sep 20 06:01:41 2021 +++ pkgsrc/geography/R-wk/distinfo Mon Sep 20 06:01:41 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/09/20 06:01:41 mef Exp $ + +SHA1 (R/wk_0.5.0.tar.gz) = 9934662b3c75ca4277dd045f6d7a137de85279f8 +RMD160 (R/wk_0.5.0.tar.gz) = 843e0e0236c8c17211a9e77bc301a09f4d0caf6a +SHA512 (R/wk_0.5.0.tar.gz) = 2fff9b4712b79320239c33692330f7e74b3ff8c132b58e7a5fd07e76a1dc05ad8d134a7df05daf6091b20745d780f891610603c79f13d9869c9c015acd7ed783 +Size (R/wk_0.5.0.tar.gz) = 138686 bytes --_----------=_1632117701114170--