diff options
author | tota <tota@FreeBSD.org> | 2012-02-27 06:22:25 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-27 06:22:25 +0800 |
commit | 6014960365a05c1c5c50a7763a7320797c9e7fd4 (patch) | |
tree | 02e546cee10309d3a7668ee3f7702b54b649f661 | |
parent | d0ff63e23fe0615cba7f34b1d2cc07c6455707af (diff) | |
download | freebsd-ports-gnome-6014960365a05c1c5c50a7763a7320797c9e7fd4.tar.gz freebsd-ports-gnome-6014960365a05c1c5c50a7763a7320797c9e7fd4.tar.zst freebsd-ports-gnome-6014960365a05c1c5c50a7763a7320797c9e7fd4.zip |
- Add a new port: graphics/R-cran-pixmap
Functions for import, export, plotting and other manipulations of
bitmapped images.
WWW: http://cran.r-project.org/web/packages/pixmap/
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/R-cran-pixmap/Makefile | 21 | ||||
-rw-r--r-- | graphics/R-cran-pixmap/distinfo | 2 | ||||
-rw-r--r-- | graphics/R-cran-pixmap/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b29cc3f2c1fe..89fdad353717 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -22,6 +22,7 @@ SUBDIR += R-cran-dichromat SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell + SUBDIR += R-cran-pixmap SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-shape diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile new file mode 100644 index 000000000000..e666445ac21a --- /dev/null +++ b/graphics/R-cran-pixmap/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-pixmap +# Date created: 2011-12-21 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pixmap +DISTVERSION= 0.4-11 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Bitmap Images ("Pixel Maps") + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/graphics/R-cran-pixmap/distinfo b/graphics/R-cran-pixmap/distinfo new file mode 100644 index 000000000000..2481588bb1d5 --- /dev/null +++ b/graphics/R-cran-pixmap/distinfo @@ -0,0 +1,2 @@ +SHA256 (pixmap_0.4-11.tar.gz) = 6fa010749a59cdf56aad9f81271473b7d55697036203f2cd5d81372bcded7412 +SIZE (pixmap_0.4-11.tar.gz) = 34461 diff --git a/graphics/R-cran-pixmap/pkg-descr b/graphics/R-cran-pixmap/pkg-descr new file mode 100644 index 000000000000..7ea217906e26 --- /dev/null +++ b/graphics/R-cran-pixmap/pkg-descr @@ -0,0 +1,4 @@ +Functions for import, export, plotting and other manipulations of +bitmapped images. + +WWW: http://cran.r-project.org/web/packages/pixmap/ |