Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164393798
D22680.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22680.diff
View Options
diff --git a/graphics/Makefile b/graphics/Makefile
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -11,6 +11,7 @@
SUBDIR += R-cran-GDD
SUBDIR += R-cran-R.devices
SUBDIR += R-cran-RColorBrewer
+ SUBDIR += R-cran-bmp
SUBDIR += R-cran-colorspace
SUBDIR += R-cran-cowplot
SUBDIR += R-cran-diagram
diff --git a/graphics/R-cran-bmp/Makefile b/graphics/R-cran-bmp/Makefile
new file mode 100644
--- /dev/null
+++ b/graphics/R-cran-bmp/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= bmp
+PORTVERSION= 0.3.1
+CATEGORIES= graphics
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= dteske@FreeBSD.org
+COMMENT= Read Windows Bitmap (BMP) Images
+WWW= https://github.com/jefferis/bmp
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/graphics/R-cran-bmp/distinfo b/graphics/R-cran-bmp/distinfo
new file mode 100644
--- /dev/null
+++ b/graphics/R-cran-bmp/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1785286521
+SHA256 (bmp_0.3.1.tar.gz) = 9e6c630e1bf9f516ea380a8da13de4c323c0dbfba48c59ad76b2d518e1c2b364
+SIZE (bmp_0.3.1.tar.gz) = 111283
diff --git a/graphics/R-cran-bmp/pkg-descr b/graphics/R-cran-bmp/pkg-descr
new file mode 100644
--- /dev/null
+++ b/graphics/R-cran-bmp/pkg-descr
@@ -0,0 +1,3 @@
+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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 12:13 PM (10 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35821332
Default Alt Text
D22680.diff (1 KB)
Attached To
Mode
D22680: graphics/R-cran-bmp: New port
Attached
Detach File
Event Timeline
Log In to Comment