summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2014-09-20 03:34:56 +0000
committerbrook <brook@pkgsrc.org>2014-09-20 03:34:56 +0000
commit993b60c085543844d3d5c24b6d189f079daa78c4 (patch)
tree1153f0b57bbedd62036813dee43c23dcd6be1d0c /math
parent4959a1e37fb59d09de46ba4e97a2ab5d5adef251 (diff)
downloadpkgsrc-993b60c085543844d3d5c24b6d189f079daa78c4.tar.gz
Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/R-digest/DESCR19
-rw-r--r--math/R-digest/Makefile15
-rw-r--r--math/R-digest/distinfo5
-rw-r--r--math/R-knitr/Makefile4
5 files changed, 3 insertions, 43 deletions
diff --git a/math/Makefile b/math/Makefile
index 84072615c33..3ba1d934a57 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.293 2014/09/19 22:47:06 brook Exp $
+# $NetBSD: Makefile,v 1.294 2014/09/20 03:34:56 brook Exp $
COMMENT= Mathematics
@@ -26,7 +26,6 @@ SUBDIR+= R-classInt
SUBDIR+= R-clim.pact
SUBDIR+= R-combinat
SUBDIR+= R-date
-SUBDIR+= R-digest
SUBDIR+= R-e1071
SUBDIR+= R-evaluate
SUBDIR+= R-formatR
diff --git a/math/R-digest/DESCR b/math/R-digest/DESCR
deleted file mode 100644
index ff1589ce62a..00000000000
--- a/math/R-digest/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-The digest package provides a function 'digest()' for the creation of
-hash digests of arbitrary R objects (using the md5, sha-1, sha-256 and
-crc32 algorithms) permitting easy comparison of R language objects, as
-well as a function 'hmac()' to create hash-based message
-authentication code.
-
-The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1
-and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and
-the crc32 algorithm is described in
-ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt.
-
-For md5, sha-1, sha-256 and aes, this package uses a small standalone
-implementations that were provided by Christophe Devine. For crc32,
-code from the zlib library is used. For sha-512, an implementation by
-Aaron D. Gifford is used.
-
-Please note that this package is not meant to be deployed for
-cryptographic purposes for which more comprehensive (and widely
-tested) libraries such as OpenSSL should be used.
diff --git a/math/R-digest/Makefile b/math/R-digest/Makefile
deleted file mode 100644
index 33d25b73af6..00000000000
--- a/math/R-digest/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/09/03 18:49:51 brook Exp $
-
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${R_HOMEPAGE_BASE}/digest/
-COMMENT= Create cryptographic hash digests of R objects
-LICENSE= gnu-gpl-v2
-
-R_PKGNAME= digest
-R_PKGVER= 0.6.4
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-digest/distinfo b/math/R-digest/distinfo
deleted file mode 100644
index fe875d8a8ff..00000000000
--- a/math/R-digest/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/09/03 18:49:51 brook Exp $
-
-SHA1 (R/digest_0.6.4.tar.gz) = 1a4a9efd9ae339d1778076b77b428203b6aadf78
-RMD160 (R/digest_0.6.4.tar.gz) = 164cce0561584733b7f17ef1a63032f82d560c5e
-Size (R/digest_0.6.4.tar.gz) = 79309 bytes
diff --git a/math/R-knitr/Makefile b/math/R-knitr/Makefile
index 6a148454a6d..974cb7c1bcd 100644
--- a/math/R-knitr/Makefile
+++ b/math/R-knitr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/09/19 22:47:06 brook Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/20 03:34:56 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -12,7 +12,7 @@ R_PKGNAME= knitr
R_PKGVER= 1.6
DEPENDS+= R-evaluate>=0.5.3:../../math/R-evaluate
-DEPENDS+= R-digest>=0.6.4:../../math/R-digest
+DEPENDS+= R-digest>=0.6.4:../../security/R-digest
DEPENDS+= R-formatR>=0.10:../../textproc/R-formatR
DEPENDS+= R-highr>=0.3:../../textproc/R-highr
DEPENDS+= R-markdown>=0.6.5:../../textproc/R-markdown