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:
parent
c00430a87e
commit
2fb7d9b0e7
28
graphics/libexif/Makefile
Normal file
28
graphics/libexif/Makefile
Normal 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>
|
3
graphics/libexif/distinfo
Normal file
3
graphics/libexif/distinfo
Normal 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
|
6
graphics/libexif/pkg/DESCR
Normal file
6
graphics/libexif/pkg/DESCR
Normal 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}
|
3
graphics/libexif/pkg/PFRAG.shared
Normal file
3
graphics/libexif/pkg/PFRAG.shared
Normal 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)
|
16
graphics/libexif/pkg/PLIST
Normal file
16
graphics/libexif/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user