Ping again with an update and a correction. I have updated the port (attached) to the newest version of direnv. I also noticed in my testing on a different machine, that shells/bash is a required runtime dependency. I have corrected that as well.
Again, portcheck is clean. make configure, make build, make fake, make package and make install all succeed, package works as expected on my amd64 -current test machine. make test also seems to work with some caveats. I need to investigate that and will send whatever suggestion I figure out upstream should this get merged. Thanks, Ash
direnv-2.23.1.tgz
Description: Binary data
Ashton Fagg <ash...@fagg.id.au> writes: > Ping. > > On Sat, 24 Oct 2020 at 21:20, Ashton Fagg <ash...@fagg.id.au> wrote: >> >> Interest bump! >> >> It was also suggested that new ports should be submitted as a tarball. I >> have addressed that (as attached). >> >> Thanks. >> >> >> Ashton Fagg <ash...@fagg.id.au> writes: >> >> > Hello folks, >> > >> > I have created a port of direnv (https://direnv.net). It is a utility >> > (written in Go) that hooks onto your shell, and lets you define >> > project specific environments. >> > >> > Portcheck is clean. The package builds successfully, I was able to >> > pkg_add it to my machine and test it (amd64 with zsh). >> > >> > There is a small example on the github page, I was able to confirm >> > that it is working. `man direnv` and related pages also work. >> > >> > Any suggestions appreciated. Thanks.