Import libexif 0.5.3.

Submitted by Chris Kuethe <ckuethe@ualberta.ca>.

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.
This commit is contained in:
naddy 2002-07-09 13:22:30 +00:00
parent c00430a87e
commit 2fb7d9b0e7
5 changed files with 56 additions and 0 deletions

28
graphics/libexif/Makefile Normal file
View File

@ -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 <ckuethe@ualberta.ca>
# 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 <bsd.port.mk>

View File

@ -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

View File

@ -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}

View File

@ -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)

View File

@ -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