Bug 180319 - New port: graphics/p5-Image-LibExif
Summary: New port: graphics/p5-Image-LibExif
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 14:10 UTC by Anes Mukhametov
Modified: 2013-11-18 19:33 UTC (History)
0 users

See Also:


Attachments
p5-Image-LibExif.shar (2.15 KB, text/plain)
2013-07-05 14:10 UTC, Anes Mukhametov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-07-05 14:10:03 UTC
	New port: graphics/p5-Image-LibExif	
	Very simple and very fast (about 30 times faster than Image::ExifTool) EXIF extractor, based on libexif.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-05 14:10:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-17 22:57:47 UTC
Responsible Changed
From-To: perl->miwi

I'll take it.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:10:12 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-14 20:59:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-16 21:17:31 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-18 19:28:32 UTC
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@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@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>

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-18 19:33:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!