diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-25 19:05:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-25 19:05:30 +0000 |
commit | 47fd8aa8df2ff5c04dd7ed341e1b922f4413c1ce (patch) | |
tree | f908c319df26d0d464739aac8f700964f935c06d /graphics/exiv2 | |
parent | 897a5fd6a0db8c7742e55f377c8ada4dc9f8a822 (diff) | |
download | pkgsrc-47fd8aa8df2ff5c04dd7ed341e1b922f4413c1ce.tar.gz |
import exiv2-0.6.1, another tool to look at exif metadata
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/DESCR | 2 | ||||
-rw-r--r-- | graphics/exiv2/Makefile | 17 | ||||
-rw-r--r-- | graphics/exiv2/PLIST | 3 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/graphics/exiv2/DESCR b/graphics/exiv2/DESCR new file mode 100644 index 00000000000..60349c1584a --- /dev/null +++ b/graphics/exiv2/DESCR @@ -0,0 +1,2 @@ +Exiv2 comprises of a C++ library and a command line utility to access +image metadata. diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile new file mode 100644 index 00000000000..e1179391998 --- /dev/null +++ b/graphics/exiv2/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $ +# + +DISTNAME= exiv2-0.6.1 +CATEGORIES= graphics +MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://home.arcor.de/ahuggel/exiv2/ +COMMENT= Image metadata manipulation + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/exiv2/PLIST b/graphics/exiv2/PLIST new file mode 100644 index 00000000000..6a5487e4d31 --- /dev/null +++ b/graphics/exiv2/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $ +bin/exiv2 +lib/libexiv2.so diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo new file mode 100644 index 00000000000..0acfa55e683 --- /dev/null +++ b/graphics/exiv2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/25 19:05:30 drochner Exp $ + +SHA1 (exiv2-0.6.1.tar.gz) = f734f580c6cc000c9d90e206fbe3107d994791ad +Size (exiv2-0.6.1.tar.gz) = 749879 bytes |