diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-06 16:01:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-06 16:01:49 +0000 |
commit | aca4cdc83b4868b6dc4f64c895423927537feb53 (patch) | |
tree | d20a4c18e91e9264d32adee9a0dbd0c91c19719a /graphics | |
parent | 80b69054dbd412728d6a9b71cfa5062201e0099f (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exiv2/Makefile | 6 | ||||
-rw-r--r-- | graphics/exiv2/distinfo | 4 | ||||
-rw-r--r-- | graphics/exiv2/pkg-plist | 24 |
3 files changed, 28 insertions, 6 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 8df48cd62b62..e7c896007775 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= exiv2 -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= graphics MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/ @@ -17,13 +17,11 @@ COMMENT= Exif and Iptc metadata manipulation library and tools BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen .endif -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GMAKE= yes INSTALLS_SHLIB= yes PORTDOCS= * -PLIST_FILES= bin/exiv2 \ - lib/libexiv2.so .if defined(PORTDOCS) ALLTARGET= all doc diff --git a/graphics/exiv2/distinfo b/graphics/exiv2/distinfo index a23cf8a9f64b..9b2f86cef430 100644 --- a/graphics/exiv2/distinfo +++ b/graphics/exiv2/distinfo @@ -1,2 +1,2 @@ -MD5 (exiv2-0.6.1.tar.gz) = 34b702a84c3448832c07bb0c02e829bc -SIZE (exiv2-0.6.1.tar.gz) = 749879 +MD5 (exiv2-0.6.2.tar.gz) = 2f41777091b2145c4799c3bed55519e3 +SIZE (exiv2-0.6.2.tar.gz) = 975615 diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist new file mode 100644 index 000000000000..55fabe566460 --- /dev/null +++ b/graphics/exiv2/pkg-plist @@ -0,0 +1,24 @@ +bin/exiv2 +include/exiv2/canonmn.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/ifd.hpp +include/exiv2/image.hpp +include/exiv2/iptc.hpp +include/exiv2/makernote.hpp +include/exiv2/metadatum.hpp +include/exiv2/nikonmn.hpp +include/exiv2/rcsid.hpp +include/exiv2/sigmamn.hpp +include/exiv2/tags.hpp +include/exiv2/types.hpp +include/exiv2/value.hpp +lib/libexiv2-0.6.2.so +lib/libexiv2.a +lib/libexiv2.la +lib/libexiv2.so +@dirrm include/exiv2 |