aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-xtable
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-03 15:35:48 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-03 15:35:48 +0000
commitb7d35b97bcb7e2920a17c0e8e722b6eb7fd4898f (patch)
tree8e4789d2eeffc4e1fb5a2d5a078be7ee2693d184 /textproc/R-cran-xtable
parenta48bd75366d2bfddfb9dc35ff07678bbf75209d6 (diff)
Notes
Diffstat (limited to 'textproc/R-cran-xtable')
-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
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/