From owner-svn-ports-all@FreeBSD.ORG Mon Nov 18 19:28:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E69618; Mon, 18 Nov 2013 19:28:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36CC221CD; Mon, 18 Nov 2013 19:28:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIJSOOe043797; Mon, 18 Nov 2013 19:28:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIJSNEc043792; Mon, 18 Nov 2013 19:28:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311181928.rAIJSNEc043792@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 18 Nov 2013 19:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334252 - in head/graphics: . p5-Image-LibExif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 19:28:24 -0000 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 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 +# $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 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 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/LibExif +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Image