svn commit: r420077 - in head/multimedia: . py-cec
Kevin Lo
kevlo at FreeBSD.org
Thu Aug 11 15:13:35 UTC 2016
Author: kevlo
Date: Thu Aug 11 15:13:34 2016
New Revision: 420077
URL: https://svnweb.freebsd.org/changeset/ports/420077
Log:
Import py-cec 0.2.5
Python-cec allows you to control your TV, reciever and other CEC-compliant
HDMI devices from a python script on a computer.
Added:
head/multimedia/py-cec/
head/multimedia/py-cec/Makefile (contents, props changed)
head/multimedia/py-cec/distinfo (contents, props changed)
head/multimedia/py-cec/pkg-descr (contents, props changed)
Modified:
head/multimedia/Makefile
Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile Thu Aug 11 14:51:44 2016 (r420076)
+++ head/multimedia/Makefile Thu Aug 11 15:13:34 2016 (r420077)
@@ -310,6 +310,7 @@
SUBDIR += ptx-kmod
SUBDIR += pwcbsd
SUBDIR += pwcview
+ SUBDIR += py-cec
SUBDIR += py-enzyme
SUBDIR += py-ffmpeg
SUBDIR += py-gstreamer
Added: head/multimedia/py-cec/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/py-cec/Makefile Thu Aug 11 15:13:34 2016 (r420077)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= cec
+PORTVERSION= 0.2.5
+CATEGORIES= multimedia python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= kevlo at FreeBSD.org
+COMMENT= Python bindings for libcec
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= libcec.so:multimedia/libcec
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+CPPFLAGS+= -I${LOCALBASE}/include
+
+.include <bsd.port.mk>
Added: head/multimedia/py-cec/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/py-cec/distinfo Thu Aug 11 15:13:34 2016 (r420077)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1470924935
+SHA256 (cec-0.2.5.tar.gz) = 7de65012e54943013dbb193383a1904a9ade08f90eaa5c78c1ea5b23e8252162
+SIZE (cec-0.2.5.tar.gz) = 8513
Added: head/multimedia/py-cec/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/py-cec/pkg-descr Thu Aug 11 15:13:34 2016 (r420077)
@@ -0,0 +1,4 @@
+Python-cec allows you to control your TV, reciever and other CEC-compliant
+HDMI devices from a python script on a computer.
+
+WWW: https://github.com/trainman419/python-cec
More information about the svn-ports-head
mailing list