Received: by mail.netbsd.org (Postfix, from userid 605) id 7FD2F84DF4; Fri, 31 Jul 2020 20:11:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0626B84D3C for ; Fri, 31 Jul 2020 20:11:24 +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 H7zaKWOhFkA1 for ; Fri, 31 Jul 2020 20:11:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6EDD984D2E for ; Fri, 31 Jul 2020 20:11:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67C9CFB28; Fri, 31 Jul 2020 20:11:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596226283264200" MIME-Version: 1.0 Date: Fri, 31 Jul 2020 20:11:23 +0000 From: "Brook Milligan" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: brook@netbsd.org X-Mailer: log_accum Message-Id: <20200731201123.67C9CFB28@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. --_----------=_1596226283264200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: brook Date: Fri Jul 31 20:11:23 UTC 2020 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/R-lifecycle: DESCR Makefile distinfo Log Message: R-lifecycle: Add new package for version 0.2.0. Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity. To generate a diff of this commit: cvs rdiff -u -r1.3174 -r1.3175 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-lifecycle/DESCR \ pkgsrc/devel/R-lifecycle/Makefile pkgsrc/devel/R-lifecycle/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596226283264200 Content-Disposition: inline Content-Length: 2589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3174 pkgsrc/devel/Makefile:1.3175 --- pkgsrc/devel/Makefile:1.3174 Sun Jul 26 00:51:00 2020 +++ pkgsrc/devel/Makefile Fri Jul 31 20:11:23 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3174 2020/07/26 00:51:00 scole Exp $ +# $NetBSD: Makefile,v 1.3175 2020/07/31 20:11:23 brook Exp $ # COMMENT= Development utilities @@ -41,6 +41,7 @@ SUBDIR+= R-ini SUBDIR+= R-inline SUBDIR+= R-iterators SUBDIR+= R-lazyeval +SUBDIR+= R-lifecycle SUBDIR+= R-lintr SUBDIR+= R-magrittr SUBDIR+= R-memoise Added files: Index: pkgsrc/devel/R-lifecycle/DESCR diff -u /dev/null pkgsrc/devel/R-lifecycle/DESCR:1.1 --- /dev/null Fri Jul 31 20:11:23 2020 +++ pkgsrc/devel/R-lifecycle/DESCR Fri Jul 31 20:11:23 2020 @@ -0,0 +1,8 @@ +Manage the life cycle of your exported functions with shared +conventions, documentation badges, and non-invasive deprecation +warnings. The 'lifecycle' package defines four development stages +(experimental, maturing, stable, and questioning) and three +deprecation stages (soft-deprecated, deprecated, and defunct). It +makes it easy to insert badges corresponding to these stages in your +documentation. Usage of deprecated functions are signalled with +increasing levels of non-invasive verbosity. Index: pkgsrc/devel/R-lifecycle/Makefile diff -u /dev/null pkgsrc/devel/R-lifecycle/Makefile:1.1 --- /dev/null Fri Jul 31 20:11:23 2020 +++ pkgsrc/devel/R-lifecycle/Makefile Fri Jul 31 20:11:23 2020 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2020/07/31 20:11:23 brook Exp $ + +R_PKGNAME= lifecycle +R_PKGVER= 0.2.0 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Manage the Life Cycle of your Package Functions +LICENSE= gnu-gpl-v3 + +DEPENDS+= R-glue>=1.3.1:../../devel/R-glue +DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-lifecycle/distinfo diff -u /dev/null pkgsrc/devel/R-lifecycle/distinfo:1.1 --- /dev/null Fri Jul 31 20:11:23 2020 +++ pkgsrc/devel/R-lifecycle/distinfo Fri Jul 31 20:11:23 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/07/31 20:11:23 brook Exp $ + +SHA1 (R/lifecycle_0.2.0.tar.gz) = 63e1381e0e8a3cb7da9d5a1210076ec5eebeb5b6 +RMD160 (R/lifecycle_0.2.0.tar.gz) = 56d2a3adb8b331e293bedc153eae191581aa8652 +SHA512 (R/lifecycle_0.2.0.tar.gz) = f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5 +Size (R/lifecycle_0.2.0.tar.gz) = 164455 bytes --_----------=_1596226283264200--