1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Remove converters/R-cran-xtable (duplicate of textproc/R-cran-xtable)

Reported by:	indexbuild@
This commit is contained in:
TAKATSU Tomonari 2013-05-17 08:48:14 +00:00
parent dc2359e581
commit 1d81fd86fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318367
5 changed files with 1 additions and 25 deletions

1
MOVED
View File

@ -4254,3 +4254,4 @@ devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distr
misc/py-xdelta3||2013-05-13|No longer actively maintained upstream
devel/py-celementtree||2013-05-16|Included into all supported python versions as xml.etree.cElementTree
textproc/p5-KinoSearch||2013-05-16|Replaced by textproc/p5-KinoSearch1
converters/R-cran-xtable||2013-05-17|Removed

View File

@ -5,7 +5,6 @@
SUBDIR += R-cran-RJSONIO
SUBDIR += R-cran-rjson
SUBDIR += R-cran-xtable
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2
SIZE (xtable_1.7-1.tar.gz) = 334687

View File

@ -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/