From 388de581779658368b9f763bbe4eccf0f605f5bd Mon Sep 17 00:00:00 2001 From: itojun Date: Wed, 1 Oct 2003 05:57:05 +0000 Subject: exif-0.6, extract exif info from digital camera file --- graphics/exif/DESCR | 2 ++ graphics/exif/Makefile | 21 +++++++++++++++++++++ graphics/exif/PLIST | 6 ++++++ graphics/exif/distinfo | 5 +++++ graphics/exif/patches/patch-aa | 13 +++++++++++++ 5 files changed, 47 insertions(+) create mode 100644 graphics/exif/DESCR create mode 100644 graphics/exif/Makefile create mode 100644 graphics/exif/PLIST create mode 100644 graphics/exif/distinfo create mode 100644 graphics/exif/patches/patch-aa (limited to 'graphics/exif') diff --git a/graphics/exif/DESCR b/graphics/exif/DESCR new file mode 100644 index 00000000000..23cc7f18bee --- /dev/null +++ b/graphics/exif/DESCR @@ -0,0 +1,2 @@ +'exif' is a small command-line utility to show EXIF information hidden +in JPEG files. I wrote it to demonstrate the power of libexif. diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile new file mode 100644 index 00000000000..edbe83e690a --- /dev/null +++ b/graphics/exif/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +# + +DISTNAME= exif-0.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://libexif.sourceforge.net/ +COMMENT= Grab Exif information from digital camera images + +DEPENDS+= popt>=1.7:../../devel/popt + +HAS_CONFIGURE= YES + +CONFIGURE_ARGS+=--with-popt-prefix=${PREFIX} --prefix=${PREFIX} + +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../graphics/libexif/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST new file mode 100644 index 00000000000..74ba52198d2 --- /dev/null +++ b/graphics/exif/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ +bin/exif +man/man1/exif.1 +share/locale/de/LC_MESSAGES/exif.mo +share/locale/es/LC_MESSAGES/exif.mo +share/locale/fr/LC_MESSAGES/exif.mo diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo new file mode 100644 index 00000000000..d12bd2a932e --- /dev/null +++ b/graphics/exif/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ + +SHA1 (exif-0.6.tar.gz) = bd5cc9d0b861597e65618dcab3ea72fdfe1be68f +Size (exif-0.6.tar.gz) = 339385 bytes +SHA1 (patch-aa) = fe7a707c66c196bab86cbeb4e2961f063b15cffd diff --git a/graphics/exif/patches/patch-aa b/graphics/exif/patches/patch-aa new file mode 100644 index 00000000000..be5cb123b51 --- /dev/null +++ b/graphics/exif/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $ + +--- configure- 2003-10-01 01:09:30.000000000 +0900 ++++ configure 2003-10-01 01:09:54.000000000 +0900 +@@ -11299,7 +11299,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lpopt $LIBS" ++LIBS="-lpopt -lintl $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" -- cgit v1.2.3