| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/facedetect/ |
Upload File : |
PORTNAME= facedetect
PORTVERSION= 0.1
DISTVERSIONPREFIX= v
PORTREVISION= 7
CATEGORIES= graphics
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Simple face detector for batch processing
WWW= https://www.thregr.org/~wavexx/software/facedetect/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= opencv>0:graphics/opencv
USES= python:3.6+,run shebangfix
USE_GITHUB= yes
GH_ACCOUNT= wavexx
SHEBANG_FILES= facedetect
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/facedetect
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>