Index: head/multimedia/py-cec/Makefile =================================================================== --- head/multimedia/py-cec/Makefile (revision 523661) +++ head/multimedia/py-cec/Makefile (revision 523662) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= cec PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python bindings for libcec -DEPRECATED= Unmaintained, uses EOLed python27 -EXPIRATION_DATE= 2020-01-27 - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcec.so:multimedia/libcec -USES= compiler:c++11-lang localbase python:2.7 -USE_PYTHON= distutils autoplist +USES= compiler:c++11-lang localbase python +USE_PYTHON= autoplist concurrent distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cec.so .include Index: head/multimedia/py-cec/pkg-descr =================================================================== --- head/multimedia/py-cec/pkg-descr (revision 523661) +++ head/multimedia/py-cec/pkg-descr (revision 523662) @@ -1,4 +1,6 @@ -Python-cec allows you to control your TV, reciever and other CEC-compliant -HDMI devices from a python script on a computer. +python-cec allows you to control your TV, reciever and other CEC-compliant HDMI +devices from a python script on a computer. Most computer graphics cards don't +support CEC; you'll need a Pulse-Eight USB-CEC adapter or a Raspberry Pi +(Untested). WWW: https://github.com/trainman419/python-cec