diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-03 15:35:48 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-09-03 15:35:48 +0000 |
commit | b7d35b97bcb7e2920a17c0e8e722b6eb7fd4898f (patch) | |
tree | 8e4789d2eeffc4e1fb5a2d5a078be7ee2693d184 /textproc/R-cran-xtable | |
parent | a48bd75366d2bfddfb9dc35ff07678bbf75209d6 (diff) |
Notes
Diffstat (limited to 'textproc/R-cran-xtable')
-rw-r--r-- | textproc/R-cran-xtable/Makefile | 20 | ||||
-rw-r--r-- | textproc/R-cran-xtable/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-xtable/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
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 <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> 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/ |