Re: [PATCHES] www/w3m bug fixes

2015-01-10 Thread Scarlett
On Fri, Jan 09, 2015 at 08:22:13PM -0500, Brian Callahan wrote: > > On 01/07/15 15:32, Scarlett wrote: > > Updated diff to bump revision (whoops), and carrying over the change to use > > overflow-detecting malloc to matrix.c (patch-matrix_c). I forgot about > > this beca

UPDATE: redshift 1.9.1 -> 1.10

2015-01-09 Thread Scarlett
Needs testing on non-amd64 and of redshift-gtk by someone with a gnomish setup. Are the makefile changes ok? Scarlett Index: Makefile === RCS file: /cvs/ports/misc/redshift/Makefile,v retrieving revision 1.21 diff -u -p -r1.21

Re: [PATCHES] www/w3m bug fixes

2015-01-07 Thread Scarlett
20:21:59 - @@ -0,0 +1,39 @@ +/* + * by Scarlett. public domain. + * replacements for w3m's allocation macros which add overflow + * detection and concentrate the macros in one file + */ +#ifndef W3_ALLOC_H +#define W3_ALLOC_H +#include +#include +#include +#include + +static inline s

Re: [PATCHES] www/w3m bug fixes

2015-01-06 Thread Scarlett
On Tue, Jan 06, 2015 at 01:42:49AM -0500, Brian Callahan wrote: > Hi Scarlett -- > > I don't have time to do more than eyeball this right now, but I just > want to make two quick comments: > 1. Usually we use CVS to send patches. Lets you send a single file > instead of a

Re: [PATCHES] www/w3m bug fixes

2015-01-05 Thread Scarlett
On Tue, Jan 06, 2015 at 06:10:25AM +, Scarlett wrote: > This archive contains patches for several problems I have found > while hacking on www/w3m, as well as several bug fixes taken from > elsewhere. > > -- > > Ported patches > > * Use "%s" to printf

[PATCHES] www/w3m bug fixes

2015-01-05 Thread Scarlett
gusting, and upstream is mostly dead with occasional patches ported from debian. However, it is one of the more usable web browsers (and the only curses browser with inline images, iirc). Fixing its problems is good for its users. Scarlett w3m.tar.gz Description: application/tar-gz

NEW: x11/mygui

2015-01-02 Thread Scarlett
custom controls or subsystems. Most subsystems are expandable with plugins without the need to touch the core code. It is possible to load resources like fonts, cursors, images, skins, etc. All resources and settings are described in XML files. Scarlett mygui.tar.gz Description: application/tar-gz