diff options
author | pav <pav@FreeBSD.org> | 2005-05-03 03:46:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-03 03:46:50 +0800 |
commit | a60f03a3a83baae09b6973e6035ca5991402b96a (patch) | |
tree | 92f33c52e57a81ad7ed6d66ad4e01368331d952e /graphics | |
parent | a6fd9c540766a44709ff5d1d5027f19ecd3663c4 (diff) | |
download | freebsd-ports-gnome-a60f03a3a83baae09b6973e6035ca5991402b96a.tar.gz freebsd-ports-gnome-a60f03a3a83baae09b6973e6035ca5991402b96a.tar.zst freebsd-ports-gnome-a60f03a3a83baae09b6973e6035ca5991402b96a.zip |
Command line utility to read, write, modify and display EXIF data found
in digital image files written by digital cameras, using libexif.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/exif/Makefile | 24 | ||||
-rw-r--r-- | graphics/exif/distinfo | 2 | ||||
-rw-r--r-- | graphics/exif/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/exif/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 30fdf6e6dcfb..5a291624c4c7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -86,6 +86,7 @@ SUBDIR += evas SUBDIR += evince SUBDIR += evolvotron + SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiv2 diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile new file mode 100644 index 000000000000..dad9367c4f8f --- /dev/null +++ b/graphics/exif/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: exif +# Date created: May 02 2005 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= exif +PORTVERSION= 0.6.9 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libexif + +MAINTAINER= pav@FreeBSD.org +COMMENT= Command line utility to read and manipulate EXIF data + +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ + popt.0:${PORTSDIR}/devel/popt + +USE_LIBTOOL_VER=15 + +MAN1= exif.1 + +.include <bsd.port.mk> diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo new file mode 100644 index 000000000000..5347f7a7265e --- /dev/null +++ b/graphics/exif/distinfo @@ -0,0 +1,2 @@ +MD5 (exif-0.6.9.tar.gz) = 555029098386fa677c461eb249d852d7 +SIZE (exif-0.6.9.tar.gz) = 369598 diff --git a/graphics/exif/pkg-descr b/graphics/exif/pkg-descr new file mode 100644 index 000000000000..ba8d803ad628 --- /dev/null +++ b/graphics/exif/pkg-descr @@ -0,0 +1,4 @@ +Command line utility to read, write, modify and display EXIF data found +in digital image files written by digital cameras, using libexif. + +WWW: http://sourceforge.net/projects/libexif/ diff --git a/graphics/exif/pkg-plist b/graphics/exif/pkg-plist new file mode 100644 index 000000000000..3d2b1fa12f1e --- /dev/null +++ b/graphics/exif/pkg-plist @@ -0,0 +1,4 @@ +bin/exif +share/locale/de/LC_MESSAGES/exif.mo +share/locale/es/LC_MESSAGES/exif.mo +share/locale/fr/LC_MESSAGES/exif.mo |