pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/php4-exif import php4-exif from pkgsrc-wip; p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c9da942a2e5
branches: trunk
changeset: 460605:7c9da942a2e5
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Mon Sep 01 16:57:30 2003 +0000
description:
import php4-exif from pkgsrc-wip; package done by Quentin Garnier of
pkgsrc-wip team
diffstat:
graphics/php4-exif/DESCR | 4 ++++
graphics/php4-exif/Makefile | 14 ++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r a9b67c0f8139 -r 7c9da942a2e5 graphics/php4-exif/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/php4-exif/DESCR Mon Sep 01 16:57:30 2003 +0000
@@ -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 -r a9b67c0f8139 -r 7c9da942a2e5 graphics/php4-exif/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/php4-exif/Makefile Mon Sep 01 16:57:30 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index