From owner-svn-ports-all@freebsd.org Tue Jan 26 10:19:03 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85E484E8520; Tue, 26 Jan 2021 10:19:03 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQ2lC3LjDz3KgV; Tue, 26 Jan 2021 10:19:03 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6142C27822; Tue, 26 Jan 2021 10:19:03 +0000 (UTC) (envelope-from lcook@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10QAJ3tX043501; Tue, 26 Jan 2021 10:19:03 GMT (envelope-from lcook@FreeBSD.org) Received: (from lcook@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QAJ20n043497; Tue, 26 Jan 2021 10:19:02 GMT (envelope-from lcook@FreeBSD.org) Message-Id: <202101261019.10QAJ20n043497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lcook set sender to lcook@FreeBSD.org using -f From: Lewis Cook Date: Tue, 26 Jan 2021 10:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562649 - in head/www: . amfora X-SVN-Group: ports-head X-SVN-Commit-Author: lcook X-SVN-Commit-Paths: in head/www: . amfora X-SVN-Commit-Revision: 562649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2021 10:19:03 -0000 Author: lcook Date: Tue Jan 26 10:19:02 2021 New Revision: 562649 URL: https://svnweb.freebsd.org/changeset/ports/562649 Log: New port: www/amfora: Fancy terminal browser for the Gemini protocol Approved by: fernape (mentor) Differential Revision: https://reviews.freebsd.org/D28324 Added: head/www/amfora/ head/www/amfora/Makefile (contents, props changed) head/www/amfora/distinfo (contents, props changed) head/www/amfora/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jan 26 09:40:01 2021 (r562648) +++ head/www/Makefile Tue Jan 26 10:19:02 2021 (r562649) @@ -20,6 +20,7 @@ SUBDIR += adguardhome SUBDIR += adzap SUBDIR += alef-webfont + SUBDIR += amfora SUBDIR += amphetadesk SUBDIR += analog SUBDIR += annie Added: head/www/amfora/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/amfora/Makefile Tue Jan 26 10:19:02 2021 (r562649) @@ -0,0 +1,86 @@ +# $FreeBSD$ + +PORTNAME= amfora +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.2 +CATEGORIES= www + +MAINTAINER= lcook@FreeBSD.org +COMMENT= Fancy terminal browser for the Gemini protocol + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= makeworld-the-better-one +GH_TUPLE= PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ + andybalholm:cascadia:v1.1.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ + fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ + gdamore:tcell:cb1e5d6fa606:gdamore_tcell/vendor/github.com/gdamore/tcell \ + go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ + go-ini:ini:v1.57.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-yaml:yaml:eeeca48fe776:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ + go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ + golang:crypto:0c6587e931a9:golang_crypto/vendor/golang.org/x/crypto \ + golang:net:986b41b23924:golang_net/vendor/golang.org/x/net \ + golang:sys:f84b799fce68:golang_sys/vendor/golang.org/x/sys \ + golang:text:75a595aef632:golang_text/vendor/golang.org/x/text \ + google:go-cmp:v0.5.0:google_go_cmp/vendor/github.com/google/go-cmp \ + hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ + json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ + lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ + makeworld-the-better-one:go-gemini:v0.11.0:makeworld_the_better_one_go_gemini/vendor/github.com/makeworld-the-better-one/go-gemini \ + makeworld-the-better-one:go-isemoji:v1.1.0:makeworld_the_better_one_go_isemoji/vendor/github.com/makeworld-the-better-one/go-isemoji \ + makeworld-the-better-one:gofeed:c0c6354134fe:makeworld_the_better_one_gofeed/vendor/github.com/mmcdole/gofeed \ + makeworld-the-better-one:progressbar:b036c4d38568:makeworld_the_better_one_progressbar_v3/vendor/github.com/schollz/progressbar/v3 \ + mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mitchellh:colorstring:d06e56a500db:mitchellh_colorstring/vendor/github.com/mitchellh/colorstring \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ + mitchellh:mapstructure:v1.3.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ + mmcdole:goxpp:0068e33feabf:mmcdole_goxpp/vendor/github.com/mmcdole/goxpp \ + modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ + modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ + pelletier:go-toml:v1.8.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ + pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + rivo:uniseg:v0.1.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ + rkoesters:xdg:edd15b846f9b:rkoesters_xdg/vendor/github.com/rkoesters/xdg \ + spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ + spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ + spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ + spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ + spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \ + stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ + subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv + +USE_GITLAB= nodefault +GL_TUPLE= tslocum:cbind:4996d5b1831106a863a7339cb2faf0b59745ac78:tslocum_cbind/vendor/gitlab.com/tslocum/cbind \ + tslocum:cview:cc7796c4ca44e3908f80d93e92e73694562d936a:tslocum_cview/vendor/gitlab.com/tslocum/cview + +_BUILD_VERSION= ${DISTVERSIONFULL} +_BUILD_COMMIT= 6e3e8a0 + +GO_BUILDFLAGS= -ldflags "\ + -s -w \ + -X main.version=${_BUILD_VERSION} \ + -X main.commit=${_BUILD_COMMIT}" + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= NOTES.md README.md THANKS.md +PORTEXAMPLES= default-config.toml + +OPTIONS_DEFINE= DOCS EXAMPLES + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/www/amfora/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/amfora/distinfo Tue Jan 26 10:19:02 2021 (r562649) @@ -0,0 +1,91 @@ +TIMESTAMP = 1611514100 +SHA256 (makeworld-the-better-one-amfora-v1.7.2_GH0.tar.gz) = 3eb436a81b11b4db75dfb94e38eeaed994ce48a6a5f75ae02efd3f59cc76ec3e +SIZE (makeworld-the-better-one-amfora-v1.7.2_GH0.tar.gz) = 2301041 +SHA256 (PuerkitoBio-goquery-v1.5.1_GH0.tar.gz) = 50b671f7128ac6993b7388d4e8a76901afdcaa7c6889f45687a2acc0d0753ca4 +SIZE (PuerkitoBio-goquery-v1.5.1_GH0.tar.gz) = 101380 +SHA256 (andybalholm-cascadia-v1.1.0_GH0.tar.gz) = 5d03f4610b70cab7860b158efab1afd91baa58fd95286a0adbadcdc3b49c7936 +SIZE (andybalholm-cascadia-v1.1.0_GH0.tar.gz) = 15464 +SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e +SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba +SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260 +SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb +SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 +SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013 +SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886 +SHA256 (gdamore-tcell-cb1e5d6fa606_GH0.tar.gz) = 8d94f65ed6de459a7bc0e6e3237bfb53ff0ebbde8c960ba9355affa42e4b39f6 +SIZE (gdamore-tcell-cb1e5d6fa606_GH0.tar.gz) = 150920 +SHA256 (go-check-check-41f04d3bba15_GH0.tar.gz) = 2d5b1036909b241e44f0d6a7cfa936cf9f875efb4f0af077cd61585c6d0c0432 +SIZE (go-check-check-41f04d3bba15_GH0.tar.gz) = 31614 +SHA256 (go-ini-ini-v1.57.0_GH0.tar.gz) = e612924cffa395825f32e65db18cff0366705952433e52c6efc81fc1c3adfd2a +SIZE (go-ini-ini-v1.57.0_GH0.tar.gz) = 48424 +SHA256 (go-yaml-yaml-eeeca48fe776_GH0.tar.gz) = 77e421545f853bf0b0431ed5026f10ebeeadd436334ac156169b78f82e86bdf5 +SIZE (go-yaml-yaml-eeeca48fe776_GH0.tar.gz) = 88787 +SHA256 (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 42027002bf258009d498600b04b8c9cbb29d2193185ea7bfa8fefe194fe72a07 +SIZE (go-yaml-yaml-v2.3.0_GH0.tar.gz) = 72816 +SHA256 (golang-crypto-0c6587e931a9_GH0.tar.gz) = e9c562f4a379e1b92ed0e58f2a21240409b1b98cca291d1b9a0bc650777b6cd1 +SIZE (golang-crypto-0c6587e931a9_GH0.tar.gz) = 1732705 +SHA256 (golang-net-986b41b23924_GH0.tar.gz) = a39c45e02c28265764b87106e986e8ce4c2236babf75b2f7b4cafe48e9afaa4b +SIZE (golang-net-986b41b23924_GH0.tar.gz) = 1251244 +SHA256 (golang-sys-f84b799fce68_GH0.tar.gz) = 460f5326b83bac46e12e1fd6ec1fed7ddba3756cdc9c9de7ba3f3226c588fa81 +SIZE (golang-sys-f84b799fce68_GH0.tar.gz) = 1087830 +SHA256 (golang-text-75a595aef632_GH0.tar.gz) = e31e58d7ae3b5f99fdec7363cd9cc81f3d64c72516c3f21cdca8e6f159d4efdd +SIZE (golang-text-75a595aef632_GH0.tar.gz) = 8351197 +SHA256 (google-go-cmp-v0.5.0_GH0.tar.gz) = 6d4eb0e3a4b7d1ee3a9fa917bd776c557e21cee0040c7da4fe6180acb9e2d911 +SIZE (google-go-cmp-v0.5.0_GH0.tar.gz) = 98584 +SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2 +SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658 +SHA256 (json-iterator-go-v1.1.10_GH0.tar.gz) = 15e761079f413a9edcf86ea628998e328c12aaed92af462363191fa76e9809a6 +SIZE (json-iterator-go-v1.1.10_GH0.tar.gz) = 83384 +SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db +SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208 +SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd +SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 +SHA256 (makeworld-the-better-one-go-gemini-v0.11.0_GH0.tar.gz) = be467ab09c4bf3f1df078651be415e6c7a614c0ab80332996c39651f82e08104 +SIZE (makeworld-the-better-one-go-gemini-v0.11.0_GH0.tar.gz) = 11866 +SHA256 (makeworld-the-better-one-go-isemoji-v1.1.0_GH0.tar.gz) = 181820a9d93d3265c08731ef8ad91102d3fcb91c716beb1a4867c2034e4e0740 +SIZE (makeworld-the-better-one-go-isemoji-v1.1.0_GH0.tar.gz) = 41073 +SHA256 (makeworld-the-better-one-gofeed-c0c6354134fe_GH0.tar.gz) = e6a6136414982b2860d49d36c9118ff5eaa2df5a243171df03a1a5c76af99616 +SIZE (makeworld-the-better-one-gofeed-c0c6354134fe_GH0.tar.gz) = 120198 +SHA256 (makeworld-the-better-one-progressbar-b036c4d38568_GH0.tar.gz) = f15ae93ac6bee454236e4ed923aa86fffba1ef3fa7dc5ab829dae864e943b034 +SIZE (makeworld-the-better-one-progressbar-b036c4d38568_GH0.tar.gz) = 603011 +SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835 +SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714 +SHA256 (mitchellh-colorstring-d06e56a500db_GH0.tar.gz) = 2093d564392b9d6b752471ad0506ee20d4f8648cd96c179536fcb17a9b4d4137 +SIZE (mitchellh-colorstring-d06e56a500db_GH0.tar.gz) = 4677 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 +SHA256 (mitchellh-mapstructure-v1.3.1_GH0.tar.gz) = 889ff894c134c160ad94056fb4cb8f1ec58e616633174985e8666dba80234f7c +SIZE (mitchellh-mapstructure-v1.3.1_GH0.tar.gz) = 24984 +SHA256 (mmcdole-goxpp-0068e33feabf_GH0.tar.gz) = 432aadb22bc36d15d405c8b08a2c44dfd6f73508c49971e5a773cb6683f124ab +SIZE (mmcdole-goxpp-0068e33feabf_GH0.tar.gz) = 5167 +SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f +SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526 +SHA256 (modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd +SIZE (modern-go-reflect2-v1.0.1_GH0.tar.gz) = 14394 +SHA256 (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 535241212044f52bc40c8eb08d15342c75cef8e6c887ceb1e18d25aad4ab3633 +SIZE (pelletier-go-toml-v1.8.0_GH0.tar.gz) = 96286 +SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda +SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (rivo-uniseg-v0.1.0_GH0.tar.gz) = b80dffa6c757687cc997b77efbd32435361829cb085b913424b9b2bfebc19655 +SIZE (rivo-uniseg-v0.1.0_GH0.tar.gz) = 43971 +SHA256 (rkoesters-xdg-edd15b846f9b_GH0.tar.gz) = 2aaa4b7b3036b82e89afc870ee532308e8d9f79e564e15164b34e91424dceb2a +SIZE (rkoesters-xdg-edd15b846f9b_GH0.tar.gz) = 16616 +SHA256 (spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b74f97fe0c88c63f911d1020570 +SIZE (spf13-afero-v1.2.2_GH0.tar.gz) = 46157 +SHA256 (spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1 +SIZE (spf13-cast-v1.3.1_GH0.tar.gz) = 11102 +SHA256 (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf549d8d0bf53edd17139cd39d179aa5abf7ec68d +SIZE (spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871 +SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 +SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (spf13-viper-v1.7.0_GH0.tar.gz) = 95ce28f25d50b0a484479d46ec1576e786b92c70efdc2ad58089505c4ee0850d +SIZE (spf13-viper-v1.7.0_GH0.tar.gz) = 82340 +SHA256 (stretchr-testify-v1.6.1_GH0.tar.gz) = 40fd7204ab72ca9d8759f1cc3604dd17f556a0f9177f6fc05dd0cad9f06e708f +SIZE (stretchr-testify-v1.6.1_GH0.tar.gz) = 84215 +SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5 +SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359 +SHA256 (tslocum-cbind-4996d5b1831106a863a7339cb2faf0b59745ac78_GL0.tar.gz) = 3ba8fb0685d866557fe82d52dd21a049d2c01cb083db01070b31b94c617b3824 +SIZE (tslocum-cbind-4996d5b1831106a863a7339cb2faf0b59745ac78_GL0.tar.gz) = 6130 +SHA256 (tslocum-cview-cc7796c4ca44e3908f80d93e92e73694562d936a_GL0.tar.gz) = bc981f89299648dbfd71fe88d2b198b2725c8537ef0c69025123f28c4c6ebe1e +SIZE (tslocum-cview-cc7796c4ca44e3908f80d93e92e73694562d936a_GL0.tar.gz) = 2879746 Added: head/www/amfora/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/amfora/pkg-descr Tue Jan 26 10:19:02 2021 (r562649) @@ -0,0 +1,10 @@ +Amfora aims to be the best looking Gemini +client with the most features... all in +the terminal. It does not support Gopher +or other non-Web protocols - check out +Bombadillo for that. + +It fully passes Sean Conman's client torture +test, as well as the Egsam one. + +WWW: https://github.com/makeworld-the-better-one/amfora