From 75c4a83ad35d90f2e947e66e0533ad971fbe82db Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Mon, 8 May 2017 10:45:04 +0000 Subject: [PATCH] - 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/ --- textproc/Makefile | 1 + textproc/R-cran-brew/Makefile | 16 ++++++++++++++++ textproc/R-cran-brew/distinfo | 3 +++ textproc/R-cran-brew/pkg-descr | 5 +++++ 4 files changed, 25 insertions(+) create mode 100644 textproc/R-cran-brew/Makefile create mode 100644 textproc/R-cran-brew/distinfo create mode 100644 textproc/R-cran-brew/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index cc4599014f8d..340b670e8327 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/R-cran-brew/Makefile b/textproc/R-cran-brew/Makefile new file mode 100644 index 000000000000..8d04187896cf --- /dev/null +++ b/textproc/R-cran-brew/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $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 diff --git a/textproc/R-cran-brew/distinfo b/textproc/R-cran-brew/distinfo new file mode 100644 index 000000000000..0b5c5ccbfa21 --- /dev/null +++ b/textproc/R-cran-brew/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1494239689 +SHA256 (brew_1.0-6.tar.gz) = d70d1a9a01cf4a923b4f11e4374ffd887ad3ff964f35c6f9dc0f29c8d657f0ed +SIZE (brew_1.0-6.tar.gz) = 83315 diff --git a/textproc/R-cran-brew/pkg-descr b/textproc/R-cran-brew/pkg-descr new file mode 100644 index 000000000000..3ebf6625d4c3 --- /dev/null +++ b/textproc/R-cran-brew/pkg-descr @@ -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/