Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 02:05:08 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101769: [NEW PORT] graphics/p5-Image-IPTCInfo: Perl extension for extracting IPTC image meta-data
Message-ID:  <20060810180508.B2310371@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608101810.k7AIAGC3073810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101769
>Category:       ports
>Synopsis:       [NEW PORT] graphics/p5-Image-IPTCInfo: Perl extension for extracting IPTC image meta-data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 10 18:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
Ever wish you add information to your photos like a caption, the place
you took it, the date, and perhaps even keywords and categories? You
already can. The International Press Telecommunications Council (IPTC)
defines a format for exchanging meta-information in news content, and
that includes photographs. You can embed all kinds of information in
your images. The trick is putting it to use.

That's where this IPTCInfo Perl module comes into play. You can embed
information using many programs, including Adobe Photoshop, and
IPTCInfo will let your web server -- and other automated server
programs -- pull it back out. You can use the information directly in
Perl programs, export it to XML, or even export SQL statements ready
to be fed into a database.

WWW:	http://search.cpan.org/dist/Image-IPTCInfo/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Image-IPTCInfo-1.94.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Image-IPTCInfo
#	p5-Image-IPTCInfo/pkg-descr
#	p5-Image-IPTCInfo/Makefile
#	p5-Image-IPTCInfo/pkg-plist
#	p5-Image-IPTCInfo/distinfo
#
echo c - p5-Image-IPTCInfo
mkdir -p p5-Image-IPTCInfo > /dev/null 2>&1
echo x - p5-Image-IPTCInfo/pkg-descr
sed 's/^X//' >p5-Image-IPTCInfo/pkg-descr << 'END-of-p5-Image-IPTCInfo/pkg-descr'
XEver wish you add information to your photos like a caption, the place
Xyou took it, the date, and perhaps even keywords and categories? You
Xalready can. The International Press Telecommunications Council (IPTC)
Xdefines a format for exchanging meta-information in news content, and
Xthat includes photographs. You can embed all kinds of information in
Xyour images. The trick is putting it to use.
X
XThat's where this IPTCInfo Perl module comes into play. You can embed
Xinformation using many programs, including Adobe Photoshop, and
XIPTCInfo will let your web server -- and other automated server
Xprograms -- pull it back out. You can use the information directly in
XPerl programs, export it to XML, or even export SQL statements ready
Xto be fed into a database.
X
XWWW:	http://search.cpan.org/dist/Image-IPTCInfo/
END-of-p5-Image-IPTCInfo/pkg-descr
echo x - p5-Image-IPTCInfo/Makefile
sed 's/^X//' >p5-Image-IPTCInfo/Makefile << 'END-of-p5-Image-IPTCInfo/Makefile'
X# New ports collection makefile for:	p5-Image-IPTCInfo
X# Date created:		2006-08-11
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Image-IPTCInfo
XPORTVERSION=	1.94
XCATEGORIES=	graphics perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Image
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Perl extension for extracting IPTC image meta-data
X
XRESTRICTED=	Not mention anything about license
XNO_CDROM=	Not mention anything about license
XNO_PACKAGE=	Not mention anything about license
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Image::IPTCInfo.3
X
Xpost-patch:
X	${RM} -f ${WRKSRC}/._*
X	${PERL} -pi -e 's,/usr/bin/perl,${PERL},' ${WRKSRC}/demo.pl
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/demo_images/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-Image-IPTCInfo/Makefile
echo x - p5-Image-IPTCInfo/pkg-plist
sed 's/^X//' >p5-Image-IPTCInfo/pkg-plist << 'END-of-p5-Image-IPTCInfo/pkg-plist'
X@comment $FreeBSD$
X%%PORTDOCS%%%%EXAMPLESDIR%%/burger_van.jpg
X%%PORTDOCS%%%%EXAMPLESDIR%%/dog.jpg
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/IPTCInfo/.packlist
X%%SITE_PERL%%/Image/IPTCInfo.pm
X%%SITE_PERL%%/Image/demo.pl
X%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/IPTCInfo
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image
X@dirrmtry %%SITE_PERL%%/Image
END-of-p5-Image-IPTCInfo/pkg-plist
echo x - p5-Image-IPTCInfo/distinfo
sed 's/^X//' >p5-Image-IPTCInfo/distinfo << 'END-of-p5-Image-IPTCInfo/distinfo'
XMD5 (Image-IPTCInfo-1.94.tar.gz) = 50617c3cd97b7f42a7533e635823b230
XSHA256 (Image-IPTCInfo-1.94.tar.gz) = d90e5359187eb4abbfccec3f3b5492cc1a85f0b94d3b67c47adb01fd5f7dbccd
XSIZE (Image-IPTCInfo-1.94.tar.gz) = 37413
END-of-p5-Image-IPTCInfo/distinfo
exit
--- p5-Image-IPTCInfo-1.94.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810180508.B2310371>