aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-wand
Commit message (Collapse)AuthorAgeFilesLines
* - 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