pkgsrc/security/R-digest/Makefile
brook 5e0d11669b Initial import of digest v0.6.4 as security/R-digest.
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.

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
2014-09-20 03:28:30 +00:00

15 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/09/20 03:28:30 brook Exp $
CATEGORIES= security
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"