head	1.21;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.06.01.05.25.03;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2012.05.28.08.35.30;	author miwi;	state Exp;
branches;
next	1.18;

1.18
date	2012.05.23.06.55.07;	author beech;	state Exp;
branches;
next	1.17;

1.17
date	2011.12.01.06.16.52;	author culot;	state Exp;
branches;
next	1.16;

1.16
date	2011.10.10.17.51.17;	author novel;	state Exp;
branches;
next	1.15;

1.15
date	2011.08.23.18.39.16;	author kwm;	state Exp;
branches;
next	1.14;

1.14
date	2011.07.27.19.21.57;	author jlaffaye;	state Exp;
branches;
next	1.13;

1.13
date	2011.07.20.16.40.31;	author jlaffaye;	state Exp;
branches;
next	1.12;

1.12
date	2011.04.14.19.22.58;	author dhn;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.24.15.56.53;	author dhn;	state Exp;
branches;
next	1.10;

1.10
date	2011.03.17.14.11.47;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.01.12.48.45;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2010.08.09.14.07.54;	author arved;	state Exp;
branches;
next	1.7;

1.7
date	2010.04.05.23.31.06;	author sylvio;	state Exp;
branches;
next	1.6;

1.6
date	2010.03.28.06.45.09;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.03.18.17.55.58;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2010.03.15.11.10.55;	author gahr;	state Exp;
branches;
next	1.3;

1.3
date	2010.03.01.23.53.57;	author sylvio;	state Exp;
branches;
next	1.2;

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

1.1
date	2010.01.08.10.02.35;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# Ports collection makefile for:	uzbl
# Date created:				2009/12/14
# Whom:					aehlig@@linta.de
#
# $FreeBSD: head/www/uzbl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	uzbl
DISTVERSION=	0.0.0.${GITDATE}
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.linta.de/distfiles/

MAINTAINER=	aehlig@@linta.de
COMMENT=	Web interface tools which adhere to the unix philosophy

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
RUN_DEPENDS=	socat:${PORTSDIR}/net/socat \
		dmenu:${PORTSDIR}/x11/dmenu \
		${PYTHON_PKGNAMEPREFIX}gtk>=2:${PORTSDIR}/x11-toolkits/py-gtk2

USE_GNOME=	gtk20
USE_LDCONFIG=	yes
USE_GMAKE=	yes
USE_PYTHON=	2.5-2.7

GITDATE=	2012.05.14
GITVERSION=	228bc38

WRKSRC=		${WRKDIR}/Dieterbe-uzbl-${GITVERSION}

MAKE_JOBS_SAFE=	YES

.if !defined(NOPORTDOCS)
PORTDOCS=	AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \
		multiple-instances-management performance url-editing config.h vim
.endif

.if !defined(NOPORTDATA)
PORTDATA=	examples
.endif

post-patch:
	@@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \
		${WRKSRC}/examples/config/config \
		${WRKSRC}/bin/uzbl-browser \
		${WRKSRC}/bin/uzbl-event-manager
	@@${REINPLACE_CMD} -e "s|share/uzbl|${DATADIR_REL}|" \
		${WRKSRC}/examples/config/config \
		${WRKSRC}/bin/uzbl-browser \
		${WRKSRC}/bin/uzbl-event-manager
	@@${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \
		${WRKSRC}/bin/uzbl-tabbed
	@@${REINPLACE_CMD} -e "s|/usr/bin/env python2|/usr/bin/env ${PYTHON_VERSION}|" \
		${WRKSRC}/bin/uzbl-event-manager

post-build:
	@@${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \;

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/uzbl-core ${PREFIX}/bin
.for f in uzbl-event-manager uzbl-browser uzbl-tabbed
	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/src/config.h ${DOCSDIR}
.for f in COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \
		multiple-instances-management performance url-editing
	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}/${f}
.endfor
.for f in AUTHORS README
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f}
.endfor
	(cd ${WRKSRC}/extras && ${COPYTREE_SHARE} vim ${DOCSDIR})
.endif
.if !defined(NOPORTDATA)
	${MKDIR} ${DATADIR}/examples/data/dforms ${DATADIR}/examples/config
