aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-03 23:35:48 +0800
committertota <tota@FreeBSD.org>2011-09-03 23:35:48 +0800
commitd3d5f747e54a4b9585e174436bd082615b67bd76 (patch)
treeba98ed974748e4b4507948d8da40fac9b3120c7f
parent8a7d1c24a49b4867c1416ce74c832b0738a49331 (diff)
downloadfreebsd-ports-gnome-d3d5f747e54a4b9585e174436bd082615b67bd76.tar.gz
freebsd-ports-gnome-d3d5f747e54a4b9585e174436bd082615b67bd76.tar.zst
freebsd-ports-gnome-d3d5f747e54a4b9585e174436bd082615b67bd76.zip
- Add a new port: textprox/R-cran-xtable
Coerce data to LaTeX and HTML tables WWW: http://cran.r-project.org/web/packages/xtable/
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/R-cran-xtable/Makefile20
-rw-r--r--textproc/R-cran-xtable/distinfo2
-rw-r--r--textproc/R-cran-xtable/pkg-descr3
4 files changed, 26 insertions, 0 deletions
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 <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/