mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add a new port: textprox/R-cran-xtable
Coerce data to LaTeX and HTML tables WWW: http://cran.r-project.org/web/packages/xtable/
This commit is contained in:
parent
a48bd75366
commit
b7d35b97bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281096
4 changed files with 26 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
SUBDIR += 2bsd-diff
|
SUBDIR += 2bsd-diff
|
||||||
SUBDIR += R-cran-XML
|
SUBDIR += R-cran-XML
|
||||||
|
SUBDIR += R-cran-xtable
|
||||||
SUBDIR += add-css-links
|
SUBDIR += add-css-links
|
||||||
SUBDIR += af-aspell
|
SUBDIR += af-aspell
|
||||||
SUBDIR += aft
|
SUBDIR += aft
|
||||||
|
|
20
textproc/R-cran-xtable/Makefile
Normal file
20
textproc/R-cran-xtable/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# New ports collection makefile for: R-cran-xtable
|
||||||
|
# Date created: 2011-09-03
|
||||||
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= xtable
|
||||||
|
DISTVERSION= 1.5-6
|
||||||
|
CATEGORIES= textproc
|
||||||
|
PKGNAMEPREFIX= R-cran-
|
||||||
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= tota@FreeBSD.org
|
||||||
|
COMMENT= Export tables to LaTeX or HTML
|
||||||
|
|
||||||
|
USE_R_MOD= yes
|
||||||
|
R_MOD_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/R-cran-xtable/distinfo
Normal file
2
textproc/R-cran-xtable/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (xtable_1.5-6.tar.gz) = 722b0baea199cab38f2247a474ccc5f5e4d308e9463d8208f16651731aa1be73
|
||||||
|
SIZE (xtable_1.5-6.tar.gz) = 142697
|
3
textproc/R-cran-xtable/pkg-descr
Normal file
3
textproc/R-cran-xtable/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Coerce data to LaTeX and HTML tables
|
||||||
|
|
||||||
|
WWW: http://cran.r-project.org/web/packages/xtable/
|
Loading…
Add table
Reference in a new issue