.for f in data/bookmarks \
	data/dforms/bbs.archlinux.org \
	config/style.css data/uzbl.png
		${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f}
.endfor
	${INSTALL_DATA} ${WRKSRC}/examples/config/config ${DATADIR}/examples/config/config
	(cd ${WRKSRC}/examples/data && \
		${COPYTREE_BIN} plugins ${DATADIR}/examples/data/)
	(cd ${WRKSRC}/examples/data && \
		${COPYTREE_BIN} scripts ${DATADIR}/examples/data/)
.endif

.include <bsd.port.mk>
@


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


1.19
log
@- Switch to python 25 as mini. version.
@
text
@d10 1
@


1.18
log
@- Update to the version as of 2012/05/14
- Release notes see http://www.uzbl.org/news.php?id=40

PR:		ports/168206
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d27 1
a27 1
USE_PYTHON=	2.4-2.7
@


1.17
log
@- Update to 2011.11.28 [1]
- Pet portlint(1) by moving LICENSE section earlier

Changes:	http://www.uzbl.org/news.php?id=39
PR:		ports/162962 [1]
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
Feature safe:	yes
@
text
@d27 1
a27 1
USE_PYTHON=	yes
d29 2
a30 2
GITDATE=	2011.11.28
GITVERSION=	e93bd72
d56 2
@


1.16
log
@- update to version as of 2011/10/01
- add missing run dependency on dmenu (reported by Pierre Smars)
- replace tac by tail -r in the example scripts, as tail is in the
  base system (reported by Pierre Smars)

PR:		161384
Submitted by:	Klaus Aehlig (maintainer)
@
text
@d16 3
d29 2
a30 2
GITDATE=	2011.10.01
GITVERSION=	9576f59
a33 3
LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

@


1.15
log
@Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
@
text
@a9 1
PORTREVISION=	1
d18 1
d26 2
a27 2
GITDATE=	2011.07.25
GITVERSION=	9b73b93
@


1.14
log
@Update to 2011.07.25

PR:		ports/159202
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d10 1
d17 1
a17 1
LIB_DEPENDS=	webkit:${PORTSDIR}/www/webkit-gtk2
@


1.13
log
@Update to 2011.07.17

PR:		ports/159059
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d25 2
a26 2
GITDATE=	2011.07.17
GITVERSION=	91da964
@


1.12
log
@- Update to 2011.04.12

PR:		ports/156379
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d25 2
a26 2
GITDATE=	2011.04.12
GITVERSION=	ed8f45d
@


1.11
log
@- Update to 2011.03.17

PR:		ports/155884
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d25 2
a26 2
GITDATE=	2011.03.17
GITVERSION=	7803561
d47 2
a48 2
		${WRKSRC}/src/uzbl-browser \
		${WRKSRC}/examples/data/scripts/uzbl-event-manager
d51 2
a52 2
		${WRKSRC}/src/uzbl-browser \
		${WRKSRC}/examples/data/scripts/uzbl-event-manager
d54 1
a54 1
		${WRKSRC}/examples/data/scripts/uzbl-tabbed
d61 2
a62 3
	${INSTALL_SCRIPT} ${WRKSRC}/src/uzbl-browser ${PREFIX}/bin
.for f in uzbl-event-manager uzbl-tabbed
	${INSTALL_SCRIPT} ${WRKSRC}/examples/data/scripts/${f} ${PREFIX}/bin
d80 1
a80 1
	data/style.css data/uzbl.png
@


1.10
log
@- Update to 2011.03.14

PR:		ports/154859
Submitted by:	"Klaus T. Aehlig" <aehlig@@linta.de> (maintainer)
@
text
@d25 2
a26 2
GITDATE=	2011.03.14
GITVERSION=	f3e52b2
@


1.9
log
@- Update to 2010.11.25

PR:		ports/152728
Submitted by:	Klaus Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d17 2
a18 1
RUN_DEPENDS=	socat:${PORTSDIR}/net/socat
d23 1
d25 2
a26 2
GITDATE=	2010.11.25
GITVERSION=	5180049
d33 2
d37 1
a37 1
		multiple-instances-management performance url-editing config.h vim README.cookies
a60 1
	${INSTALL_PROGRAM} ${WRKSRC}/uzbl-cookie-manager ${PREFIX}/bin
