summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-09-01 16:57:30 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-09-01 16:57:30 +0000
commit5fd2bc8c26c22c6e74b2012ce8e8e45750c4edcc (patch)
treea1ab328d8c215b2f66c48346db24c80ee8c0cdee /graphics
parent9ded9e4ce901b67229df6ed6a581301b3e6d5bc0 (diff)
downloadpkgsrc-5fd2bc8c26c22c6e74b2012ce8e8e45750c4edcc.tar.gz
import php4-exif from pkgsrc-wip; package done by Quentin Garnier of
pkgsrc-wip team
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php4-exif/DESCR4
-rw-r--r--graphics/php4-exif/Makefile14
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/php4-exif/DESCR b/graphics/php4-exif/DESCR
new file mode 100644
index 00000000000..8a4a40a5103
--- /dev/null
+++ b/graphics/php4-exif/DESCR
@@ -0,0 +1,4 @@
+HP is a programming language designed to be embedded into web pages.
+This extension allows one to extract information from files with a EXIF
+header within a PHP script. Usually, digital camera will produce JPEG
+or other image files with an EXIF header.
diff --git a/graphics/php4-exif/Makefile b/graphics/php4-exif/Makefile
new file mode 100644
index 00000000000..09efe4866d9
--- /dev/null
+++ b/graphics/php4-exif/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 16:57:30 jdolecek Exp $
+
+MODNAME= exif
+CATEGORIES+= graphics
+PKGREVISION= # empty
+COMMENT= PHP4 extension to extract information from EXIF headers
+
+USE_BUILDLINK2= YES
+
+.include "../../www/php4/Makefile.module"
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared
+
+.include "../../mk/bsd.pkg.mk"