On 2021/02/18 16:11, Luca De Pandis wrote:
> Hi,
> in attachments the new port sysutils/hydroxide.
>
> Hydroxide is an open source, third party ProtonMail bridge
> written in Go.
>
> Port has passed:
> - portcheck -N
> - port-lib-depends-check
>
> Tested (I'm writing this email by using NeoMutt+hydroxide) on
> amd64.
>
> Feedback? Ok to commit?
> If so, could someone commit it, please?
>
> Best regards,
> Luca De Pandis
: COMMENT = A third-party, open-source ProtonMail bridge
don't start with capitals / indefinite article. maybe just
"third-party, open-source ProtonMail bridge"
: CATEGORIES = sysutils
not mail?
: MODGO_MODULES = \
: github.com/emersion/go-imap v1.0.6 \
: github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342 \
: github.com/emersion/go-imap-specialuse v0.0.0-20201101201809-1ab93d3d150e \
[..]
remove this and regenerate it with "make modgo-gen-modules > somefile"
and add the contents of "somefile" into Makefile. this will give two
sets, MODGO_MODULES (which download .mod and .zip) and MODGO_MODFILES
(just .mod).