d62 1
a62 1
.for f in uzbl-event-manager uzbl-cookie-daemon uzbl-tabbed
d69 1
a69 1
		multiple-instances-management performance url-editing README.cookies
@


1.8
log
@Update to 2010.08.05

PR:		149466
Submitted by:	maintainer
@
text
@d23 2
a24 2
GITDATE=	2010.08.05
GITVERSION=	9cc39cb
d33 1
a33 1
		multiple-instances-management performance url-editing config.h
d57 1
d66 1
a66 1
		multiple-instances-management performance url-editing
d72 1
d76 1
a76 2
.for f in config/cookies \
	data/bookmarks \
@


1.7
log
@- Update to 2010.04.03

PR:		ports/145375
Submitted by:	Klaus T Aehlig <aehlig@@linta.de> (maintainer)
Approved by:	itetcu (mentor, implicit)
@
text
@d17 1
d23 2
a24 2
GITDATE=	2010.04.03
GITVERSION=	ae15d25
d28 3
@


1.6
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@a9 1
PORTREVISION=	2
d22 2
a23 2
GITDATE=	2010.03.14
GITVERSION=	38ef86e
d45 2
d69 1
a69 1
	${MKDIR} ${DATADIR}/examples/data/forms ${DATADIR}/examples/config
d72 1
a72 1
	data/forms/bbs.archlinux.org \
@


1.5
log
@- Use `uname` instead of `uname -o` which is unsupported in FreeBSD

PR:		144858
Submitted by:	Klaus T Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Update to 2010.03.14

PR:		144757
Submitted by:	Klaus T Aehlig <aehlig@@linta.de> (maintainer)
@
text
@d10 1
@


1.3
log
@- Update to 2010.02.02

PR:		ports/143540
Submitted by:	Klaus T. Aehlig <aehilig@@linta.de> (maintainer)
Approved by:	itetcu (mentor)
Feature safe:	yes
@
text
@d11 1
a11 2
MASTER_SITES=	http://www.linta.de/distfiles/ \
		LOCAL/ehaupt
d22 2
a23 2
GITDATE=	2010.02.02
GITVERSION=	f8d6c93
d42 2
@


1.2
log
@- update to jpeg-8
@
text
@a9 1
PORTREVISION=	1
d21 1
d23 2
a24 2
GITDATE=	2010.01.05
GITVERSION=	1958b52
d28 9
d39 5
a43 3
		${WRKSRC}/examples/config/uzbl/config \
		${WRKSRC}/uzbl-browser \
		${WRKSRC}/examples/data/uzbl/scripts/uzbl-event-manager
d46 1
a46 1
	@@${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec rm -f {} \;
d50 1
a50 1
	${INSTALL_SCRIPT} ${WRKSRC}/uzbl-browser ${PREFIX}/bin
d52 1
a52 1
	${INSTALL_SCRIPT} ${WRKSRC}/examples/data/uzbl/scripts/${f} ${PREFIX}/bin
d54 3
a56 2
	${MKDIR} ${DATADIR}/docs
	${INSTALL_DATA} ${WRKSRC}/config.h ${DATADIR}/docs
d59 1
a59 1
	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DATADIR}/docs
d62 1
a62 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/docs
d64 8
a71 7
	${MKDIR} ${DATADIR}/examples/config/uzbl \
		${DATADIR}/examples/data/uzbl/forms
.for f in examples/config/uzbl/config examples/config/uzbl/cookies \
	examples/data/uzbl/bookmarks \
	examples/data/uzbl/forms/bbs.archlinux.org \
	examples/data/uzbl/style.css examples/data/uzbl/uzbl.png
		${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR}/${f}
d73 6
a78 4
	(cd ${WRKSRC}/examples/data/uzbl && \
		${COPYTREE_BIN} plugins ${DATADIR}/examples/data/uzbl)
	(cd ${WRKSRC}/examples/data/uzbl && \
		${COPYTREE_BIN} scripts ${DATADIR}/examples/data/uzbl)
@


1.1
log
@Add uzbl, a web interface tools collection.

PR:		ports/141674
Submitted by:	aehlig at linta.de
@
text
@d10 1
@

