- Add new port: textproc/R-cran-htmltools

Tools for HTML generation and output

  WWW: http://cran.r-project.org/web/packages/htmltools/
This commit is contained in:
TAKATSU Tomonari 2015-08-08 05:05:40 +00:00
parent 07e553100e
commit e61c639400
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393709
4 changed files with 25 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += 2bsd-diff
SUBDIR += R-cran-R2HTML
SUBDIR += R-cran-XML
SUBDIR += R-cran-htmltools
SUBDIR += R-cran-pystr
SUBDIR += R-cran-stringi
SUBDIR += R-cran-stringr

View File

@ -0,0 +1,19 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= htmltools
PORTVERSION= 0.2.6
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for HTML generation and output
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (htmltools_0.2.6.tar.gz) = 9f595836015ad4145a738a76f7003957b6a8f2460023b0ec66c377848671e6be
SIZE (htmltools_0.2.6.tar.gz) = 31238

View File

@ -0,0 +1,3 @@
Tools for HTML generation and output
WWW: https://cran.r-project.org/web/packages/htmltools/