From 2fb7d9b0e750c613391e1301b23e810c4ff3e0bd Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 9 Jul 2002 13:22:30 +0000 Subject: [PATCH] Import libexif 0.5.3. Submitted by Chris Kuethe . Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. --- graphics/libexif/Makefile | 28 ++++++++++++++++++++++++++++ graphics/libexif/distinfo | 3 +++ graphics/libexif/pkg/DESCR | 6 ++++++ graphics/libexif/pkg/PFRAG.shared | 3 +++ graphics/libexif/pkg/PLIST | 16 ++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 graphics/libexif/Makefile create mode 100644 graphics/libexif/distinfo create mode 100644 graphics/libexif/pkg/DESCR create mode 100644 graphics/libexif/pkg/PFRAG.shared create mode 100644 graphics/libexif/pkg/PLIST diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile new file mode 100644 index 00000000000..acdba5c1e0e --- /dev/null +++ b/graphics/libexif/Makefile @@ -0,0 +1,28 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/07/09 13:22:30 naddy Exp $ + +COMMENT= "extract digital camera info tags from JPEG images" + +DISTNAME= libexif-0.5.3 +CATEGORIES= graphics + +HOMEPAGE= http://sourceforge.net/projects/libexif/ + +MAINTAINER= Chris Kuethe + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} + +MODULES= gettext + +SEPARATE_BUILD= concurrent + +CONFIGURE_STYLE= gnu +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo new file mode 100644 index 00000000000..166cfc49953 --- /dev/null +++ b/graphics/libexif/distinfo @@ -0,0 +1,3 @@ +MD5 (libexif-0.5.3.tar.gz) = 0bfdea545e2690bf8f11871b10229126 +RMD160 (libexif-0.5.3.tar.gz) = a17f09fdae1d3c145f54b06a7f7cfa148f75d05c +SHA1 (libexif-0.5.3.tar.gz) = edf975458ebf1423ecc92be17b7d2871cec89374 diff --git a/graphics/libexif/pkg/DESCR b/graphics/libexif/pkg/DESCR new file mode 100644 index 00000000000..f24a924df23 --- /dev/null +++ b/graphics/libexif/pkg/DESCR @@ -0,0 +1,6 @@ +Most digital cameras produce EXIF files, which are JPEG files +with extra tags that contain information about the image. The +EXIF library allows you to parse an EXIF file and read the +data from those tags. + +WWW: ${HOMEPAGE} diff --git a/graphics/libexif/pkg/PFRAG.shared b/graphics/libexif/pkg/PFRAG.shared new file mode 100644 index 00000000000..d8c6785ba0d --- /dev/null +++ b/graphics/libexif/pkg/PFRAG.shared @@ -0,0 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2002/07/09 13:22:30 naddy Exp $ +lib/libexif.so.6.1 +DYNLIBDIR(%B) diff --git a/graphics/libexif/pkg/PLIST b/graphics/libexif/pkg/PLIST new file mode 100644 index 00000000000..b6fa6750d33 --- /dev/null +++ b/graphics/libexif/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/07/09 13:22:30 naddy Exp $ +include/libexif/exif-byte-order.h +include/libexif/exif-content.h +include/libexif/exif-data.h +include/libexif/exif-entry.h +include/libexif/exif-format.h +include/libexif/exif-note.h +include/libexif/exif-result.h +include/libexif/exif-tag.h +include/libexif/exif-utils.h +lib/libexif.a +lib/libexif.la +lib/pkgconfig/libexif.pc +share/locale/de/LC_MESSAGES/libexif.mo +%%SHARED%% +@dirrm include/libexif