aboutsummaryrefslogtreecommitdiff
path: root/graphics/php-facedetect
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-041-3/+2
| | | | | | | | | | | | | | | | - Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry Notes: svn path=/head/; revision=335601
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Fix build with PHP 5.4Martin Matuska2012-06-032-7/+9
| | | | | | | Fix LIB_DEPENDS Notes: svn path=/head/; revision=298061
* Mark IGNORE with php 5.4 and set 5.3 as default.Alex Dupre2012-05-201-0/+2
| | | | | | | | Reported by: pav Pointyhat to: me Notes: svn path=/head/; revision=297003
* Update to 1.1 (git)Martin Matuska2011-10-184-48/+8
| | | | Notes: svn path=/head/; revision=283816
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Update OpenCV to 2.3.0-rcMartin Matuska2011-06-293-5/+43
| | | | Notes: svn path=/head/; revision=276657
* - Add LICENSE knob(s)Martin Matuska2011-03-231-0/+2
| | | | Notes: svn path=/head/; revision=271527
* - Fix build on 6.X amd64 after the opencv upgrade.Alberto Villa2010-08-271-1/+7
| | | | | | | Approved by: mm (maintainer), tabthorpe (maintainer, implicit) Notes: svn path=/head/; revision=260085
* Spelling and whitespace fixes.Jimmy Olgeni2010-08-051-1/+1
| | | | Notes: svn path=/head/; revision=258804
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* This extension provides a PHP implementation of the OpenCV library.Martin Matuska2010-03-263-0/+43
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/ Notes: svn path=/head/; revision=251536