- 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:
TAKATSU Tomonari 2011-09-03 15:35:48 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (xtable_1.5-6.tar.gz) = 722b0baea199cab38f2247a474ccc5f5e4d308e9463d8208f16651731aa1be73
SIZE (xtable_1.5-6.tar.gz) = 142697

View file

@ -0,0 +1,3 @@
Coerce data to LaTeX and HTML tables
WWW: http://cran.r-project.org/web/packages/xtable/