Received: by mail.netbsd.org (Postfix, from userid 605) id C625C84DFB; Mon, 19 Mar 2018 02:31:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDCD484DED for ; Mon, 19 Mar 2018 02:31:21 +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 KZT7YPyfSKTm for ; Mon, 19 Mar 2018 02:31:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2738E84D31 for ; Mon, 19 Mar 2018 02:31:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20A6FFB40; Mon, 19 Mar 2018 02:31:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152142668159330" MIME-Version: 1.0 Date: Mon, 19 Mar 2018 02:31:21 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/R-lazyeval To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180319023121.20A6FFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152142668159330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Mon Mar 19 02:31:21 UTC 2018 Added Files: pkgsrc/devel/R-lazyeval: DESCR Makefile distinfo Log Message: devel/R-lazyeval: Import version 0.2.1 An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-lazyeval/DESCR \ pkgsrc/devel/R-lazyeval/Makefile pkgsrc/devel/R-lazyeval/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152142668159330 Content-Disposition: inline Content-Length: 1690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/R-lazyeval/DESCR diff -u /dev/null pkgsrc/devel/R-lazyeval/DESCR:1.1 --- /dev/null Mon Mar 19 02:31:21 2018 +++ pkgsrc/devel/R-lazyeval/DESCR Mon Mar 19 02:31:20 2018 @@ -0,0 +1,3 @@ +An alternative approach to non-standard evaluation using +formulas. Provides a full implementation of LISP style +'quasiquotation', making it easier to generate code with other code. Index: pkgsrc/devel/R-lazyeval/Makefile diff -u /dev/null pkgsrc/devel/R-lazyeval/Makefile:1.1 --- /dev/null Mon Mar 19 02:31:21 2018 +++ pkgsrc/devel/R-lazyeval/Makefile Mon Mar 19 02:31:20 2018 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/03/19 02:31:20 minskim Exp $ + +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/lazyeval/ +COMMENT= Lazy (non-standard) evaluation +LICENSE= gnu-gpl-v3 + +R_PKGNAME= lazyeval +R_PKGVER= 0.2.1 + +USE_LANGUAGES= c + +BUILDLINK_API_DEPENDS.R+= R>=3.1.0 +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-lazyeval/distinfo diff -u /dev/null pkgsrc/devel/R-lazyeval/distinfo:1.1 --- /dev/null Mon Mar 19 02:31:21 2018 +++ pkgsrc/devel/R-lazyeval/distinfo Mon Mar 19 02:31:20 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/19 02:31:20 minskim Exp $ + +SHA1 (R/lazyeval_0.2.1.tar.gz) = 002606abdace20eda0be1004e71a1aab250d0577 +RMD160 (R/lazyeval_0.2.1.tar.gz) = b15b8c2d7948d35feaef8fde0b01af95dc795dab +SHA512 (R/lazyeval_0.2.1.tar.gz) = 18c559b3948ab4d68c68b60b8a01c3ec49e2e3155bf5cd973438cb4533f6a2d2ea461e2a90edf78ccb7b4db8a1f2b6169cc50e4e65532ebfd295099cdb19977a +Size (R/lazyeval_0.2.1.tar.gz) = 80150 bytes --_----------=_152142668159330--