aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/R-cran-labeling/Makefile19
-rw-r--r--graphics/R-cran-labeling/distinfo2
-rw-r--r--graphics/R-cran-labeling/pkg-descr5
5 files changed, 1 insertions, 27 deletions
diff --git a/MOVED b/MOVED
index af37d11b66a1..77f4131a917a 100644
--- a/MOVED
+++ b/MOVED
@@ -3292,3 +3292,4 @@ databases/py-MySQLdb-devel|databases/py-MySQLdb|2012-05-01|Port is outdated, use
misc/fortune-mod-the-godfather||2012-05-07|Has expired: No longer supported
editors/openoffice.org-3|editors/openoffice-3|2012-05-09|Project renamed
devel/py-boto-devel|devel/py-boto|2012-05-09|Upstream does not provide development snapshots anymore, use devel/py-boto instead
+graphics/R-cran-labeling||2012-05-09|Removed
diff --git a/graphics/Makefile b/graphics/Makefile
index fd7e2bc42063..e7fdcf429260 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -21,7 +21,6 @@
SUBDIR += R-cran-diagram
SUBDIR += R-cran-dichromat
SUBDIR += R-cran-ggplot2
- SUBDIR += R-cran-labeling
SUBDIR += R-cran-munsell
SUBDIR += R-cran-pixmap
SUBDIR += R-cran-rgdal
diff --git a/graphics/R-cran-labeling/Makefile b/graphics/R-cran-labeling/Makefile
deleted file mode 100644
index 5d76417eb490..000000000000
--- a/graphics/R-cran-labeling/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: R-cran-labeling
-# Date created: 2012-05-09
-# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= labeling
-PORTVERSION= 0.1
-CATEGORIES= graphics
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= tota@FreeBSD.org
-COMMENT= Provides a range of axis labeling algorithms
-
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/graphics/R-cran-labeling/distinfo b/graphics/R-cran-labeling/distinfo
deleted file mode 100644
index 232943365ef7..000000000000
--- a/graphics/R-cran-labeling/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (labeling_0.1.tar.gz) = 7a7c0fedd64eeb15ff518bdf93c5d8f4ecf34d3f9293dd8b491e3dff7f419332
-SIZE (labeling_0.1.tar.gz) = 9049
diff --git a/graphics/R-cran-labeling/pkg-descr b/graphics/R-cran-labeling/pkg-descr
deleted file mode 100644
index 14e83514b50b..000000000000
--- a/graphics/R-cran-labeling/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Implements a number of axis labeling schemes, including those
-compared in An Extension of Wilkinson's Algorithm for Positioning
-Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.
-
-WWW: http://cran.r-project.org/web/packages/labeling/