head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.08.20.15.24.13;	author zeising;	state dead;
branches;
next	1.13;

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

1.12
date	2012.01.22.12.38.31;	author scheidell;	state Exp;
branches;
next	1.11;

1.11
date	2012.01.22.11.57.16;	author scheidell;	state Exp;
branches;
next	1.10;

1.10
date	2011.12.27.11.03.29;	author pawel;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.17.08.42.12;	author crees;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2011.07.30.14.58.12;	author arved;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.05.18.43.16;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2011.03.26.07.09.16;	author dhn;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.15.07.21.37;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2011.02.03.02.29.46;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.01.16.01.56.26;	author swills;	state Exp;
branches;
next	;


desc
@@


1.14
log
@SVN rev 302803 on 2012-08-20 15:24:13Z by zeising

Rename xxxterm to xombrero
Update xombrero to latest version 1.2.2
Pass maintainership to me

PR:		ports/169860
Submitted by:	HU Dong <itechbear@@gmail.com>
Approved by:	maintainer, kwm (mentor)
@
text
@# New ports collection makefile for:	xxxterm
# Date created:				2011.01.15
# Whom:					Aldis Berjoza <aldis@@bsdroot.lv>
#
# $FreeBSD: ports/www/xxxterm/Makefile,v 1.13 2012/06/01 05:25:05 dinoex Exp $
#

PORTNAME=	xxxterm
PORTVERSION=	1.10.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	www
MASTER_SITES=	https://opensource.conformal.com/snapshots/xxxterm/ \
		SF/xxxterm/
EXTRACT_SUFX=	.tgz

MAINTAINER=	graudeejs@@gmail.com
COMMENT=	Minimalists vi-like web browser based on webkit and GTK+

LIB_DEPENDS=	gnutls.47:${PORTSDIR}/security/gnutls \
		soup-2.4:${PORTSDIR}/devel/libsoup \
		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2

USE_GNOME=	gtk20 pkgconfig
USE_PERL5_BUILD=YES

PLIST_FILES=	bin/xxxterm
MAN1=		xxxterm.1
PORTEXAMPLES=	favorites xxxterm.conf
PLIST_DIRS+=	share/xxxterm

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800041
BROKEN=		does not build due to missing arc4random_buf in libc
.endif

ICONS=	16 32 48 64 128
.for i in ${ICONS}
PLIST_FILES+=	share/xxxterm/xxxtermicon${i}.png
.endfor
PLIST_FILES+=	share/xxxterm/style.css

do-build:
	(cd ${WRKSRC}/freebsd && make)

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/freebsd/xxxterm ${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/xxxterm.1 ${PREFIX}/man/man1/
	${MKDIR} ${PREFIX}/share/${PORTNAME}
.for i in ${ICONS}
	${INSTALL_DATA}  ${WRKSRC}/xxxtermicon${i}.png ${PREFIX}/share/xxxterm/
.endfor
	${INSTALL_DATA}  ${WRKSRC}/style.css ${PREFIX}/share/xxxterm/
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/favorites ${EXAMPLESDIR}/
	${INSTALL_DATA} ${WRKSRC}/xxxterm.conf ${EXAMPLESDIR}/
.endif

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


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


1.12
log
@- force commit to fix log
- update to 1.10.0

PR:		ports/163842
Submitted by:	ports@@c0decafe.net
Approved by:	maintainer, gabor (mentor, implicit)
@
text
@d10 1
@


1.11
log
@- update to 1.10.0

PR:		ports/163984
Submitted by:	ports@@c0decafe.net
Approved by:	maintainer, gabor (mentor, implicit)
@
text
@a59 1
# vim: set ts=8 sw=8:
@


1.10
log
@Update to version 1.9.0

PR:		ports/163612
Submitted by:	Herbert J. Skuhra <h.skuhra@@gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.9.0
@


1.9
log
@Update email address for ports maintained by aldis@@bsdroot.lv --> graudeejs@@gmail.com
@
text
@d9 2
a10 1
PORTVERSION=	1.518
@


1.8
log
@- Update to 1.518

PR:		ports/160292
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	aldis@@bsdroot.lv
@


1.7
log
@Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
@
text
@d9 1
a9 2
PORTVERSION=	1.425
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	http://opensource.conformal.com/snapshots/xxxterm/
d40 1
d52 1
@


1.6
log
@Update to 1.425

PR:		159309
Submitted by:	maintainer
@
text
@d10 1
d20 1
a20 1
		webkit-1.0:${PORTSDIR}/www/webkit-gtk2
@


1.5
log
@Chase security/gnutls update and add an UPDATING entry.
@
text
@d9 1
a9 2
PORTVERSION=	1.339
PORTREVISION=	1
@


1.4
log
@- Update to 1.339

PR:		ports/155935
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	gnutls.40:${PORTSDIR}/security/gnutls \
@


1.3
log
@- Update to 1.303

PR:		154772
Submitted by:	Aldis Berjoza <aldis@@bsdroot.lv> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.303
@


1.2
log
@- Update to 1.275
- Mark broken on 7.x

PR:		ports/154089
Submitted by:	maintainer
Approved by:	wxs (mentor)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.275
d19 1
a19 1
	   	webkit-1.0:${PORTSDIR}/www/webkit-gtk2
d35 1
a35 1
ICONS= 16 32 48 64 128
d37 1
a37 1
PLIST_FILES+= share/xxxterm/xxxtermicon${i}.png
@


1.1
log
@xxxterm is a minimalists web browser. It strives to be vi-like for heavy
keyboard users while maintaining traditional web browser behaviour. It is ISC
licensed. It is based on webkit using GTK+.

WWW: http://opensource.conformal.com/wiki/XXXTerm

PR:		ports/154025
Submitted by:	Aldis Berjoza <aldis at bsdroot.lv>
Approved by:	wxs (mentor)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.97
d17 3
a19 3
LIB_DEPENDS=	webkit-1.0:${PORTSDIR}/www/webkit-gtk2 \
		utils.1:${PORTSDIR}/lang/libutils \
		soup-2.4:${PORTSDIR}/devel/libsoup
d22 1
d27 15
d44 1
a44 1
	${INSTALL_SCRIPT} ${WRKSRC}/xxxterm ${PREFIX}/bin/
d46 4
d57 1
a57 1
.include <bsd.port.mk>
@

