head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.25.00;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2012.05.13.19.05.57;	author rm;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.21.17.40.04;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.21.16.48.43;	author tabthorpe;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.23.18.39.16;	author kwm;	state Exp;
branches;
next	1.6;

1.6
date	2010.10.21.00.55.59;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2010.10.20.09.36.59;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2010.10.20.07.40.39;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.18.20.09.12;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.07.07.50.26;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.26.06.44.49;	author wen;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-jswebkit
# Date created:				07 Mar 2010
# Whom:					Ju Pengfei <jupengfei@@gmail.com>
#
# $FreeBSD: head/www/py-jswebkit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=		jswebkit
PORTVERSION=		0.0.3
PORTREVISION=	2
CATEGORIES=		www python
MASTER_SITES=		GOOGLE_CODE
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
DISTNAME=		python-${PORTNAME}-${PORTVERSION}

MAINTAINER=		ports@@FreeBSD.org
COMMENT=		WebKit/JavaScriptCore Python bindings

BUILD_DEPENDS=		cython:${PORTSDIR}/lang/cython
LIB_DEPENDS=		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS:=		${BUILD_DEPENDS}

PLIST_FILES=		%%PYTHON_SITELIBDIR%%/jswebkit.so

PROJECTHOST=		gwrite

WRKSRC=			${WRKDIR}/${DISTNAME}
USE_PYTHON=		-2.7
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	python_jswebkit

.include <bsd.port.mk>
@


1.11
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- strict python version to 2.x only
@
text
@d10 1
a10 1
PORTREVISION=		1
@


1.9
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d28 1
a28 1
USE_PYTHON=		yes
@


1.8
log
@- Reassign to the heap
@
text
@d21 1
a21 1
RUN_DEPENDS=		${BUILD_DEPENDS}
@


1.7
log
@Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
@
text
@d16 1
a16 1
MAINTAINER=		jupengfei@@gmail.com
@


1.6
log
@- Fix the fetch error reported by QAT@@
@
text
@d10 1
d20 1
a20 1
LIB_DEPENDS=		webkit:${PORTSDIR}/www/webkit-gtk2
@


1.5
log
@- Fix the fetch error report bu QAT@@
@
text
@@


1.4
log
@- unbreak and update to 0.0.3
@
text
@d26 1
a26 1
WRKSRC=			${WRKDIR}/python-jswebkit
a29 1
PYDISTUTILS_PKGVERSION=	0.0.2
@


1.3
log
@- Mark BROKEN: does not build

Reported by:	pointyhat
@
text
@d9 1
a9 1
PORTVERSION=		0.0.2
a21 2
BROKEN=			does not build

d26 1
d30 1
@


1.2
log
@- Update to 0.0.2

PR:		ports/146056
Submitted by:	Ju Pengfei <jupengfei@@gmail.com> (maintainer)
@
text
@d22 2
@


1.1
log
@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

PR:		ports/144677
Submitted by:	Ju Pengfei <jupengfei@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=		0.0.1
d22 2
d28 1
a28 1
PYDISTUTILS_NOEGGINFO=	yes
@

