svn commit: r334252 - in head/graphics: . p5-Image-LibExif

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 18 19:28:24 UTC 2013


Author: sunpoet
Date: Mon Nov 18 19:28:22 2013
New Revision: 334252
URL: http://svnweb.freebsd.org/changeset/ports/334252

Log:
  - 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 at anes.su>

Added:
  head/graphics/p5-Image-LibExif/
  head/graphics/p5-Image-LibExif/Makefile   (contents, props changed)
  head/graphics/p5-Image-LibExif/distinfo   (contents, props changed)
  head/graphics/p5-Image-LibExif/pkg-descr   (contents, props changed)
  head/graphics/p5-Image-LibExif/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon Nov 18 19:27:31 2013	(r334251)
+++ head/graphics/Makefile	Mon Nov 18 19:28:22 2013	(r334252)
@@ -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

Added: head/graphics/p5-Image-LibExif/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Image-LibExif/Makefile	Mon Nov 18 19:28:22 2013	(r334252)
@@ -0,0 +1,23 @@
+# Created by: Anes Mukhametov <anes at anes.su>
+# $FreeBSD$
+
+PORTNAME=	Image-LibExif
+PORTVERSION=	0.04
+CATEGORIES=	graphics perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	anes at 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>

Added: head/graphics/p5-Image-LibExif/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Image-LibExif/distinfo	Mon Nov 18 19:28:22 2013	(r334252)
@@ -0,0 +1,2 @@
+SHA256 (Image-LibExif-0.04.tar.gz) = 2621d5af908179af1da35403aaa4181aafaaf851c14dea24bcd5647d7f56ada3
+SIZE (Image-LibExif-0.04.tar.gz) = 117197

Added: head/graphics/p5-Image-LibExif/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Image-LibExif/pkg-descr	Mon Nov 18 19:28:22 2013	(r334252)
@@ -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/

Added: head/graphics/p5-Image-LibExif/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Image-LibExif/pkg-plist	Mon Nov 18 19:28:22 2013	(r334252)
@@ -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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image


More information about the svn-ports-head mailing list