svn commit: r525700 - in head/graphics: . py-face_recognition

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 10 10:42:28 UTC 2020


Author: ehaupt
Date: Mon Feb 10 10:42:27 2020
New Revision: 525700
URL: https://svnweb.freebsd.org/changeset/ports/525700

Log:
  Add py-face_recognition 1.2.2, recognize faces from Python or from the
  command line.

Added:
  head/graphics/py-face_recognition/
  head/graphics/py-face_recognition/Makefile   (contents, props changed)
  head/graphics/py-face_recognition/distinfo   (contents, props changed)
  head/graphics/py-face_recognition/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Mon Feb 10 10:42:01 2020	(r525699)
+++ head/graphics/Makefile	Mon Feb 10 10:42:27 2020	(r525700)
@@ -794,6 +794,7 @@
     SUBDIR += py-djvulibre
     SUBDIR += py-editobj
     SUBDIR += py-exifread
+    SUBDIR += py-face_recognition
     SUBDIR += py-face_recognition_models
     SUBDIR += py-fiona
     SUBDIR += py-freeimagepy

Added: head/graphics/py-face_recognition/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-face_recognition/Makefile	Mon Feb 10 10:42:27 2020	(r525700)
@@ -0,0 +1,25 @@
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	face_recognition
+PORTVERSION=	1.2.2
+CATEGORIES=	graphics python devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at FreeBSD.org
+COMMENT=	Recognize faces from Python or from the command line
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}face_recognition_models>0:graphics/py-face_recognition_models@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dlib>=19.7:science/py-dlib@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/graphics/py-face_recognition/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-face_recognition/distinfo	Mon Feb 10 10:42:27 2020	(r525700)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581268184
+SHA256 (face_recognition-1.2.2.tar.gz) = f70d92c8582113fed669832cd8036819b66eebf4a535b1b43b1c0cede0072fb7
+SIZE (face_recognition-1.2.2.tar.gz) = 3179622

Added: head/graphics/py-face_recognition/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-face_recognition/pkg-descr	Mon Feb 10 10:42:27 2020	(r525700)
@@ -0,0 +1,3 @@
+The world's simplest facial recognition API for Python and the command line.
+
+WWW: https://pypi.org/project/face_recognition/


More information about the svn-ports-all mailing list