On Wed, Dec 06, 2017 at 05:26:32PM -0600, attila wrote: > > $ cat pkg/DESCR > > Tool for sharing files of any size anonymously over the Tor public > > anonymity network. > > > > It works by starting a web server, making it accessible as a Tor onion > > service, and generating an unguessable URL to access and download the > > files. It doesn't require setting up a server on the internet somewhere > > or using a third party file-sharing service. The file on your own > > computer and use a Tor onion service to make it temporarily accessible > > over the internet. The other user just needs to use Tor Browser to This is not a proper sentence. > > download the file from you. > > Ping w/updated port attached that depends on the newly renamed > net/py-stem3.
You should zap V and PKGNAME, set GH_TAGNAME=v1.1 and move GH_* right beneath COMMENT; see infrastructure/templates/Makefile.template. RUN_DEPENDS lacks net/tor. onionshare-gui still starts but python will dump core when /usr/local/bin/tor is missing. It also mentions our net/tor package as "Tor that is bundled with OpenShare" which is misleading. TEST_DEPENDS lacks net/py-stem and www/py-frozen-flask. Otherwise at least the CLI version works for me. It would be nice imho to split CLI and GUI into separate FLAVORS if possible.