svn commit: r318204 - in head/converters: . R-cran-xtable
TAKATSU Tomonari
tota at FreeBSD.org
Tue May 14 21:34:43 UTC 2013
Author: tota
Date: Tue May 14 21:34:42 2013
New Revision: 318204
URL: http://svnweb.freebsd.org/changeset/ports/318204
Log:
- Add new port: converters/R-cran-xtable
Functions converting an R object to an "xtable" object, which can
then be printed as a LaTeX or HTML table.
WWW: http://cran.r-project.org/web/packages/xtable/
Added:
head/converters/R-cran-xtable/
head/converters/R-cran-xtable/Makefile (contents, props changed)
head/converters/R-cran-xtable/distinfo (contents, props changed)
head/converters/R-cran-xtable/pkg-descr (contents, props changed)
Modified:
head/converters/Makefile
Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile Tue May 14 21:34:12 2013 (r318203)
+++ head/converters/Makefile Tue May 14 21:34:42 2013 (r318204)
@@ -5,6 +5,7 @@
SUBDIR += R-cran-RJSONIO
SUBDIR += R-cran-rjson
+ SUBDIR += R-cran-xtable
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10
Added: head/converters/R-cran-xtable/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/R-cran-xtable/Makefile Tue May 14 21:34:42 2013 (r318204)
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= xtable
+DISTVERSION= 1.7-1
+CATEGORIES= converters
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Export tables to LaTeX or HTML
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/converters/R-cran-xtable/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/R-cran-xtable/distinfo Tue May 14 21:34:42 2013 (r318204)
@@ -0,0 +1,2 @@
+SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2
+SIZE (xtable_1.7-1.tar.gz) = 334687
Added: head/converters/R-cran-xtable/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/converters/R-cran-xtable/pkg-descr Tue May 14 21:34:42 2013 (r318204)
@@ -0,0 +1,4 @@
+Functions converting an R object to an "xtable" object, which can
+then be printed as a LaTeX or HTML table.
+
+WWW: http://cran.r-project.org/web/packages/xtable/
More information about the svn-ports-head
mailing list