pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index