Port details |
- php-facedetect Face detection extension for PHP using OpenCV library
- 1.1_11 graphics
=0 Version of this port present on the latest quarterly branch. - Maintainer: mm@FreeBSD.org
 - Port Added: 2010-03-26 14:06:35
- Last Update: 2022-07-20 14:22:04
- Commit Hash: 022e658
- License: PHP30
- Description:
- This extension provides a PHP implementation of the OpenCV library.
The extension offers two new functions. In principle, 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: https://www.xarg.org/project/php-facedetect/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php80-facedetect>0:graphics/php-facedetect
- To install the port:
- cd /usr/ports/graphics/php-facedetect/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/php-facedetect
- pkg install php80-facedetect
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php80-facedetect
- Package flavors (<flavor>: <package>)
- php80: php80-facedetect
- php74: php74-facedetect
- distinfo:
- TIMESTAMP = 1603627339
SHA256 (infusion-PHP-Facedetect-1.1-2a8974b_GH0.tar.gz) = 344e928acb6c6b3228832d5333456ab99454b313bd49034d2abc9e9cc55893ea
SIZE (infusion-PHP-Facedetect-1.1-2a8974b_GH0.tar.gz) = 4895
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php80
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php80
- Library dependencies:
-
- libopencv_objdetect.so : graphics/opencv
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- graphics_php-facedetect
- USES:
- compiler:c11 localbase php:ext pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:04 1.1_11 |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
13 Jun 2022 00:08:05 1.1_11 |
Muhammad Moinur Rahman (bofh)  |
*/*: Ignore with php82 |
10 Jan 2022 18:23:24 1.1_11 |
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
- Mark some additional ports to IGNORE with the upcoming php DEFAULT
php80 [1]
PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
06 Apr 2021 14:31:07 1.1_11 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Jan 2021 18:08:57
1.1_11 |
tcberner  |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
14 Nov 2020 01:37:40
1.1_10 |
pkubaj  |
graphics/php-facedetect: fix build on GCC architectures
/wrkdirs/usr/ports/graphics/php-facedetect/work-php72/PHP-Facedetect-2a8974b/facedetect.cc:203:
error: reference to 'uint32_t' is ambiguous
/usr/include/sys/_stdint.h:66: error: candidates are: typedef __uint32_t
uint32_t
/usr/local/include/opencv2/core/cvdef.h:492: error: typedef
uint32_t cv::uint32_t |
27 Oct 2020 11:09:28
1.1_10 |
mm  |
graphics/php-facedetect: add pkgconfig to USES |
25 Oct 2020 12:07:16
1.1_9 |
mm  |
Update graphics/php-facedetect to git commit 2a8974b
- fixes for PHP 8
- support for OpenCV 4.5 |
25 Oct 2020 08:26:15
1.1_8 |
mm  |
graphics/php-facedetect: unbreak build with PHP 8 |
14 Jun 2018 09:34:32
1.1_7 |
amdmi3  |
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket |
09 May 2018 01:44:50
1.1_7 |
swills  |
Bump PORTREVISION on opencv consumers due to opencv update |
09 May 2018 01:10:12
1.1_6 |
swills  |
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine |
08 Mar 2018 19:48:41
1.1_6 |
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
14 Apr 2017 05:30:25
1.1_6 |
jbeich  |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first) |
11 Feb 2017 21:58:36
1.1_5 |
bapt  |
Remove USE_GCC it works perfectly with clang |
20 Nov 2016 09:38:09
1.1_5 |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
03 Oct 2016 17:47:08
1.1_4 |
jbeich  |
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc |
03 Aug 2016 12:47:05
1.1_3 |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
28 Jun 2016 14:00:45
1.1_2 |
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
23 May 2016 18:36:52
1.1_2 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
19 May 2016 10:44:12
1.1_2 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.1_2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
18 May 2015 17:07:46
1.1_2 |
mat  |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
16 Jun 2014 10:11:19
1.1_2 |
vanilla  |
Stagify.
Approved by: portmgr@ |
11 Jun 2014 14:50:00
1.1_2 |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
01 Mar 2014 21:23:14
1.1_2 |
gerald  |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
03 Jan 2014 01:13:00
1.1_2 |
bapt  |
Part 2 at removing now useless FETCH_ARGS redifition |
04 Dec 2013 02:51:00
1.1_2 |
jhale  |
- Update graphics/*opencv* to 2.4.7
- 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 |
20 Sep 2013 18:35:46
1.1_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
03 Jun 2012 09:14:18
1.1_1 |
mm  |
Fix build with PHP 5.4
Fix LIB_DEPENDS |
18 Oct 2011 14:06:07
1.1 |
mm  |
Update to 1.1 (git) |
23 Sep 2011 22:26:39
1.0.1_2 |
amdmi3  |
- 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 |
03 Jul 2011 14:12:23
1.0.1_2 |
ohauer  |
-remove MD5 |
29 Jun 2011 11:46:01
1.0.1_2 |
mm  |
Update OpenCV to 2.3.0-rc |
23 Mar 2011 15:53:22
1.0.1_1 |
mm  |
- Add LICENSE knob(s) |
27 Aug 2010 18:35:51
1.0.1_1 |
avilla  |
- Fix build on 6.X amd64 after the opencv upgrade.
Approved by: mm (maintainer), tabthorpe (maintainer, implicit) |
05 Aug 2010 10:32:04
1.0.1_1 |
olgeni  |
Spelling and whitespace fixes. |
28 Mar 2010 06:47:48
1.0.1_1 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
26 Mar 2010 14:06:06
1.0.1 |
mm  |
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/ |