head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.01.05.24.59;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2011.10.20.08.04.31;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2011.06.20.09.22.09;	author az;	state Exp;
branches;
next	1.10;

1.10
date	2010.09.23.03.23.33;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.45.00;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.10.09.46.31;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2010.02.05.11.45.03;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2009.12.12.23.22.22;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2009.12.10.10.50.22;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.05.22.03.09;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.28.20.06.07;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.31.13.56.33;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.03.05.44.51;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Gtk2-WebKit
# Date created:		2009-01-26
# Whom:			Zane C, Bowers-Hadley <vvelox@@vvelox.net>
#
# $FreeBSD: head/www/p5-Gtk2-WebKit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Gtk2-WebKit
PORTVERSION=	0.09
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FLORA
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@@vvelox.net
COMMENT=	Web content engine library for Gtk2

BUILD_DEPENDS=	p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \
		p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
		p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
		p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
		${LOCALBASE}/libdata/pkgconfig/webkit-1.0.pc:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2

MAKE_JOBS_UNSAFE=	yes

NO_PACKAGE=	Man page creation hangs on some systems for unknown reasons

PERL_CONFIGURE=	yes

MAN3=		Gtk2::WebKit.3 \
		Gtk2::WebKit::Download.3 \
		Gtk2::WebKit::GeolocationPolicyDecision.3 \
		Gtk2::WebKit::NetworkRequest.3 \
		Gtk2::WebKit::NetworkResponse.3 \
		Gtk2::WebKit::SecurityOrigin.3 \
		Gtk2::WebKit::WebBackForwardList.3 \
		Gtk2::WebKit::WebDataSource.3 \
		Gtk2::WebKit::WebDatabase.3 \
		Gtk2::WebKit::WebFrame.3 \
		Gtk2::WebKit::WebHistoryItem.3 \
		Gtk2::WebKit::WebInspector.3 \
		Gtk2::WebKit::WebNavigationAction.3 \
		Gtk2::WebKit::WebPolicyDecision.3 \
		Gtk2::WebKit::WebResource.3 \
		Gtk2::WebKit::WebSettings.3 \
		Gtk2::WebKit::WebView.3 \
		Gtk2::WebKit::WebWindowFeatures.3 \
		Gtk2::WebKit::index.3

.include <bsd.port.mk>
@


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


1.12
log
@- Update to 0.09
- While I'm here, add RUN_DEPENDS and sort MAN3

Changes:	http://search.cpan.org/dist/Gtk2-WebKit/Changes
PR:		ports/160168
Submitted by:	Zane C.B-H. <vvelox@@vvelox.net> (maintainer)
@
text
@d10 1
@


1.11
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d3 1
a3 1
# Whom:			Zane C, Bowers <vvelox@@vvelox.net>
d9 1
a9 1
PORTVERSION=	0.08
d18 5
a22 5
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2/CodeGen.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
		${SITE_PERL}/${PERL_ARCH}/Glib/MakeHelper.pm:${PORTSDIR}/devel/p5-Glib2 \
		${SITE_PERL}/${PERL_ARCH}/Cairo/Install/Files.pm:${PORTSDIR}/graphics/p5-Cairo \
		${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
		${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
d24 1
d33 5
a37 1
		Gtk2::WebKit::WebView.3 \
d39 8
d48 3
a50 4
		Gtk2::WebKit::index.3 \
		Gtk2::WebKit::WebFrame.3 \
		Gtk2::WebKit::NetworkRequest.3 \
		Gtk2::WebKit::WebHistoryItem.3
@


1.10
log
@- Update to 0.08
- manpage generation still broken

PR:             ports/150617
Submitted by:   "Zane C.B." <vvelox@@vvelox.net> (maintainer)
Changes:        http://search.cpan.org/dist/Gtk2-WebKit/Changes
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/F/FL/FLORA
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.07
PORTREVISION=	2
d25 2
@


1.8
log
@- BROKEN -> NO_PACKAGE

Submitted by:	Zane C.B. <vvelox@@vvelox.net> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.7
log
@- update to jpeg-8
@
text
@d26 1
a26 1
BROKEN=		hangs during build
@


1.6
log
@- Update to 0.07 (still broken)

PR:		ports/141344
Submitted by:	Zane C.B. <vvelox@@vvelox.net> (maintainer)
@
text
@d10 1
@


1.5
log
@Mark as broken everywhere.

Hat:		portmgr
@
text
@d9 1
a9 2
PORTVERSION=	0.04
PORTREVISION=	6
@


1.4
log
@- Mark BROKEN on amd64: hangs during build

Reported by:	pointyhat, local tinderbox
@
text
@d26 2
d39 1
a39 7
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
BROKEN=		hangs during build
.endif

.include <bsd.port.post.mk>
@


1.3
log
@Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
@
text
@d37 7
a43 1
.include <bsd.port.mk>
@


1.2
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

WWW: http://search.cpan.org/dist/Gtk2-WebKit/

PR:		ports/131044
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
@
text
@d10 1
@

