diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-11 21:00:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-11 21:00:41 +0000 |
commit | e7f9661b585f3cca2c46ca4062e54ed231736bb1 (patch) | |
tree | 71e13df2399884d0983aa7f7be001416f1d9f032 /graphics/bitmap | |
parent | a721df32eeb06e4b2375a0e038515a20a17098c1 (diff) | |
download | ports-e7f9661b585f3cca2c46ca4062e54ed231736bb1.tar.gz ports-e7f9661b585f3cca2c46ca4062e54ed231736bb1.zip |
graphics/bitmap: Backport the pull request adding more functionality, ex. C++-styled write image functions
Notes
Notes:
svn path=/head/; revision=508672
Diffstat (limited to 'graphics/bitmap')
-rw-r--r-- | graphics/bitmap/Makefile | 4 | ||||
-rw-r--r-- | graphics/bitmap/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/graphics/bitmap/Makefile b/graphics/bitmap/Makefile index 4f57c232cfb8..815298af1300 100644 --- a/graphics/bitmap/Makefile +++ b/graphics/bitmap/Makefile @@ -2,9 +2,13 @@ PORTNAME= bitmap DISTVERSION= g20181222 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -graphics-library +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch:-p1 # https://github.com/ArashPartow/bitmap/pull/8: Implement write_image()/read_image() functions + MAINTAINER= yuri@FreeBSD.org COMMENT= Minimalistic library manipulating 24-bit per pixel bitmap images diff --git a/graphics/bitmap/distinfo b/graphics/bitmap/distinfo index 0eff37601b08..97a7805ba99f 100644 --- a/graphics/bitmap/distinfo +++ b/graphics/bitmap/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1558979256 +TIMESTAMP = 1565557083 SHA256 (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 9d6dd560d0bd01e78ebd08f7828249b96ad7b43e4a3589b54d62831d97c801f0 SIZE (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 52230 +SHA256 (db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch) = 09fb91e59b7c75d57e4f4473ed07dfa7bf9ba54cb65921ff47bf9dcc999a334f +SIZE (db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch) = 4745 |