pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-R.methodsS3



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Aug 28 04:20:44 UTC 2021

Added Files:
        pkgsrc/devel/R-R.methodsS3: DESCR Makefile distinfo

Log Message:
devel/R-R.methodsS3: import R-R.methodsS3-1.8.1

Methods that simplify the setup of S3 generic functions and S3
methods.  Major effort has been made in making definition of methods
as simple as possible with a minimum of maintenance for package
developers.  For example, generic functions are created automatically,
if missing, and naming conflict are automatically solved, if possible.
The method setMethodS3() is a good start for those who in the future
may want to migrate to S4.  This is a cross-platform package
implemented in pure R that generates standard S3 methods.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-R.methodsS3/DESCR \
    pkgsrc/devel/R-R.methodsS3/Makefile pkgsrc/devel/R-R.methodsS3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-R.methodsS3/DESCR
diff -u /dev/null pkgsrc/devel/R-R.methodsS3/DESCR:1.1
--- /dev/null   Sat Aug 28 04:20:44 2021
+++ pkgsrc/devel/R-R.methodsS3/DESCR    Sat Aug 28 04:20:44 2021
@@ -0,0 +1,8 @@
+Methods that simplify the setup of S3 generic functions and S3
+methods.  Major effort has been made in making definition of methods
+as simple as possible with a minimum of maintenance for package
+developers.  For example, generic functions are created automatically,
+if missing, and naming conflict are automatically solved, if possible.
+The method setMethodS3() is a good start for those who in the future
+may want to migrate to S4.  This is a cross-platform package
+implemented in pure R that generates standard S3 methods.
Index: pkgsrc/devel/R-R.methodsS3/Makefile
diff -u /dev/null pkgsrc/devel/R-R.methodsS3/Makefile:1.1
--- /dev/null   Sat Aug 28 04:20:44 2021
+++ pkgsrc/devel/R-R.methodsS3/Makefile Sat Aug 28 04:20:44 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/08/28 04:20:44 mef Exp $
+
+R_PKGNAME=     R.methodsS3
+R_PKGVER=      1.8.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       S3 Methods Simplified
+LICENSE=       gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-R.methodsS3/distinfo
diff -u /dev/null pkgsrc/devel/R-R.methodsS3/distinfo:1.1
--- /dev/null   Sat Aug 28 04:20:44 2021
+++ pkgsrc/devel/R-R.methodsS3/distinfo Sat Aug 28 04:20:44 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/28 04:20:44 mef Exp $
+
+SHA1 (R/R.methodsS3_1.8.1.tar.gz) = 87c55914feb7f4b73aaf423811e86ccd4267ca65
+RMD160 (R/R.methodsS3_1.8.1.tar.gz) = e2f0feab63e1fd108dc40140aa992f9536b274f6
+SHA512 (R/R.methodsS3_1.8.1.tar.gz) = 2e66717db4eadf597535036e3b5b1003b9d52eff2aafe06bb459d66bc406ed3de51e754e93ed652abc071e63d3d821ce576ac9c1fd0ce8b1c4ae30f4c9dd50b7
+Size (R/R.methodsS3_1.8.1.tar.gz) = 23717 bytes



Home | Main Index | Thread Index | Old Index