Commit graph

9 commits

Author SHA1 Message Date
Martin Matuska
da2d7bd827 Fix build with PHP 5.4
Fix LIB_DEPENDS
2012-06-03 09:14:18 +00:00
Alex Dupre
77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00
Martin Matuska
af8d9f4248 Update to 1.1 (git) 2011-10-18 14:06:07 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Martin Matuska
e3a244403e - Add LICENSE knob(s) 2011-03-23 15:53:22 +00:00
Alberto Villa
c9c05b2894 - Fix build on 6.X amd64 after the opencv upgrade.
Approved by:	mm (maintainer), tabthorpe (maintainer, implicit)
2010-08-27 18:35:50 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Matuska
cad5b87dbc This extension provides a PHP implementation of the OpenCV library.
The extension offers two new functions. In princible, they differ only by
their return value. The first returns only the number of faces found on the
given image and the other an associative array of their coordinates.

WWW:    http://www.xarg.org/project/php-facedetect/
2010-03-26 14:06:05 +00:00