./devel/R-whisker, mustache for R, logicless templating

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1, Package name: R-whisker-0.4.1, Maintainer: pkgsrc-users

logicless templating, reuse templates in many programming languages
including R


Required to run:
[math/R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-12-18 06:04:36 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-whisker) Updated 0.4 to 0.4.1 explicit NEWS.md unknown
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-09-20 23:47:31 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-whisker) Updated 0.3.2 to 0.4.  make test passed

0.4

- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)

0.3-3
- Added an option "strict" to render. Setting it to FALSE allows for \ 
"." in names
and use "$" for splitting which is a more natural R syntax.