mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Add libexif 0.5.0, which allows digital camera metadata to be read.
PR: 36269 Submitted by: Peter W. Schmiedeskamp <pschmied@qwest.net>
This commit is contained in:
parent
dc384f07a6
commit
c764e4e0c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56970
6 changed files with 44 additions and 0 deletions
|
@ -155,6 +155,7 @@
|
|||
SUBDIR += libdv
|
||||
SUBDIR += libdvdcss
|
||||
SUBDIR += libdvdread
|
||||
SUBDIR += libexif
|
||||
SUBDIR += libfame
|
||||
SUBDIR += libflash
|
||||
SUBDIR += libfpx
|
||||
|
|
21
graphics/libexif/Makefile
Normal file
21
graphics/libexif/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: libexif
|
||||
# Date created: Tue Feb 26 19:02:44 MST 2002
|
||||
# Whom: Peter Schmiedeskamp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libexif
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION=
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=libexif
|
||||
|
||||
MAINTAINER= pschmied@qwest.net
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= # Intentionally blank
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/libexif/distinfo
Normal file
1
graphics/libexif/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libexif-0.5.0.tar.gz) = 76dd5547de0f0e707d5049fe751c4679
|
1
graphics/libexif/pkg-comment
Normal file
1
graphics/libexif/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Library to read digital camera file meta-data
|
7
graphics/libexif/pkg-descr
Normal file
7
graphics/libexif/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
This library allows metadata that is written to files on a digital camera to be
|
||||
read. This library will be required for the gphoto2 port.
|
||||
|
||||
WWW: http://sourceforge.net/projects/libexif/
|
||||
|
||||
- Peter Schmiedeskamp
|
||||
pschmied@qwest.net
|
13
graphics/libexif/pkg-plist
Normal file
13
graphics/libexif/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
lib/libexif.so.5
|
||||
lib/libexif.so
|
||||
lib/libexif.la
|
||||
lib/libexif.a
|
||||
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-result.h
|
||||
include/libexif/exif-tag.h
|
||||
include/libexif/exif-utils.h
|
||||
@dirrm include/libexif
|
Loading…
Add table
Reference in a new issue