Re: [NEW] sysutils/jfrog-cli

2023-04-29 Thread Denis Fondras
Le Tue, Apr 25, 2023 at 09:44:23AM +0200, Rafael Sadowski a écrit :
> 
> First of all thanks for the port, it build and runs fine. I noticed
> there is self-hosted but I see GH_*. Confusing! Is there no possibility
> to use the source directly from upstream and not self-hosted? I really
> dislike self-hosted source-code.
> 

The vendor dependencies/libs are not available from the GH repository. That's
why I add it as a self-hosted archive (as many Go projects do in the ports
tree).
Also the Go modules mirror is not usable because versions do not match.
Downloading resources is not possible when building a port so it dependencies
have to be made available upfront.

Denis



Re: [NEW] sysutils/jfrog-cli

2023-04-25 Thread Rafael Sadowski
On Mon Apr 17, 2023 at 08:35:24PM +0200, Denis Fondras wrote:
> Here is a port of JFrog CLI.
> 
> """
> JFrog CLI is a compact and smart client that provides a simple
> interface that automates access to Artifactory and Mission Control
> through their respective REST APIs. By using the JFrog CLI, you can
> greatly simplify your automation scripts making them more readable
> and easier to maintain. Several features of the JFrog CLI makes
> your scripts more efficient and reliable:
> 
> * Multi-threaded upload and download of artifacts make builds run
> faster
> * Checksum optimization reduces redundant file transfers
> * Wildcards and regular expressions give you an easy way to collect
> all the artifacts you wish to upload or download.
> * "Dry run" gives you a preview of file transfer operations before
> you actually run them
> 
> https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
> """

First of all thanks for the port, it build and runs fine. I noticed
there is self-hosted but I see GH_*. Confusing! Is there no possibility
to use the source directly from upstream and not self-hosted? I really
dislike self-hosted source-code.

Anyway, if we have no chance to use the source-code from upstream repo please
add a comment and remove GH_* or fix the spaces.

Rafael