pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-R.oo
Module Name: pkgsrc
Committed By: mef
Date: Sat Aug 28 06:07:19 UTC 2021
Added Files:
pkgsrc/devel/R-R.oo: DESCR Makefile distinfo
Log Message:
devel/R-R.oo: import R-R.oo-1.24.0
Methods and classes for object-oriented programming in R with or
without references. Large effort has been made on making definition
of methods as simple as possible with a minimum of maintenance for
package developers. The package has been developed since 2001 and is
now considered very stable. This is a cross-platform package
implemented in pure R that defines standard S3 classes without any
tricks.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-R.oo/DESCR pkgsrc/devel/R-R.oo/Makefile \
pkgsrc/devel/R-R.oo/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.oo/DESCR
diff -u /dev/null pkgsrc/devel/R-R.oo/DESCR:1.1
--- /dev/null Sat Aug 28 06:07:19 2021
+++ pkgsrc/devel/R-R.oo/DESCR Sat Aug 28 06:07:19 2021
@@ -0,0 +1,7 @@
+Methods and classes for object-oriented programming in R with or
+without references. Large effort has been made on making definition
+of methods as simple as possible with a minimum of maintenance for
+package developers. The package has been developed since 2001 and is
+now considered very stable. This is a cross-platform package
+implemented in pure R that defines standard S3 classes without any
+tricks.
Index: pkgsrc/devel/R-R.oo/Makefile
diff -u /dev/null pkgsrc/devel/R-R.oo/Makefile:1.1
--- /dev/null Sat Aug 28 06:07:19 2021
+++ pkgsrc/devel/R-R.oo/Makefile Sat Aug 28 06:07:19 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/08/28 06:07:19 mef Exp $
+
+R_PKGNAME= R.oo
+R_PKGVER= 1.24.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= R Object-Oriented Programming with or without References
+LICENSE= gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-R.oo/distinfo
diff -u /dev/null pkgsrc/devel/R-R.oo/distinfo:1.1
--- /dev/null Sat Aug 28 06:07:19 2021
+++ pkgsrc/devel/R-R.oo/distinfo Sat Aug 28 06:07:19 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/28 06:07:19 mef Exp $
+
+SHA1 (R/R.oo_1.24.0.tar.gz) = d9448d870ee45e590392007e5289604cee6f947e
+RMD160 (R/R.oo_1.24.0.tar.gz) = dfe5385a072ccd26a9b5d9aa97aa201c5b7d9c07
+SHA512 (R/R.oo_1.24.0.tar.gz) = bad8342566f8db5dbbdabafcac453b963b5a15fb8f9e3a3665c044d9b797d778af855c0ccb4bffdd7c2ff0853f8c296f8bdc734e7855b356217a1ef172db031e
+Size (R/R.oo_1.24.0.tar.gz) = 383514 bytes
Home |
Main Index |
Thread Index |
Old Index