diff options
author | tota <tota@FreeBSD.org> | 2012-05-09 19:46:22 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-05-09 19:46:22 +0800 |
commit | 20c16d6a9bb7be43d47d28e61f4fb536c6f08e8d (patch) | |
tree | 1fb8477487fafc2c1f6e826929d6844c38c591b0 | |
parent | 87677ccecd88ad451950afbf8c3b50f198aa0bd0 (diff) | |
download | freebsd-ports-gnome-20c16d6a9bb7be43d47d28e61f4fb536c6f08e8d.tar.gz freebsd-ports-gnome-20c16d6a9bb7be43d47d28e61f4fb536c6f08e8d.tar.zst freebsd-ports-gnome-20c16d6a9bb7be43d47d28e61f4fb536c6f08e8d.zip |
- Add a new port: math/R-cran-labeling
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/
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-labeling/Makefile | 19 | ||||
-rw-r--r-- | graphics/R-cran-labeling/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-labeling/pkg-descr | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e7fdcf429260..fd7e2bc42063 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -21,6 +21,7 @@ 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 new file mode 100644 index 000000000000..5d76417eb490 --- /dev/null +++ b/graphics/R-cran-labeling/Makefile @@ -0,0 +1,19 @@ +# 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 new file mode 100644 index 000000000000..232943365ef7 --- /dev/null +++ b/graphics/R-cran-labeling/distinfo @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..14e83514b50b --- /dev/null +++ b/graphics/R-cran-labeling/pkg-descr @@ -0,0 +1,5 @@ +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/ |