aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2013-05-17 08:48:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2013-05-17 08:48:14 +0000
commit1d81fd86fd48d6c174caa27ec722e4d8a63dce03 (patch)
treee6f5da4b22ea98710ab3a25d4ff234c9d5b7b6d8 /converters
parentdc2359e5812241f4b052e0d19d155c9b40cce93e (diff)
downloadports-1d81fd86fd48d6c174caa27ec722e4d8a63dce03.tar.gz
ports-1d81fd86fd48d6c174caa27ec722e4d8a63dce03.zip
- Remove converters/R-cran-xtable (duplicate of textproc/R-cran-xtable)
Reported by: indexbuild@
Notes
Notes: svn path=/head/; revision=318367
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/R-cran-xtable/Makefile18
-rw-r--r--converters/R-cran-xtable/distinfo2
-rw-r--r--converters/R-cran-xtable/pkg-descr4
4 files changed, 0 insertions, 25 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 564f3e150fd5..d272eb310ba8 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -5,7 +5,6 @@
SUBDIR += R-cran-RJSONIO
SUBDIR += R-cran-rjson
- SUBDIR += R-cran-xtable
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10
diff --git a/converters/R-cran-xtable/Makefile b/converters/R-cran-xtable/Makefile
deleted file mode 100644
index 351a987480b8..000000000000
--- a/converters/R-cran-xtable/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= xtable
-DISTVERSION= 1.7-1
-CATEGORIES= converters
-DISTNAME= ${PORTNAME}_${DISTVERSION}
-
-MAINTAINER= tota@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>
diff --git a/converters/R-cran-xtable/distinfo b/converters/R-cran-xtable/distinfo
deleted file mode 100644
index 5e7889143ca8..000000000000
--- a/converters/R-cran-xtable/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2
-SIZE (xtable_1.7-1.tar.gz) = 334687
diff --git a/converters/R-cran-xtable/pkg-descr b/converters/R-cran-xtable/pkg-descr
deleted file mode 100644
index f1e082505a24..000000000000
--- a/converters/R-cran-xtable/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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/