diff --git a/textproc/Makefile b/textproc/Makefile index 28c84152d40f..f9b056c88688 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -5,6 +5,7 @@ SUBDIR += 2bsd-diff SUBDIR += R-cran-XML + SUBDIR += R-cran-xtable SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile new file mode 100644 index 000000000000..262f5a5987bc --- /dev/null +++ b/textproc/R-cran-xtable/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: R-cran-xtable +# Date created: 2011-09-03 +# Whom: TAKATSU Tomonari +# +# $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 diff --git a/textproc/R-cran-xtable/distinfo b/textproc/R-cran-xtable/distinfo new file mode 100644 index 000000000000..e68596304e68 --- /dev/null +++ b/textproc/R-cran-xtable/distinfo @@ -0,0 +1,2 @@ +SHA256 (xtable_1.5-6.tar.gz) = 722b0baea199cab38f2247a474ccc5f5e4d308e9463d8208f16651731aa1be73 +SIZE (xtable_1.5-6.tar.gz) = 142697 diff --git a/textproc/R-cran-xtable/pkg-descr b/textproc/R-cran-xtable/pkg-descr new file mode 100644 index 000000000000..fb9c7e97c8ee --- /dev/null +++ b/textproc/R-cran-xtable/pkg-descr @@ -0,0 +1,3 @@ +Coerce data to LaTeX and HTML tables + +WWW: http://cran.r-project.org/web/packages/xtable/