aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-wand
Commit message (Collapse)AuthorAgeFilesLines
* graphics/py-wand: Remove conflict between flavorsYuri Victorovich2018-06-192-1/+11
| | | | | | | | | README.rst was the only file installed ijnto DATADIR - removed it. Approved by: portmgr Notes: svn path=/head/; revision=472735
* 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-0/+1
| | | | Notes: svn path=/head/; revision=441761
* Pass maintainership to python@Ruslan Makhmatkhanov2017-03-191-1/+1
| | | | Notes: svn path=/head/; revision=436503
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* - Update to 0.4.4Olivier Duchateau2016-10-223-26/+4
| | | | | | | - Remove patch (merged upstream) Notes: svn path=/head/; revision=424477
* Update to 0.4.3Olivier Duchateau2016-06-023-10/+10
| | | | Notes: svn path=/head/; revision=416293
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix build on DragonFlyOlivier Duchateau2016-01-242-0/+23
| | | | | | | | - Replace obsolete command (pkg_add) in error message - Bump PORTREVISION Notes: svn path=/head/; revision=407144
* Update to 0.4.2Olivier Duchateau2015-12-072-3/+4
| | | | | | | Changelog: http://docs.wand-py.org/en/0.4.2/changes.html#version-0-4-2 Notes: svn path=/head/; revision=403220
* Update to 0.4.1Olivier Duchateau2015-08-022-3/+3
| | | | | | | Changelog: http://docs.wand-py.org/en/0.4.1/changes.html Notes: svn path=/head/; revision=393438
* Update to 0.4.0Olivier Duchateau2015-03-192-4/+3
| | | | | | | Changelog: http://docs.wand-py.org/en/0.4.0/changes.html#series Notes: svn path=/head/; revision=381610
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-1/+2
| | | | | | | | | | | | | | | | | | | | | - 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-1/+1
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* - Convert my own Python ports to USES= pythonOlivier Duchateau2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366562
* - Update to 0.3.8Olivier Duchateau2014-08-032-4/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3.8/changes.html#version-0-3-8 Notes: svn path=/head/; revision=363851
* Do not put some data directly in PREFIX and fix autoplist generationAntoine Brodin2014-06-191-2/+6
| | | | Notes: svn path=/head/; revision=358443
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to 0.3.7 (bugfix release)Olivier Duchateau2014-03-242-3/+3
| | | | Notes: svn path=/head/; revision=349066
* - Update to 0.3.6Olivier Duchateau2014-03-232-7/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3.6/changes.html#version-0-3-6 Notes: svn path=/head/; revision=348879
* Convert my own Python ports to:Olivier Duchateau2014-01-241-5/+5
| | | | | | | | | | | | - STAGEDIR - Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes While I'm here - Use PYDISTUTILS_AUTOPLIST - Adjust or add LICENSE Notes: svn path=/head/; revision=340894
* 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
* - Update to 0.3.5Olivier Duchateau2013-09-142-3/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3.5/changes.html Notes: svn path=/head/; revision=327269
* - Update to 0.3.3Olivier Duchateau2013-08-062-3/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3.3/changes.html#version-0-3-3 Notes: svn path=/head/; revision=324323
* - Update to 0.3.2Olivier Duchateau2013-07-222-3/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3-maintenance/changes.html#version-0-3-2 Notes: svn path=/head/; revision=323475
* - Update to 0.3.1Olivier Duchateau2013-06-262-3/+3
| | | | Notes: svn path=/head/; revision=321810
* - Update to 0.3.0Olivier Duchateau2013-06-172-4/+4
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.3-maintenance/changes.html#version-0-3-0 Notes: svn path=/head/; revision=321148
* - Update to 0.2.4Olivier Duchateau2013-05-282-3/+3
| | | | | | | ChangeLog: http://docs.wand-py.org/en/0.2-maintenance/changes.html#version-0-2-4 Notes: svn path=/head/; revision=319321
* - Update to 0.2.3Olivier Duchateau2013-01-282-4/+3
| | | | | | | | | ChangeLog: http://dahlia.kr/wand/changes.html#version-0-2-3 Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=311131
* - Chase graphics/ImageMagick updateBryan Drewery2012-12-131-0/+1
| | | | | | | - Trim header Notes: svn path=/head/; revision=308865
* - Update to 0.2.2Olivier Duchateau2012-10-073-14/+3
| | | | | | | | | - Remove patch, submitted and approved by upstream Approved by: rene, miwi (mentors) Notes: svn path=/head/; revision=305493
* Wand is a ctypes-based MagickWand API binding for Python.Olivier Duchateau2012-09-094-0/+39
Approved by: rene, miwi (mentors) Notes: svn path=/head/; revision=303977