- Update to 0.2.1
- Add LICENSE - Replace tab with a single space after WWW: in pkg-descr
This commit is contained in:
parent
ec52d567bc
commit
385d7b3534
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352225
3 changed files with 6 additions and 5 deletions
|
@ -2,14 +2,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= memoise
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Memoise functions for R
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (memoise_0.1.tar.gz) = 82d565d7acec360ee7d36867e21fefa0836a8d4abb8b482ec9311787725be585
|
||||
SIZE (memoise_0.1.tar.gz) = 1373
|
||||
SHA256 (memoise_0.2.1.tar.gz) = c497d3e4305ffeff3e73c29375702d74f9436df37da8370751bb1b3cc72295a7
|
||||
SIZE (memoise_0.2.1.tar.gz) = 4212
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Cache the results of a function so that when you call it again with
|
||||
the same arguments it returns the pre-computed value.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/memoise/
|
||||
WWW: http://cran.r-project.org/web/packages/memoise/
|
||||
|
|
Loading…
Reference in a new issue