- 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:
parent
07e553100e
commit
e61c639400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393709
@ -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
|
||||
|
19
textproc/R-cran-htmltools/Makefile
Normal file
19
textproc/R-cran-htmltools/Makefile
Normal 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>
|
2
textproc/R-cran-htmltools/distinfo
Normal file
2
textproc/R-cran-htmltools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (htmltools_0.2.6.tar.gz) = 9f595836015ad4145a738a76f7003957b6a8f2460023b0ec66c377848671e6be
|
||||
SIZE (htmltools_0.2.6.tar.gz) = 31238
|
3
textproc/R-cran-htmltools/pkg-descr
Normal file
3
textproc/R-cran-htmltools/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tools for HTML generation and output
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/htmltools/
|
Loading…
Reference in New Issue
Block a user