Re: UPDATE: Xombrero-1.1.0

2012-07-08 Thread Matthias Kilian
On Fri, Jul 06, 2012 at 04:17:14PM -0300, Gonzalo L. R. wrote:
 New diff with EPOCH for webkit, pointed out by kili@

ok.

Ciao,
Kili

 Index: Makefile
 ===
 RCS file: /cvs/ports/www/xombrero/Makefile,v
 retrieving revision 1.1.1.1
 diff -u -p -r1.1.1.1 Makefile
 --- Makefile  7 Jun 2012 14:18:14 -   1.1.1.1
 +++ Makefile  6 Jul 2012 19:15:49 -
 @@ -1,7 +1,7 @@
  # $OpenBSD: Makefile,v 1.1.1.1 2012/06/07 14:18:14 gonzalo Exp $
  
  COMMENT= vi-like minimalists web browser
 -DISTNAME=xombrero-1.0.0
 +DISTNAME=xombrero-1.1.0
  CATEGORIES=  www
  EPOCH=   1
  
 @@ -28,7 +28,7 @@ WANTLIB += xcb xcb-render xcb-shm z java
  
  MASTER_SITES=
 http://opensource.conformal.com/snapshots/xombrero/
  
 -LIB_DEPENDS= www/webkit=1.6.1v0
 +LIB_DEPENDS= www/webkit=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.1.1.1
 diff -u -p -r1.1.1.1 distinfo
 --- distinfo  7 Jun 2012 14:18:14 -   1.1.1.1
 +++ distinfo  6 Jul 2012 19:15:49 -
 @@ -1,5 +1,5 @@
 -MD5 (xombrero-1.0.0.tgz) = xctWoQb23zlbwdMjuQ4tFg==
 -RMD160 (xombrero-1.0.0.tgz) = AwAoyKEkmmATpxtwH3rOo7kMhwk=
 -SHA1 (xombrero-1.0.0.tgz) = j244eaYf687BBKg1e0eg5PlQ9iI=
 -SHA256 (xombrero-1.0.0.tgz) = RvvBlTR2Y5yE2qj475BrbwVAcWgP3xynKuV5oHuimlg=
 -SIZE (xombrero-1.0.0.tgz) = 229171
 +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



Re: UPDATE: Xombrero-1.1.0

2012-07-06 Thread Matthias Kilian
On Wed, Jul 04, 2012 at 06:19:09PM -0300, Gonzalo L. R. wrote:
 -LIB_DEPENDS= www/webkit=1.6.1v0
 +LIB_DEPENDS= www/webkit=1.8.0

You shouldn't drop the v0 epoch marker here.

Otherwise, looks ok (but I didn't yet test it).

Ciao,
Kili



Re: UPDATE: Xombrero-1.1.0

2012-07-06 Thread Gonzalo L. R.
New diff with EPOCH for webkit, pointed out by kili@

Cheers.

El 07/06/12 16:10, Matthias Kilian escribió:
 On Fri, Jul 06, 2012 at 03:20:28PM -0300, Gonzalo L. R. wrote:
 I do that because of this:

 https://opensource.conformal.com/fluxbb/viewtopic.php?id=491

 * Send a click event to text input fields when entering insert_mode
   (requires = WebKitGTK 1.8)
 
 Yes, but the version is 1.8.1v0, not 1.8.1.
 
 So you need
 
   LIB_DEPENDS=www/webkit=1.8.0v0
 
 instead of
 
   LIB_DEPENDS=www/webkit=1.8.0
 
 because the epoch marker (v0) always takes precedence in version
 comparision. Without the v0 in LIB_DEPENDS, the pkg_add would
 happily update xmobrero without updating webkit (in case someone
 still has webkit-1.6.*v0 installed).
 
 Ciao,
   Kili
 

-- 
Sending from my VCR.


Index: Makefile
===
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile7 Jun 2012 14:18:14 -   1.1.1.1
+++ Makefile6 Jul 2012 19:15:49 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2012/06/07 14:18:14 gonzalo Exp $
 
 COMMENT=   vi-like minimalists web browser
-DISTNAME=  xombrero-1.0.0
+DISTNAME=  xombrero-1.1.0
 CATEGORIES=www
 EPOCH= 1
 
@@ -28,7 +28,7 @@ WANTLIB += xcb xcb-render xcb-shm z java
 
 MASTER_SITES=  http://opensource.conformal.com/snapshots/xombrero/
 
-LIB_DEPENDS=   www/webkit=1.6.1v0
+LIB_DEPENDS=   www/webkit=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.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo7 Jun 2012 14:18:14 -   1.1.1.1
+++ distinfo6 Jul 2012 19:15:49 -
@@ -1,5 +1,5 @@
-MD5 (xombrero-1.0.0.tgz) = xctWoQb23zlbwdMjuQ4tFg==
-RMD160 (xombrero-1.0.0.tgz) = AwAoyKEkmmATpxtwH3rOo7kMhwk=
-SHA1 (xombrero-1.0.0.tgz) = j244eaYf687BBKg1e0eg5PlQ9iI=
-SHA256 (xombrero-1.0.0.tgz) = RvvBlTR2Y5yE2qj475BrbwVAcWgP3xynKuV5oHuimlg=
-SIZE (xombrero-1.0.0.tgz) = 229171
+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


Re: UPDATE: Xombrero-1.1.0

2012-07-05 Thread haris
On Wed, Jul 04, 2012 at 06:19:09PM -0300, Gonzalo L. R. wrote:
 Hi,
 
 Update for Xombrero to 1.1.0 with this changes:
 
 * [NEW] Custom keybound prompts (keybinding = :cmd,key)
 * [NEW] Custom uri handling (custom_uri)
 * [NEW] Custom command aliases (cmd_alias)
 * [NEW] Link to edit configuration from about:about
 * [NEW] Setting to disable proxy at startup (http_proxy_disable)
 * [NEW] Setting to cache HTTPS certificates and present warnings when
   certificates change to help prevent MITM attacks (warn_cert_changes)
 * [NEW] Tab number and proxy enabled notifications (statusbar_elems)
 * [NEW] Setting to change default stylesheet used for the userstyle
   and userstyle_global commands (usersytle)
 * [NEW] Both userstyle and userstyle_global commands may take an
   optional argument to a user-specified stylesheet
 * [NEW] Setting to change the style of the statusbar to switch between
   the page URL and title (statusbar_style)
 * Runtime settings are unsettable with ':set setting ='
 * Fix some display bugs with the statusbar
 * HTML escape text before displaying with about:set, file now shows
   correctly
 * Fix unsetting the statusbar color when opening the command prompt
 
 
 And a lot of others.
 
 Tested on amd64.
 
 Ok? Comments?
 -- 
 Sending from my VCR.
 

Runs perfect so far on i386 amd amd64.

On a side note, thanks for the fixed bug with focusaddress. ;)

-- 

Do not use my email to mass forward chain mails.
www.cyber-cypher.com


pgpkCKlMXZY0F.pgp
Description: PGP signature