View Single Post
  #9   (View Single Post)  
Old 22nd August 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

It looks to me like both midori and netsurf are "heavier" than either firefox or chromium, if heaviness is measured in run dependencies.
Code:
$ cd /usr/ports/www/midori
$ make full-run-depends | wc
      89      89    1491
$ cd ../mozilla-firefox
$ make full-run-depends | wc
      42      42     696
$ cd ../chromium/
$ make full-run-depends | wc
      57      57     948
$ cd ../dillo
$ make full-run-depends | wc
      16      16     237
$ cd ../netsurf/
$ make full-run-depends | wc
      64      76    1185
$
Reply With Quote