aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-rmagick
Commit message (Collapse)AuthorAgeFilesLines
* Add LICESE_FILESunpoet Po-Chuan Hsieh2020-03-011-3/+4
| | | | Notes: svn path=/head/; revision=527533
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* ImageMagick to 6.9.9-15.Koop Mast2017-09-281-1/+1
| | | | | | | | | | | | | | | | | * Disable FPX (FlashPix) support by default. This image format is really rare these days coupled with that there are known CVE's in libfpx and it doesn't seem to be maintained these days. It doesn't make sense to keep it enabled by default anymore. [1] * Add new option for RAW support * Fix portscout macro to only show 6.9.x versions Bump other ports for the shared library bumps in IM 6. PR: 222309 [1] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] Notes: svn path=/head/; revision=450852
* Chase ImageMagick shlib bumpKoop Mast2017-05-261-1/+1
| | | | Notes: svn path=/head/; revision=441761
* graphics/rubygem-rmagick: update to 2.16.0Steve Wills2016-12-282-3/+4
| | | | Notes: svn path=/head/; revision=429809
* graphics/rubygem-rmagick: Bump PORTREVISIONTorsten Zuehlsdorff2016-12-231-0/+1
| | | | | | | | | | | After an update of graphics/ImageMagick this port need a bump of PORTREVISION PR: 211849 Reported by: Miroslav Lachman <000.fbsd@quip.cz> Approved by: mentors (implicit) Notes: svn path=/head/; revision=429267
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-3/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.15.4Sunpoet Po-Chuan Hsieh2015-08-152-3/+3
| | | | | | | Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=394310
* - Update to 2.15.3Sunpoet Po-Chuan Hsieh2015-07-243-4/+4
| | | | | | | | | - Update WWW Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=392798
* - Update to 2.15.2Sunpoet Po-Chuan Hsieh2015-06-032-3/+3
| | | | | | | Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=388476
* - Update to 2.15.1Sunpoet Po-Chuan Hsieh2015-05-312-3/+3
| | | | | | | Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=388151
* - Update to 2.15.0Sunpoet Po-Chuan Hsieh2015-05-253-22/+18
| | | | | | | | | | | - Add LICENSE - Convert to new options helper - Update WWW Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387412
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-2/+3
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-071-2/+2
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* graphics/rubygem-rmagick: update to 2.13.3Steve Wills2014-08-242-4/+3
| | | | Notes: svn path=/head/; revision=365988
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332045
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* - Make X11 dependency on ImageMagick optionalSteve Wills2013-06-231-2/+11
| | | | | | | | PR: ports/179481 Submitted by: David Demelier <demelier.david@gmail.com> Notes: svn path=/head/; revision=321608
* (Readdition of graphics/rubygem-rmagick which was removed on 240397)Steve Wills2013-02-263-0/+23
| | | | | | | | | | RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. WWW: http://rmagick.rubyforge.org/ Notes: svn path=/head/; revision=313006
* - Remove graphics/rubygem-rmagick because it's a duplicate of ruby-rmagickRenato Botelho2009-08-273-29/+0
| | | | | | | Sugested by: stas Notes: svn path=/head/; revision=240398
* Update to 2.11.0Renato Botelho2009-08-062-5/+4
| | | | Notes: svn path=/head/; revision=239039
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 2.10.0Renato Botelho2009-06-222-4/+4
| | | | Notes: svn path=/head/; revision=236466
* RMagick is an interface between the Ruby programming language and theRenato Botelho2009-06-173-0/+29
ImageMagick and GraphicsMagick image processing libraries. WWW: http://rmagick.rubyforge.org/ Notes: svn path=/head/; revision=236127