Re: urlview manpage

2015-01-09 Thread Stuart Henderson
On 2015/01/09 14:56, Ingo Schwarze wrote: > Yes. The source code if of inferior quality in multiple respects. ;-) > > The actual DEFAULT_REGEXP is defined here (obviously with C quoting): > > > > #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' > > \t<>\"]+|(www|web|w3)

Re: urlview manpage

2015-01-09 Thread Ingo Schwarze
Hi Jan, Jan Stary wrote on Fri, Jan 09, 2015 at 01:44:09PM +0100: > I rewrote the manpage into mdoc(7) anyway (see below) > and offered that upstream; no response. How unfortunate. If upstream doesn't want it, i don't know what to do with it. I don't think we should put it into the ports tree if

Re: urlview manpage

2015-01-09 Thread Ingo Schwarze
Hi Stuart, maybe i was too quick with my commit, but seing a typical case of mandoc(1) handling broken input more gracefully, i simply deleted the USE_GROFF. Stuart Henderson wrote on Fri, Jan 09, 2015 at 01:18:16PM +: > On 2015/01/09 13:44, Jan Stary wrote: >> The man(7) page of urlview loo

Re: urlview manpage

2015-01-09 Thread Stuart Henderson
On 2015/01/09 13:44, Jan Stary wrote: > The man(7) page of urlview looks OK to me with mandoc. > The diff below removes the GROFF dependence. They're all wrong :-) There is actually a difference in the regular expression displayed - (((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(

urlview manpage

2015-01-09 Thread Jan Stary
The man(7) page of urlview looks OK to me with mandoc. The diff below removes the GROFF dependence. Index: Makefile === RCS file: /cvs/ports/textproc/urlview/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile