From bde500a3f7cf00b9c196f3393e21c440b318b03f Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 5 Jul 2010 11:34:49 +0000 Subject: webkit-gtk2 shlib changed its name. Chase all users. also update some depend lines to include a version because there is now a webkitgtk-1.0 and webkitgtk-3.0. So webkitgtk matches both. While here reset epiphany back to the 2.30 version. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059 --- www/py-jswebkit/Makefile | 31 +++++++++++++++++++++++++++++++ www/py-jswebkit/distinfo | 3 +++ www/py-jswebkit/pkg-descr | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 www/py-jswebkit/Makefile create mode 100644 www/py-jswebkit/distinfo create mode 100644 www/py-jswebkit/pkg-descr (limited to 'www/py-jswebkit') diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile new file mode 100644 index 000000000..6a3bb3f49 --- /dev/null +++ b/www/py-jswebkit/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: py-jswebkit +# Date created: 07 Mar 2010 +# Whom: Ju Pengfei +# +# $FreeBSD: ports/www/py-jswebkit/Makefile,v 1.2 2010/05/07 07:50:26 wen Exp $ +# + +PORTNAME= jswebkit +PORTVERSION= 0.0.2 +PORTREVISION= 1 +CATEGORIES= www python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= jupengfei@gmail.com +COMMENT= WebKit/JavaScriptCore Python bindings + +BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython +LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/jswebkit.so + +PROJECTHOST= gwrite + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= python_jswebkit + +.include diff --git a/www/py-jswebkit/distinfo b/www/py-jswebkit/distinfo new file mode 100644 index 000000000..baca9b0cd --- /dev/null +++ b/www/py-jswebkit/distinfo @@ -0,0 +1,3 @@ +MD5 (python-jswebkit-0.0.2.tar.gz) = dbae60853a9f9edd340f23edf2a5dc0c +SHA256 (python-jswebkit-0.0.2.tar.gz) = d673a0ab1b339d0b20ec3d2c6fad96a1961ebeda8f177a25ccfedc362289d5bc +SIZE (python-jswebkit-0.0.2.tar.gz) = 55707 diff --git a/www/py-jswebkit/pkg-descr b/www/py-jswebkit/pkg-descr new file mode 100644 index 000000000..6a3593fbb --- /dev/null +++ b/www/py-jswebkit/pkg-descr @@ -0,0 +1,5 @@ +python-jswebkit is an cython wrapper for JSContextRef +in pywebkitgtk, which makes it able to call JavaScript +functions with WebKit/JavaScriptCore. + +WWW: http://code.google.com/p/gwrite -- cgit v1.2.3