From 5fd2bc8c26c22c6e74b2012ce8e8e45750c4edcc Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 1 Sep 2003 16:57:30 +0000 Subject: import php4-exif from pkgsrc-wip; package done by Quentin Garnier of pkgsrc-wip team --- graphics/php4-exif/DESCR | 4 ++++ graphics/php4-exif/Makefile | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 graphics/php4-exif/DESCR create mode 100644 graphics/php4-exif/Makefile (limited to 'graphics') 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" -- cgit v1.2.3