pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 Take maintainership.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5931dfa33e20
branches:  trunk
changeset: 514272:5931dfa33e20
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jun 09 20:04:23 2006 +0000

description:
Take maintainership.
Update HOMEPAGE/MASTER_SITES.

Update to 0.10.
  bug fixes
  improved CRW support
  add tiff suppport (and therefore NEF)

diffstat:

 graphics/exiv2/DESCR    |   4 ++--
 graphics/exiv2/Makefile |  10 +++++-----
 graphics/exiv2/PLIST    |  11 ++++++++++-
 graphics/exiv2/distinfo |   8 ++++----
 4 files changed, 21 insertions(+), 12 deletions(-)

diffs (85 lines):

diff -r 5394bdeee57f -r 5931dfa33e20 graphics/exiv2/DESCR
--- a/graphics/exiv2/DESCR      Fri Jun 09 18:21:02 2006 +0000
+++ b/graphics/exiv2/DESCR      Fri Jun 09 20:04:23 2006 +0000
@@ -1,2 +1,2 @@
-Exiv2 comprises of a C++ library and a command line utility to access
-image metadata.
+Exiv2 comprises a C++ library and a command line utility to access
+image metadata (EXIF, IPTC, MakerNotes).
diff -r 5394bdeee57f -r 5931dfa33e20 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile   Fri Jun 09 18:21:02 2006 +0000
+++ b/graphics/exiv2/Makefile   Fri Jun 09 20:04:23 2006 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:47 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/09 20:04:23 gdt Exp $
 #
 
-DISTNAME=              exiv2-0.9.1
+DISTNAME=              exiv2-0.10
 CATEGORIES=            graphics
-MASTER_SITES=          http://home.arcor.de/ahuggel/exiv2/
+MASTER_SITES=          http://www.exiv2.org/
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://home.arcor.de/ahuggel/exiv2/
+MAINTAINER=            gdt%NetBSD.org@localhost
+HOMEPAGE=              http://www.exiv2.org/
 COMMENT=               Image metadata manipulation
 
 USE_LANGUAGES=         c c++
diff -r 5394bdeee57f -r 5931dfa33e20 graphics/exiv2/PLIST
--- a/graphics/exiv2/PLIST      Fri Jun 09 18:21:02 2006 +0000
+++ b/graphics/exiv2/PLIST      Fri Jun 09 20:04:23 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/02/07 21:52:39 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/06/09 20:04:23 gdt Exp $
 bin/exiv2
 bin/exiv2-config
 include/exiv2/basicio.hpp
@@ -7,6 +7,7 @@
 include/exiv2/datasets.hpp
 include/exiv2/error.hpp
 include/exiv2/exif.hpp
+include/exiv2/exiv2_version.h
 include/exiv2/exv_conf.h
 include/exiv2/exv_msvc.h
 include/exiv2/fujimn.hpp
@@ -16,8 +17,11 @@
 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/panasonicmn.hpp
@@ -25,8 +29,13 @@
 include/exiv2/sigmamn.hpp
 include/exiv2/sonymn.hpp
 include/exiv2/tags.hpp
+include/exiv2/tiffcomposite.hpp
+include/exiv2/tiffimage.hpp
+include/exiv2/tiffparser.hpp
+include/exiv2/tiffvisitor.hpp
 include/exiv2/types.hpp
 include/exiv2/value.hpp
 lib/libexiv2.la
+lib/pkgconfig/exiv2.pc
 man/man1/exiv2.1
 @dirrm include/exiv2
diff -r 5394bdeee57f -r 5931dfa33e20 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Fri Jun 09 18:21:02 2006 +0000
+++ b/graphics/exiv2/distinfo   Fri Jun 09 20:04:23 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2006/02/07 21:52:39 drochner Exp $
+$NetBSD: distinfo,v 1.4 2006/06/09 20:04:23 gdt Exp $
 
-SHA1 (exiv2-0.9.1.tar.gz) = e9ad65c5f1dce90b0df2afe6582f87e29c5b1e7d
-RMD160 (exiv2-0.9.1.tar.gz) = 95f8dc004e7c70c72a7a40b994bfb80cc47a4ca4
-Size (exiv2-0.9.1.tar.gz) = 1602868 bytes
+SHA1 (exiv2-0.10.tar.gz) = 42abd25071f49b0cd2ee4b0fdfcf3096993b5a26
+RMD160 (exiv2-0.10.tar.gz) = a236db525e592783ad56e975cd45002a0e7b15ba
+Size (exiv2-0.10.tar.gz) = 2053756 bytes



Home | Main Index | Thread Index | Old Index