Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Ken Cunningham
Thanks for all that. I gave it a shot here > Ken > On Oct 23, 2020, at 5:20 PM, Joshua Root wrote: > > You'll want to use this trick: >

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Joshua Root
You'll want to use this trick: That will also allow you to set a filename that contains a version, simplifying things when the file is updated. So the master_sites entry will be

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Chris Jones
I would avoid directly linking to a file in the master branch, as thats a moving target, so could change at any point. Instead link to a specific commit version, e.g. https://gitlab.gnome.org/GNOME/libhttpseverywhere/-/blob/9c43785fe5ce13c70b8a1abfece834d12fc9d0fb/data/default.rulesets > On

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Chris Jones
Works for me... Chris > On 23 Oct 2020, at 8:29 pm, Ken Cunningham > wrote: > > as far as I can see, the one from the website and the one in the ports tree > are identical: > > $ ls -la /Users/Shared/Downloads/default.rulesets.1 > ./www/libhttpseverywhere/files/default.rulesets >

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Ken Cunningham
as far as I can see, the one from the website and the one in the ports tree are identical: $ ls -la /Users/Shared/Downloads/default.rulesets.1 ./www/libhttpseverywhere/files/default.rulesets -rw-r--r-- 1 root admin 6992700 20 Jul 12:11 ./www/libhttpseverywhere/files/default.rulesets

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Ken Cunningham
The file is here, it seems: https://gitlab.gnome.org/GNOME/libhttpseverywhere/-/blob/master/data/default.rulesets

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Joshua Root
It does seem like that really ought to be a distfile. Going by the comment, it is a newer upstream version of the file. Surely it must be available for download from somewhere. Worst case, it can be hosted on GitHub in a separate repo. - Josh On 2020-10-23 20:08 , Christopher Jones wrote: > Hi,

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Christopher Jones
Hi, This file has annoyed me on a number of occasions. I work with a full git checkout and tend to use utilities like ‘git grep’ a lot, and this file often gets a hit in those searches, and due to its size spams the results rendering it almost impossible to view any after that file. One