2008-11-09 18:10:58 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
2004-01-30 20:12:19 +00:00
|
|
|
|
2017-10-14 11:45:05 -07:00
|
|
|
PortSystem 1.0
|
2018-02-23 09:19:24 -08:00
|
|
|
PortGroup github 1.0
|
2007-09-18 17:22:16 +00:00
|
|
|
|
2026-04-15 14:42:29 -04:00
|
|
|
github.setup libexif libexif 0.6.26 v
|
|
|
|
|
github.tarball_from releases
|
2021-09-23 05:47:47 -05:00
|
|
|
epoch 1
|
2022-01-03 17:44:10 -08:00
|
|
|
revision 0
|
2026-04-15 14:42:29 -04:00
|
|
|
|
2017-10-14 11:45:05 -07:00
|
|
|
categories graphics
|
|
|
|
|
license LGPL-2+
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
description EXIF parsing library
|
2007-09-18 17:22:16 +00:00
|
|
|
|
2017-10-14 11:45:05 -07:00
|
|
|
long_description 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.
|
2007-07-18 06:35:44 +00:00
|
|
|
|
2026-04-15 14:42:29 -04:00
|
|
|
checksums rmd160 0f6a1635b7fd2dd797bd4c84737407dbe621292f \
|
|
|
|
|
sha256 4a055ed6575e61ca46c3172be3c753cc16c9becd0f99ec71d58dd0e471476c0c \
|
|
|
|
|
size 1335488
|
2007-09-18 17:22:16 +00:00
|
|
|
|
2026-04-15 14:42:29 -04:00
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
2017-10-14 11:45:05 -07:00
|
|
|
depends_lib port:gettext \
|
|
|
|
|
port:libiconv
|
2007-09-18 17:22:16 +00:00
|
|
|
|
2026-04-15 14:42:29 -04:00
|
|
|
use_xz yes
|
2018-02-23 09:19:24 -08:00
|
|
|
|
2017-10-14 11:45:05 -07:00
|
|
|
configure.args --with-doc-dir=${prefix}/share/doc/${name}-${version} \
|
2026-04-15 14:42:29 -04:00
|
|
|
--disable-docs \
|
|
|
|
|
--disable-silent-rules
|
2007-09-18 17:42:03 +00:00
|
|
|
|
2017-10-14 11:45:05 -07:00
|
|
|
test.run yes
|
|
|
|
|
test.target check
|
2007-03-13 14:00:18 +00:00
|
|
|
|
2007-09-18 17:42:03 +00:00
|
|
|
variant doc description {Install extra documentation} {
|
2022-06-12 09:08:08 -04:00
|
|
|
depends_build-append path:bin/doxygen:doxygen \
|
2013-03-06 22:45:40 +00:00
|
|
|
path:bin/dot:graphviz
|
2007-09-18 17:42:03 +00:00
|
|
|
configure.args-delete --disable-docs
|
2007-03-13 14:00:18 +00:00
|
|
|
}
|