Page MenuHomeFreeBSD

graphics/R-cran-bmp: New port
Needs ReviewPublic

Authored by dteske on Dec 4 2019, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 29, 8:25 AM
Unknown Object (File)
Wed, Jul 29, 12:54 AM
Unknown Object (File)
Sat, Jul 25, 1:03 AM
Unknown Object (File)
May 30 2026, 10:41 AM
Unknown Object (File)
May 30 2026, 5:09 AM
Unknown Object (File)
May 29 2026, 6:46 PM
Unknown Object (File)
May 28 2026, 9:16 AM
Unknown Object (File)
May 26 2026, 1:00 AM
Subscribers

Details

Reviewers
imp
swills
mat
Summary

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.

Test Plan

install, deinstall, package, pkg install, pkg delete

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 75252
Build 72135: arc lint + arc unit

Event Timeline

graphics/R-cran-bmp/Makefile
7

Extra blank line, remove.

Remove extra newline as-per mat's instruction

This revision is now accepted and ready to land.Dec 4 2019, 8:04 PM
This revision now requires review to proceed.Dec 4 2019, 8:23 PM
This revision is now accepted and ready to land.Dec 4 2019, 8:31 PM
dteske retitled this revision from [New Port] graphics/R-cran-bmp: Read Windows Bitmap (BMP) Images to graphics/R-cran-bmp: New port.Wed, Jul 29, 12:58 AM

graphics/R-cran-bmp: New port

Read Windows BMP format images in R (8-bit greyscale and 24/32-bit
(A)RGB). Pure R implementation with no external dependencies.

Refresh against current ports tree and CRAN bmp 0.3.1 (was 0.3).

Since @mat's accept in 2019:

  • bump to 0.3.1
  • modern Makefile (WWW=, drop $FreeBSD$)
  • add graphics/Makefile SUBDIR

Tested with DEVELOPER=yes: makesum, stage, stage-qa (clean), package.

@mat: would you mind re-accepting when you have a moment?

This revision now requires review to proceed.Wed, Jul 29, 1:02 AM