- Add p5-Image-LibExif 0.04
- While I'm here: - Add LICENSE - Add LIB_DEPENDS - Convert to new Perl framework - Use USES=pkgconfig - Support STAGEDIR - Sort PLIST Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF extractor, based on libexif. WWW: http://search.cpan.org/dist/Image-LibExif/ PR: ports/180319 Submitted by: Anes Mukhametov <anes@anes.su>
This commit is contained in:
parent
c3aee8f729
commit
29166032ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334252
5 changed files with 38 additions and 0 deletions
|
@ -689,6 +689,7 @@
|
|||
SUBDIR += p5-Image-Imgur
|
||||
SUBDIR += p5-Image-Imlib2
|
||||
SUBDIR += p5-Image-Info
|
||||
SUBDIR += p5-Image-LibExif
|
||||
SUBDIR += p5-Image-Magick-Iterator
|
||||
SUBDIR += p5-Image-Math-Constrain
|
||||
SUBDIR += p5-Image-MetaData-GQview
|
||||
|
|
23
graphics/p5-Image-LibExif/Makefile
Normal file
23
graphics/p5-Image-LibExif/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Anes Mukhametov <anes@anes.su>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Image-LibExif
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= anes@anes.su
|
||||
COMMENT= Read EXIF module
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= libexif>=0.6.18:${PORTSDIR}/graphics/libexif
|
||||
LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif
|
||||
RUN_DEPENDS= libexif>=0.6.18:${PORTSDIR}/graphics/libexif
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5 pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/p5-Image-LibExif/distinfo
Normal file
2
graphics/p5-Image-LibExif/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Image-LibExif-0.04.tar.gz) = 2621d5af908179af1da35403aaa4181aafaaf851c14dea24bcd5647d7f56ada3
|
||||
SIZE (Image-LibExif-0.04.tar.gz) = 117197
|
4
graphics/p5-Image-LibExif/pkg-descr
Normal file
4
graphics/p5-Image-LibExif/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF
|
||||
extractor, based on libexif.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Image-LibExif/
|
8
graphics/p5-Image-LibExif/pkg-plist
Normal file
8
graphics/p5-Image-LibExif/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Image/LibExif.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif/LibExif.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif/LibExif.bs
|
||||
%%PERL5_MAN3%%/Image::LibExif.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image
|
Loading…
Reference in a new issue