svn commit: r552707 - in head/net: . megacmd

Alexey Dokuchaev danfe at freebsd.org
Mon Oct 19 03:44:13 UTC 2020


On Mon, Oct 19, 2020 at 03:29:21AM +0000, Li-Wen Hsu wrote:
> New Revision: 552707
> URL: https://svnweb.freebsd.org/changeset/ports/552707
> 
> Log:
>   Add net/megacmd
>   
>   Command Line Interactive and Scriptable Application to access MEGA

Hm, interesting.  Do we know how it compares to existing net/megatool?

> ...
> +CONFIGURE_ARGS=	--disable-examples \
> +		--disable-java --disable-php --disable-python \
> +		--disable-chat --without-freeimage \
> +		--without-termcap --without-ffmpeg --without-libraw \

Why examples are disabled?  We have freeimage/ffmpeg/libraw in the
ports, perhaps they could be used via OPTIONs?

> ...
> +MEGAcmd is a command line interactive and scriptable application.
> +MEGAcmd provides non UI access to MEGA services. It intends to offer
> +all the functionality with your MEGA account via commands.
> +It features synchronization, backup of local folders into your MEG

Looks like a typo (MEG -> MEGA).

./danfe


More information about the svn-ports-all mailing list