Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 23:21:54 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377907 - in head/devel: . py-efl
Message-ID:  <201501252321.t0PNLsbX048123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Jan 25 23:21:53 2015
New Revision: 377907
URL: https://svnweb.freebsd.org/changeset/ports/377907
QAT: https://qat.redports.org/buildarchive/r377907/

Log:
  Add devel/py-efl
  
  Python bindings for Enlightenment Foundation Libraries and for Elementary.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 25 22:32:52 2015	(r377906)
+++ head/devel/Makefile	Sun Jan 25 23:21:53 2015	(r377907)
@@ -3746,6 +3746,7 @@
     SUBDIR += py-doit
     SUBDIR += py-durus
     SUBDIR += py-dynrules
+    SUBDIR += py-efl
     SUBDIR += py-eggtestinfo
     SUBDIR += py-enum34
     SUBDIR += py-epsilon

Added: head/devel/py-efl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efl/Makefile	Sun Jan 25 23:21:53 2015	(r377907)
@@ -0,0 +1,34 @@
+# Created by: Grzegorz Blach <gblach@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	efl
+PORTVERSION=	1.12.0
+CATEGORIES=	devel python enlightenment
+MASTER_SITES=	http://download.enlightenment.org/rel/bindings/python/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	python-efl-${PORTVERSION}
+
+MAINTAINER=	gblach@FreeBSD.org
+COMMENT=	Python bindings for EFL and Elementary
+
+LICENSE=	GPLv3 LGPL3
+LICENSE_COMB=	multi
+
+LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel/efl \
+		libelementary.so:${PORTSDIR}/x11-toolkits/elementary
+
+DIST_SUBDIR=	enlightenment
+USES=		pkgconfig python tar:bz2
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 300
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:${PORTSDIR}/devel/py-dbus
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:${PORTSDIR}/devel/py-dbus
+.else
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:${PORTSDIR}/devel/py3-dbus
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:${PORTSDIR}/devel/py3-dbus
+.endif
+
+.include <bsd.port.post.mk>

Added: head/devel/py-efl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efl/distinfo	Sun Jan 25 23:21:53 2015	(r377907)
@@ -0,0 +1,2 @@
+SHA256 (enlightenment/python-efl-1.12.0.tar.bz2) = 4f5ed74734a6a1b0589598234f3926b93fbf7dd92d06011f44fca398cdfcf1b6
+SIZE (enlightenment/python-efl-1.12.0.tar.bz2) = 10240276

Added: head/devel/py-efl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-efl/pkg-descr	Sun Jan 25 23:21:53 2015	(r377907)
@@ -0,0 +1,3 @@
+Python bindings for Enlightenment Foundation Libraries and for Elementary.
+
+WWW: https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/build/sphinx/html/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501252321.t0PNLsbX048123>