[Midnightbsd-cvs] mports: graphics/exiv2: Added exiv2-0.16_1

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Dec 8 11:51:08 EST 2008


Log Message:
-----------
Added exiv2-0.16_1

Added Files:
-----------
    mports/graphics/exiv2:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ graphics/exiv2/pkg-descr
@@ -0,0 +1,3 @@
+Exif and Iptc metadata manipulation library and tools
+
+WWW:	http://www.exiv2.org/
--- /dev/null
+++ graphics/exiv2/pkg-plist
@@ -0,0 +1,56 @@
+bin/exiv2
+include/exiv2/basicio.hpp
+include/exiv2/canonmn.hpp
+include/exiv2/cr2image.hpp
+include/exiv2/crwimage.hpp
+include/exiv2/datasets.hpp
+include/exiv2/error.hpp
+include/exiv2/exif.hpp
+include/exiv2/exv_conf.h
+include/exiv2/exv_msvc.h
+include/exiv2/fujimn.hpp
+include/exiv2/futils.hpp
+include/exiv2/ifd.hpp
+include/exiv2/image.hpp
+include/exiv2/iptc.hpp
+include/exiv2/jpgimage.hpp
+include/exiv2/makernote.hpp
+include/exiv2/makernote2.hpp
+include/exiv2/metadatum.hpp
+include/exiv2/minoltamn.hpp
+include/exiv2/mn.hpp
+include/exiv2/mrwimage.hpp
+include/exiv2/nikonmn.hpp
+include/exiv2/olympusmn.hpp
+include/exiv2/orfimage.hpp
+include/exiv2/panasonicmn.hpp
+include/exiv2/pentaxmn.hpp
+include/exiv2/pngchunk.hpp
+include/exiv2/pngimage.hpp
+include/exiv2/properties.hpp
+include/exiv2/rafimage.hpp
+include/exiv2/rcsid.hpp
+include/exiv2/sigmamn.hpp
+include/exiv2/sonymn.hpp
+include/exiv2/tags.hpp
+include/exiv2/tiffcomposite.hpp
+include/exiv2/tifffwd.hpp
+include/exiv2/tiffimage.hpp
+include/exiv2/tiffparser.hpp
+include/exiv2/tiffvisitor.hpp
+include/exiv2/types.hpp
+include/exiv2/value.hpp
+include/exiv2/version.hpp
+include/exiv2/xmp.hpp
+lib/libexiv2.a
+lib/libexiv2.la
+lib/libexiv2.so
+lib/libexiv2.so.3
+libdata/pkgconfig/exiv2.pc
+share/locale/de/LC_MESSAGES/exiv2.mo
+share/locale/es/LC_MESSAGES/exiv2.mo
+share/locale/fi/LC_MESSAGES/exiv2.mo
+share/locale/fr/LC_MESSAGES/exiv2.mo
+share/locale/pl/LC_MESSAGES/exiv2.mo
+share/locale/ru/LC_MESSAGES/exiv2.mo
+ at dirrm include/exiv2
--- /dev/null
+++ graphics/exiv2/Makefile
@@ -0,0 +1,30 @@
+#
+# $MidnightBSD: mports/graphics/exiv2/Makefile,v 1.1 2008/12/08 16:51:07 ctriv Exp $
+#
+
+PORTNAME=	exiv2
+PORTVERSION=	0.16
+PORTREVISION=	1
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.exiv2.org/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Exif and Iptc metadata manipulation library and tools
+LICENSE=	gpl2
+
+LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+
+GNU_CONFIGURE=	yes
+USE_GETTEXT=	yes
+USE_GMAKE=	yes
+USE_LDCONFIG=	yes
+MAN1=		exiv2.1
+ALLTARGET=	all
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile
+
+.include <bsd.port.mk>
--- /dev/null
+++ graphics/exiv2/distinfo
@@ -0,0 +1,3 @@
+MD5 (exiv2-0.16.tar.gz) = a6e72343885d990c593bd013c6c988f1
+SHA256 (exiv2-0.16.tar.gz) = d407bd0f9b06d68940ae1a73b226ca234cd9a19ea65eab108746b69ac7ce0afb
+SIZE (exiv2-0.16.tar.gz) = 1591822


More information about the Midnightbsd-cvs mailing list