svn commit: r356305 - in head/comms: . py-libconcord

Martin Wilke miwi at FreeBSD.org
Tue Jun 3 08:18:57 UTC 2014


Author: miwi
Date: Tue Jun  3 08:18:56 2014
New Revision: 356305
URL: http://svnweb.freebsd.org/changeset/ports/356305
QAT: https://qat.redports.org/buildarchive/r356305/

Log:
  The concordance software suite allows you to program your Logitech Harmony
  remote using a configuration object retreived from the harmony website. The
  Logitech Harmony is a highly configuration universal remote than can control
  most multimedia devices.
  
  This port contains the Python bindings for the concordance framework.
  
  PR:		ports/190547
  Submitted by:	Stephen Hurd <shurd at sasktel.net>

Added:
  head/comms/py-libconcord/
  head/comms/py-libconcord/Makefile   (contents, props changed)
  head/comms/py-libconcord/distinfo   (contents, props changed)
  head/comms/py-libconcord/pkg-descr   (contents, props changed)
  head/comms/py-libconcord/pkg-plist   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Tue Jun  3 08:17:39 2014	(r356304)
+++ head/comms/Makefile	Tue Jun  3 08:18:56 2014	(r356305)
@@ -120,6 +120,7 @@
     SUBDIR += pr
     SUBDIR += predict
     SUBDIR += py-bulksms
+    SUBDIR += py-libconcord
     SUBDIR += py-libimobiledevice
     SUBDIR += py-lirc
     SUBDIR += py-serial

Added: head/comms/py-libconcord/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/py-libconcord/Makefile	Tue Jun  3 08:18:56 2014	(r356305)
@@ -0,0 +1,24 @@
+# Created by: Stephen Hurd <shurd at sasktel.net>
+# $FreeBSD$
+
+PORTNAME=	libconcord
+PORTVERSION=	1.1
+CATEGORIES=	comms
+MASTER_SITES=	SF/concordance/concordance/${PORTVERSION}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	concordance-${PORTVERSION}
+
+MAINTAINER=	shurd at sasktel.net
+COMMENT=	Python bindings for Logitech Harmony library
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libconcord.so:${PORTSDIR}/comms/libconcord
+
+USE_LDCONFIG=	yes
+USES=		tar:bzip2
+WRKSRC_SUBDIR=	libconcord/bindings/python
+USE_PYTHON=	2.7+
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>

Added: head/comms/py-libconcord/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/py-libconcord/distinfo	Tue Jun  3 08:18:56 2014	(r356305)
@@ -0,0 +1,2 @@
+SHA256 (concordance-1.1.tar.bz2) = ca5ffbd8c0fd06d41192c1d5e3c8b964c2393ea6d3d9c5e495c1da4b2c778a05
+SIZE (concordance-1.1.tar.bz2) = 1142393

Added: head/comms/py-libconcord/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/py-libconcord/pkg-descr	Tue Jun  3 08:18:56 2014	(r356305)
@@ -0,0 +1,6 @@
+The concordance software suite allows you to program your Logitech Harmony
+remote using a configuration object retreived from the harmony website. The
+Logitech Harmony is a highly configuration universal remote than can control
+most multimedia devices.
+
+This port contains the Python bindings for the concordance framework.

Added: head/comms/py-libconcord/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/py-libconcord/pkg-plist	Tue Jun  3 08:18:56 2014	(r356305)
@@ -0,0 +1,3 @@
+%%PYTHON_SITELIBDIR%%/libconcord.py
+%%PYTHON_SITELIBDIR%%/libconcord.pyc
+%%PYTHON_SITELIBDIR%%/libconcord.pyo


More information about the svn-ports-head mailing list