Port details |
- p5-Image-Magick-Iterator Sequentially read Image::Magick object from a filehandle
- 0.01_11 graphics =2 0.01_11Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2006-12-09 02:41:08
- Last Update: 2023-04-30 11:10:42
- Commit Hash: a6bb2f8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Image-Magick-Iterator
- Description:
- Image::Magick::Iterator adds iteration support to Image::Magick. This means that
if you have a stream of concatenated images, you can access each image in the
stream as an independent Image::Magick object.
Iteration functionality is not present in Image::Magick itself as of version
5.56. Passing a stream of concatenated images would result in essentially a
"stack" of images which would all be manipulated in parallel by any
Image::Magick calls. Calls to Write() either output an animated series of image
(a la animated GIFs), or the first image in the series.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Image-Magick-Iterator>0:graphics/p5-Image-Magick-Iterator
- To install the port:
- cd /usr/ports/graphics/p5-Image-Magick-Iterator/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Image-Magick-Iterator
- pkg install p5-Image-Magick-Iterator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Image-Magick-Iterator
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Image-Magick-Iterator-0.01.tar.gz) = af38f8ee8d03b75ca11b260b92fde70ffb8ccb1cb384e9b685c01730a6cdface
SIZE (Image-Magick-Iterator-0.01.tar.gz) = 25191
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Image-PBMlib>=1.05 : graphics/p5-Image-PBMlib
- ImageMagick7>=7 : graphics/ImageMagick7
- perl5>=5.32.r0<5.33 : lang/perl5.32
- ImageMagick7>=7 : graphics/ImageMagick7
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Image-PBMlib>=1.05 : graphics/p5-Image-PBMlib
- ImageMagick7>=7 : graphics/ImageMagick7
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Image-Magick-Iterator
- USES:
- magick:build,run perl5
- 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) |
Commit | Credits | Log message |
0.01_11 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.01_10 05 Feb 2023 15:47:49 |
Po-Chuan Hsieh (sunpoet) |
graphics/p5-Image-Magick-Iterator: Relax USES=magick to use default version
- Bump PORTREVISION for dependency change |
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.01_9 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.01_9 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 ) |
0.01_9 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.01_9 18 Apr 2021 05:42:36 |
Po-Chuan Hsieh (sunpoet) |
graphics/p5-Image-Magick-Iterator: Cosmetic change |
0.01_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.01_9 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.01_8 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.01_8 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.01_8 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.01_7 26 May 2017 08:20:19 |
kwm |
Chase ImageMagick shlib bump |
0.01_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.01_6 03 Oct 2015 17:08:17 |
sunpoet |
- Add NO_ARCH |
0.01_6 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.01_5 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.01_4 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.01_4 31 Jul 2014 10:05:27 |
sunpoet |
- Remove unnecessary MASTER_SITE_SUBDIR
- Add BUILD_DEPENDS
- Update *_DEPENDS
- Sort PLIST
- Reformat pkg-descr |
0.01_4 30 Jun 2014 16:42:18 |
sunpoet |
- Take maintainership |
0.01_4 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
0.01_4 30 Jan 2014 08:45:51 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.01_4 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.01_4 11 Sep 2013 12:59:14 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.01_4 03 Jul 2012 17:38:41 |
az |
graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.
Reported by: Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat: az@ |
0.01_4 30 Jun 2012 05:30:10 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.01_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.01_3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.01_3 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.01_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.01_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.01_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.01 09 Dec 2006 02:37:26 |
clsung |
Add p5-Image-Magick-Iterator 0.01, sequentially read Image::Magick
object from a filehandle.
PR: ports/105411
Submitted by: Gea-Suan Lin <gslin at gslin.org> |