- 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:
TAKATSU Tomonari 2017-05-08 10:45:04 +00:00
parent 2dc032677e
commit 75c4a83ad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440411
4 changed files with 25 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1494239689
SHA256 (brew_1.0-6.tar.gz) = d70d1a9a01cf4a923b4f11e4374ffd887ad3ff964f35c6f9dc0f29c8d657f0ed
SIZE (brew_1.0-6.tar.gz) = 83315

View 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/