summaryrefslogtreecommitdiff
path: root/graphics/exif
diff options
context:
space:
mode:
authoritojun <itojun>2003-10-01 05:57:05 +0000
committeritojun <itojun>2003-10-01 05:57:05 +0000
commit388de581779658368b9f763bbe4eccf0f605f5bd (patch)
treec133aa03d6ef2659a10030f7f578fa8ca0582d72 /graphics/exif
parentef75184017a1f3569047450baf6e81e220ad24a6 (diff)
downloadpkgsrc-388de581779658368b9f763bbe4eccf0f605f5bd.tar.gz
exif-0.6, extract exif info from digital camera file
Diffstat (limited to 'graphics/exif')
-rw-r--r--graphics/exif/DESCR2
-rw-r--r--graphics/exif/Makefile21
-rw-r--r--graphics/exif/PLIST6
-rw-r--r--graphics/exif/distinfo5
-rw-r--r--graphics/exif/patches/patch-aa13
5 files changed, 47 insertions, 0 deletions
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"