Index: graphics/R-cran-bmp/Makefile =================================================================== --- /dev/null +++ graphics/R-cran-bmp/Makefile @@ -0,0 +1,16 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= bmp +PORTVERSION= 0.3 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= Read Windows Bitmap (BMP) Images + +LICENSE= GPLv2+ + +USES= cran:auto-plist + +.include Index: graphics/R-cran-bmp/distinfo =================================================================== --- /dev/null +++ graphics/R-cran-bmp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575369159 +SHA256 (bmp_0.3.tar.gz) = bdf790249b932e80bc3a188a288fef079d218856cf64ffb88428d915423ea649 +SIZE (bmp_0.3.tar.gz) = 111674 Index: graphics/R-cran-bmp/pkg-descr =================================================================== --- /dev/null +++ graphics/R-cran-bmp/pkg-descr @@ -0,0 +1,5 @@ +bmp provides the ability to read Windows BMP format images in R. +Currently limited to 8 bit greyscale images and 24,32 bit (A)RGB +images. Pure R implementation without external dependencies. + +WWW: https://cran.r-project.org/web/packages/bmp/