Port details |
- pecl-imagick-im7 PHP wrapper to the ImageMagick/GraphicsMagick library version 7
- 3.7.0_1 graphics
=0 3.7.0_1Version of this port present on the latest quarterly branch.
- Maintainer: 000.fbsd@quip.cz
- Port Added: 2019-03-20 09:36:06
- Last Update: 2023-07-19 11:05:15
- Commit Hash: b8e72f7
- License: PHP301
- WWW:
- https://pecl.php.net/package/imagick
- Description:
- Provides a wrapper to the ImageMagick/GraphicsMagick library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-imagick-im7>0:graphics/pecl-imagick-im7
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: php81-pecl-imagick-im7
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-imagick-im7
- php80: php80-pecl-imagick-im7
- php82: php82-pecl-imagick-im7
- distinfo:
- TIMESTAMP = 1666678997
SHA256 (PECL/imagick-3.7.0.tgz) = 5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
SIZE (PECL/imagick-3.7.0.tgz) = 360138
Packages (timestamps in pop-ups are UTC):
- Master port: graphics/pecl-imagick
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libMagick++-7.so : graphics/ImageMagick7@nox11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php81-pecl-imagick-im7-3.7.0_1:
X11=off: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- graphics_pecl-imagick-im7
- USES:
- cpe php:pecl localbase magick:7,nox11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/pecl-imagick |
Commit | Credits | Log message |
3.7.0_1 19 Jul 2023 11:05:15 |
Felix Palmen (zirias) Author: Miroslav Lachman |
graphics/pecl-imagick: Convert to USES=magick
This will build it with whatever ImageMagick version is set in
DEFAULT_VERSIONS, so it obsoletes the -im7 slave port. Remove it and
document in MOVED.
PR: 268833 |
3.7.0_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) |
3.5.1_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.5.1_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 ) |
3.5.1_1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.5.1_1 12 Nov 2021 16:46:39 |
Tobias C. Berner (tcberner) |
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e |
3.5.0 20 Jul 2021 04:16:16 |
Li-Wen Hsu (lwhsu) Author: Miroslav Lachman |
graphics/pecl-imagick: Update to 3.5.0 and take maintainership
PR: 256557
Approved by: mm (original maintainer) |
3.4.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.3_5 20 Mar 2019 09:35:39 |
mm |
Introduce a separate port of pecl-imagick using ImageMagick version 7. |