From owner-svn-ports-head@freebsd.org Fri Feb 12 22:23:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB59753334E; Fri, 12 Feb 2021 22:23:34 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dcp1L5Nqtz4WRl; Fri, 12 Feb 2021 22:23:34 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABFE03BCD; Fri, 12 Feb 2021 22:23:34 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11CMNYu4013060; Fri, 12 Feb 2021 22:23:34 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11CMNX7x013056; Fri, 12 Feb 2021 22:23:33 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202102122223.11CMNX7x013056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Fri, 12 Feb 2021 22:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565073 - in head/devel: . R-cran-whisker X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/devel: . R-cran-whisker X-SVN-Commit-Revision: 565073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2021 22:23:34 -0000 Author: ygy (doc committer) Date: Fri Feb 12 22:23:33 2021 New Revision: 565073 URL: https://svnweb.freebsd.org/changeset/ports/565073 Log: new port: devel/R-cran-whisker: Logicless Mustache Templating for R Approved by: lwhsu Added: head/devel/R-cran-whisker/ head/devel/R-cran-whisker/Makefile (contents, props changed) head/devel/R-cran-whisker/distinfo (contents, props changed) head/devel/R-cran-whisker/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 12 22:11:10 2021 (r565072) +++ head/devel/Makefile Fri Feb 12 22:23:33 2021 (r565073) @@ -105,6 +105,7 @@ SUBDIR += R-cran-uuid SUBDIR += R-cran-vcd SUBDIR += R-cran-vctrs + SUBDIR += R-cran-whisker SUBDIR += R-cran-withr SUBDIR += R-cran-zeallot SUBDIR += RStudio Added: head/devel/R-cran-whisker/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-whisker/Makefile Fri Feb 12 22:23:33 2021 (r565073) @@ -0,0 +1,18 @@ +# Created by: Guangyuan Yang +# $FreeBSD$ + +PORTNAME= whisker +DISTVERSION= 0.4 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Logicless Mustache Templating for R + +LICENSE= GPLv3 + +TEST_DEPENDS= R-cran-markdown>0:textproc/R-cran-markdown + +USES= cran:auto-plist + +.include Added: head/devel/R-cran-whisker/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-whisker/distinfo Fri Feb 12 22:23:33 2021 (r565073) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612631978 +SHA256 (whisker_0.4.tar.gz) = 7a86595be4f1029ec5d7152472d11b16175737e2777134e296ae97341bf8fba8 +SIZE (whisker_0.4.tar.gz) = 28574 Added: head/devel/R-cran-whisker/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-whisker/pkg-descr Fri Feb 12 22:23:33 2021 (r565073) @@ -0,0 +1,3 @@ +Implements 'Mustache' logicless templating. + +WWW: http://github.com/edwindj/whisker