Hi, Update for Xombrero to 1.2.2 now, with gtk3 and some fixes and new stuff:
* [NEW] Implement a new setting, do_not_track, to set the Do Not Track HTTP header. This setting is disabled by default in normal mode and enabled in whitelist mode. * Fix the keybindings in the example config so they properly represent the default values in the source code. * Add some additional paranoia in the input focus code to prevent a segfault on some sites (most notably, pnc.com). * Fix a bug where HSTS would never be enabled if referer_mode = always * Fix the build when debugging is enabled * Show a warning when the binary could not be run when executing a program based on a MIME type, except for the special "donothing" binary name. Tested on amd64. Ok? Cheers -- Sending from my VCR...
Index: Makefile =================================================================== RCS file: /cvs/ports/www/xombrero/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 8 Jul 2012 21:27:42 -0000 1.2 +++ Makefile 6 Aug 2012 02:54:24 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.2 2012/07/08 21:27:42 gonzalo Exp $ COMMENT= vi-like minimalists web browser -DISTNAME= xombrero-1.1.0 +DISTNAME= xombrero-1.2.2 CATEGORIES= www EPOCH= 1 @@ -18,17 +18,16 @@ PERMIT_DISTFILES_FTP= Yes MODULES += devel/gettext -WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi -WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat -WANTLIB += fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 -WANTLIB += glib-2.0 gnutls gobject-2.0 gthread-2.0 -WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 util webkitgtk-1.0 -WANTLIB += xcb xcb-render xcb-shm z javascriptcoregtk-1.0 +WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat +WANTLIB += fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 +WANTLIB += glib-2.0 gnutls gobject-2.0 gthread-2.0 gtk-3 javascriptcoregtk-3.0 +WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png +WANTLIB += pthread pthread-stubs soup-2.4 util webkitgtk-3.0 xcb +WANTLIB += xcb-render xcb-shm z MASTER_SITES= http://opensource.conformal.com/snapshots/xombrero/ -LIB_DEPENDS= www/webkit>=1.8.0v0 +LIB_DEPENDS= www/webkit,gtk3>=1.8.0v0 RUN_DEPENDS= devel/desktop-file-utils EXTRACT_SUFX= .tgz Index: distinfo =================================================================== RCS file: /cvs/ports/www/xombrero/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 8 Jul 2012 21:27:42 -0000 1.2 +++ distinfo 6 Aug 2012 02:54:24 -0000 @@ -1,5 +1,2 @@ -MD5 (xombrero-1.1.0.tgz) = o6dyd5f3u1rrEq9UIJMCHQ== -RMD160 (xombrero-1.1.0.tgz) = fDqH8GcLhD88G5pMzCKpDxaUVb8= -SHA1 (xombrero-1.1.0.tgz) = DbuONFX5TTgfEZyKCfnpPjmOSbU= -SHA256 (xombrero-1.1.0.tgz) = yl4bvxSgLAcEZT/O+pIpEkz1sK+dhL+upw06n0Sq1D8= -SIZE (xombrero-1.1.0.tgz) = 239758 +SHA256 (xombrero-1.2.2.tgz) = fNLRF0I5teP4l0c8pp78H7MDSR1u1gvwaCY637drFko= +SIZE (xombrero-1.2.2.tgz) = 242038