Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.13_1 13 May 2024 14:02:06
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.6.13 14 Nov 2023 17:15:57
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.13
Changes: https://github.com/emcconville/wand/releases |
0.6.11_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.6.11_1 30 Apr 2023 11:10:42
    |
Felix Palmen (zirias)  |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
0.6.11 30 Jan 2023 13:00:09
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.11
Changes: https://github.com/emcconville/wand/releases |
0.6.10 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.6.10 10 Sep 2022 13:02:46
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Convert to USES=magick
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are
mutually exclusive. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.10 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.10 31 Aug 2022 11:41:10
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.10
Changes: https://github.com/emcconville/wand/releases |
0.6.9 27 Aug 2022 10:24:38
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.9
Changes: https://github.com/emcconville/wand/releases |
0.6.8 18 Jul 2022 18:00:43
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.8
Changes: https://github.com/emcconville/wand/releases |
0.6.7_1 14 Dec 2021 13:02:26
    |
Tobias Kortkamp (tobik)  |
graphics/py-wand: Unbreak build |
0.6.7_1 11 Dec 2021 13:50:53
    |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
0.6.7_1 12 Nov 2021 16:46:39
    |
Tobias C. Berner (tcberner)  |
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e |
0.6.7 05 Nov 2021 19:14:16
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Take maintainership |
0.6.7 19 Sep 2021 06:00:53
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-wand: Update to 0.6.7
- Allow graphics/ImageMagick{6,7}*
- Change the default ImageMagick from 6 to 7
Changes: https://github.com/emcconville/wand/releases |
0.4.5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.5 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.4.5 15 Nov 2018 19:07:49
  |
sunpoet  |
Update to 0.4.5
- Add LICENSE_FILE
- Fix indent
- Update WWW
Changes: https://github.com/emcconville/wand/releases |
0.4.4_4 10 Nov 2018 19:57:08
  |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* 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> |
0.4.4_3 19 Jun 2018 01:30:04
  |
yuri  |
graphics/py-wand: Remove conflict between flavors
README.rst was the only file installed ijnto DATADIR - removed it.
Approved by: portmgr |
0.4.4_2 28 Sep 2017 15:36:31
  |
kwm  |
ImageMagick to 6.9.9-15.
* 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] |
0.4.4_1 26 May 2017 08:20:19
  |
kwm  |
Chase ImageMagick shlib bump |
0.4.4 19 Mar 2017 16:11:40
  |
rm  |
Pass maintainership to python@ |
0.4.4 19 Mar 2017 14:02:24
  |
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
0.4.4 22 Oct 2016 15:30:08
  |
olivierd  |
- Update to 0.4.4
- Remove patch (merged upstream) |
0.4.3 02 Jun 2016 20:15:28
  |
olivierd  |
Update to 0.4.3 |
0.4.2_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.2_1 24 Jan 2016 15:09:36
  |
olivierd  |
- Fix build on DragonFly
- Replace obsolete command (pkg_add) in error message
- Bump PORTREVISION |
0.4.2 07 Dec 2015 18:27:37
  |
olivierd  |
Update to 0.4.2
Changelog: http://docs.wand-py.org/en/0.4.2/changes.html#version-0-4-2 |
0.4.1 02 Aug 2015 18:31:15
  |
olivierd  |
Update to 0.4.1
Changelog: http://docs.wand-py.org/en/0.4.1/changes.html |
0.4.0 19 Mar 2015 16:37:36
  |
olivierd  |
Update to 0.4.0
Changelog: http://docs.wand-py.org/en/0.4.0/changes.html#series |
0.3.8_1 18 Jan 2015 21:12:43
  |
kwm  |
Update ImageMagick to 6.9.0.4.
- 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] |
0.3.8 07 Nov 2014 09:55:23
  |
kwm  |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
0.3.8 29 Aug 2014 20:57:09
  |
olivierd  |
- Convert my own Python ports to USES= python |
0.3.8 03 Aug 2014 07:13:26
  |
olivierd  |
- Update to 0.3.8
ChangeLog: http://docs.wand-py.org/en/0.3.8/changes.html#version-0-3-8 |
0.3.7_2 19 Jun 2014 17:12:03
  |
antoine  |
Do not put some data directly in PREFIX and fix autoplist generation |
17 Jun 2014 20:05:31

|
kwm  |
Update to 6.8.9-3 [1][3].
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] (Only the first 15 lines of the commit message are shown above ) |
0.3.7 24 Mar 2014 20:44:47
  |
olivierd  |
- Update to 0.3.7 (bugfix release) |
0.3.6 23 Mar 2014 18:27:07
  |
olivierd  |
- Update to 0.3.6
ChangeLog: http://docs.wand-py.org/en/0.3.6/changes.html#version-0-3-6 |
0.3.5 24 Jan 2014 13:34:31
  |
olivierd  |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE |
0.3.5 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.3.5 14 Sep 2013 10:56:59
  |
olivierd  |
- Update to 0.3.5
ChangeLog: http://docs.wand-py.org/en/0.3.5/changes.html |
0.3.3 06 Aug 2013 16:39:30
  |
olivierd  |
- Update to 0.3.3
ChangeLog: http://docs.wand-py.org/en/0.3.3/changes.html#version-0-3-3 |
0.3.2 22 Jul 2013 16:29:36
  |
olivierd  |
- Update to 0.3.2
ChangeLog: http://docs.wand-py.org/en/0.3-maintenance/changes.html#version-0-3-2 |
0.3.1 26 Jun 2013 19:25:10
  |
olivierd  |
- Update to 0.3.1 |
0.3.0 17 Jun 2013 19:41:47
  |
olivierd  |
- Update to 0.3.0
ChangeLog: http://docs.wand-py.org/en/0.3-maintenance/changes.html#version-0-3-0 |
0.2.4 28 May 2013 18:43:36
  |
olivierd  |
- Update to 0.2.4
ChangeLog: http://docs.wand-py.org/en/0.2-maintenance/changes.html#version-0-2-4 |
0.2.3 28 Jan 2013 17:12:01
  |
olivierd  |
- Update to 0.2.3
ChangeLog: http://dahlia.kr/wand/changes.html#version-0-2-3
Approved by: rene, miwi (mentors, implicit) |
0.2.2_1 13 Dec 2012 18:35:52
  |
bdrewery  |
- Chase graphics/ImageMagick update
- Trim header |
0.2.2 07 Oct 2012 16:04:27
  |
olivierd  |
- Update to 0.2.2
- Remove patch, submitted and approved by upstream
Approved by: rene, miwi (mentors) |
0.2.1 09 Sep 2012 16:31:36
  |
olivierd  |
Wand is a ctypes-based MagickWand API binding for Python.
Approved by: rene, miwi (mentors) |