mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Remove unnecessary MASTER_SITE_SUBDIR
- Add BUILD_DEPENDS - Update *_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
067dfb5583
commit
0fba882ccd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363556
@ -6,16 +6,16 @@ PORTVERSION= 0.01
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Image
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Sequentially read Image::Magick object from a filehandle
|
||||
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib
|
||||
BUILD_DEPENDS= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \
|
||||
p5-Image-PBMlib>=1.05:${PORTSDIR}/graphics/p5-Image-PBMlib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +1,11 @@
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Image-Magick-Iterator/
|
||||
|
@ -1,11 +1,11 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Iterator/.packlist
|
||||
%%SITE_PERL%%/Image/Magick/Iterator.pm
|
||||
%%SITE_PERL%%/Image/Magick/Iterator/PPM.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Iterator/.packlist
|
||||
%%PERL5_MAN3%%/Image::Magick::Iterator.3.gz
|
||||
%%PERL5_MAN3%%/Image::Magick::Iterator::PPM.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Image/Magick/Iterator
|
||||
@dirrmtry %%SITE_PERL%%/Image/Magick
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Iterator
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick/Iterator
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Magick
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
||||
@dirrm %%SITE_PERL%%/Image/Magick/Iterator
|
||||
@dirrmtry %%SITE_PERL%%/Image/Magick
|
||||
@dirrmtry %%SITE_PERL%%/Image
|
||||
|
Loading…
Reference in New Issue
Block a user