Port details |
- R-cran-whisker {{mustache}} for R, Logicless Templating
- 0.4.1_2 devel =2 0.4.1_1Version of this port present on the latest quarterly branch.
- Maintainer: uzsolt@FreeBSD.org
- Port Added: 2021-02-13 00:45:58
- Last Update: 2024-12-06 05:43:19
- Commit Hash: 4332290
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/edwindj/whisker
- Description:
- Whisker is a {{Mustache}} implementation in R confirming to the Mustache
specification. Mustache is a logicless templating language, meaning that no
programming source code can be used in your templates. This may seem very
limited, but Mustache is nonetheless powerful and has the advantage of being
able to be used unaltered in many programming languages. It makes it very easy
to write a web application in R using Mustache templates which could also be
re-used for client-side rendering with "Mustache.js".
Mustache (and therefore whisker) takes a simple, but different, approach to
templating compared to most templating engines. Most templating libraries, such
as Sweave, knitr and brew, allow the user to mix programming code and text
throughout the template. This is powerful, but ties your template directly to a
programming language and makes it difficult to seperate programming code from
templating code.
Whisker, on the other hand, takes a Mustache template and uses the variables of
the current environment (or the supplied list) to fill in the variables.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-whisker>0:devel/R-cran-whisker
- To install the port:
- cd /usr/ports/devel/R-cran-whisker/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-whisker
- pkg install R-cran-whisker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-whisker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670369952
SHA256 (whisker_0.4.1.tar.gz) = bf5151494508032f68ac41e211bda80da9087c65c7068ffdd12f16669bf1f2bc
SIZE (whisker_0.4.1.tar.gz) = 28586
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- Test dependencies:
-
- R-cran-markdown>0 : textproc/R-cran-markdown
- Runtime dependencies:
-
- R : math/R
- This port is required by:
- for Build
-
- devel/R-cran-usethis
- www/R-cran-pkgdown
- for Run
-
- devel/R-cran-usethis
- www/R-cran-pkgdown
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-whisker
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.1_2 06 Dec 2024 05:43:19 |
Zsolt Udvari (uzsolt) |
devel/R-cran-whisker: Update pkg-descr |
0.4.1_1 15 Sep 2024 06:35:23 |
Zsolt Udvari (uzsolt) |
*/*: Take maintainership
devel/R-cran-brio
devel/R-cran-callr
devel/R-cran-covr
devel/R-cran-crayon
devel/R-cran-cyclocomp
devel/R-cran-desc
devel/R-cran-diffobj
devel/R-cran-ini
devel/R-cran-lintr
devel/R-cran-pkgbuild
devel/R-cran-pkgload
devel/R-cran-prettycode
devel/R-cran-rappdirs (Only the first 15 lines of the commit message are shown above ) |
0.4.1_1 14 Sep 2024 22:41:54 |
Guangyuan Yang (ygy) |
devel/R-cran-whisker: drop maintainership |
0.4.1_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.4.1 07 Dec 2022 05:08:34 |
Guangyuan Yang (ygy) |
devel/R-cran-whisker: Update to 0.4.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4 12 Feb 2021 22:23:33 |
ygy |
new port: devel/R-cran-whisker: Logicless Mustache Templating for R
Approved by: lwhsu |