- Add new port: textproc/R-cran-brew
brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module. WWW: https://cran.r-project.org/web/packages/brew/
This commit is contained in:
parent
2dc032677e
commit
75c4a83ad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440411
@ -8,6 +8,7 @@
|
||||
SUBDIR += R-cran-DT
|
||||
SUBDIR += R-cran-R2HTML
|
||||
SUBDIR += R-cran-XML
|
||||
SUBDIR += R-cran-brew
|
||||
SUBDIR += R-cran-formatR
|
||||
SUBDIR += R-cran-highr
|
||||
SUBDIR += R-cran-htmltools
|
||||
|
16
textproc/R-cran-brew/Makefile
Normal file
16
textproc/R-cran-brew/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= brew
|
||||
DISTVERSION= 1.0-6
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Templating Framework for Report Generation
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/R-cran-brew/distinfo
Normal file
3
textproc/R-cran-brew/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494239689
|
||||
SHA256 (brew_1.0-6.tar.gz) = d70d1a9a01cf4a923b4f11e4374ffd887ad3ff964f35c6f9dc0f29c8d657f0ed
|
||||
SIZE (brew_1.0-6.tar.gz) = 83315
|
5
textproc/R-cran-brew/pkg-descr
Normal file
5
textproc/R-cran-brew/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
brew implements a templating framework for mixing text and R code
|
||||
for report generation. brew template syntax is similar to PHP,
|
||||
Ruby's erb module, Java Server Pages, and Python's psp module.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/brew/
|
Loading…
Reference in New Issue
Block a user