Re: NEW: graphics/promplot

2021-03-27 Thread Stuart Henderson
The distfile isn't fetchable:

$ make
===>  Checking files for promplot-0.17.0
>> Fetch https://proxy.golang.org/qvl.io/promplot/@v/v0.17.0.zip
ftp: Error retrieving https://proxy.golang.org/qvl.io/promplot/@v/v0.17.0.zip: 
410 Gone



Re: NEW: graphics/promplot

2021-03-27 Thread Mikolaj Kucharski
Hi,

On Fri, Mar 26, 2021 at 08:28:05AM -0600, Aaron Bieber wrote:
> 
> Mikolaj Kucharski writes:
> 
> > Kind reminder.
> >
> > On Mon, Jan 25, 2021 at 03:51:16PM +, Mikolaj Kucharski wrote:
> >> Hi,
> >> 
> >> I was looking for a tool which can easily generate a screenshot
> >> from Prometheus metrics and I found:
> >> 
> >>https://github.com/qvl/promplot
> >> 
> >> > Comment:
> >> > create plots from Prometheus metrics
> >> >
> >> > Description:
> >> > promplot is an opinionated tool to create plots from Prometheus
> >> > metrics and automatically sends them to Slack or saves the image
> >> > to a file or stdout.
> >> 
> >> With help from Aaron Bieber I've created attached port. It compiles and
> >> I can generate PNG files with Prometheus metrics via the tool.
> >> 
> 
> 
> No need for $V:
> 
> 
> # $OpenBSD$
> 
> COMMENT =   create plots from Prometheus metrics
> 
> MODGO_MODNAME = qvl.io/promplot
> MODGO_VERSION = v0.17.0
> 
> DISTNAME =  promplot-${MODGO_VERSION}
> 
> CATEGORIES =graphics
> 
> 
> is sufficient. go.port.mk handles the package name stuff.
> 
> With the above change OK abieber@ for import. If someone wants to commit
> it :D

Updated port, per above request, attached.

-- 
Regards,
 Mikolaj


promplot-0.17.0.port-v2.tgz
Description: application/tar-gz


Re: NEW: graphics/promplot

2021-03-26 Thread Aaron Bieber


Mikolaj Kucharski writes:

> Kind reminder.
>
> On Mon, Jan 25, 2021 at 03:51:16PM +, Mikolaj Kucharski wrote:
>> Hi,
>> 
>> I was looking for a tool which can easily generate a screenshot
>> from Prometheus metrics and I found:
>> 
>>  https://github.com/qvl/promplot
>> 
>> > Comment:
>> > create plots from Prometheus metrics
>> >
>> > Description:
>> > promplot is an opinionated tool to create plots from Prometheus
>> > metrics and automatically sends them to Slack or saves the image
>> > to a file or stdout.
>> 
>> With help from Aaron Bieber I've created attached port. It compiles and
>> I can generate PNG files with Prometheus metrics via the tool.
>> 


No need for $V:


# $OpenBSD$

COMMENT =   create plots from Prometheus metrics

MODGO_MODNAME = qvl.io/promplot
MODGO_VERSION = v0.17.0

DISTNAME =  promplot-${MODGO_VERSION}

CATEGORIES =graphics


is sufficient. go.port.mk handles the package name stuff.

With the above change OK abieber@ for import. If someone wants to commit
it :D



Re: NEW: graphics/promplot

2021-03-23 Thread Mikolaj Kucharski
Kind reminder.

On Mon, Jan 25, 2021 at 03:51:16PM +, Mikolaj Kucharski wrote:
> Hi,
> 
> I was looking for a tool which can easily generate a screenshot
> from Prometheus metrics and I found:
> 
>   https://github.com/qvl/promplot
> 
> > Comment:
> > create plots from Prometheus metrics
> >
> > Description:
> > promplot is an opinionated tool to create plots from Prometheus
> > metrics and automatically sends them to Slack or saves the image
> > to a file or stdout.
> 
> With help from Aaron Bieber I've created attached port. It compiles and
> I can generate PNG files with Prometheus metrics via the tool.
> 

-- 
Regards,
 Mikolaj


promplot-0.17.0-port.tgz
Description: application/tar-gz


NEW: graphics/promplot

2021-01-25 Thread Mikolaj Kucharski
Hi,

I was looking for a tool which can easily generate a screenshot
from Prometheus metrics and I found:

https://github.com/qvl/promplot

> Comment:
> create plots from Prometheus metrics
>
> Description:
> promplot is an opinionated tool to create plots from Prometheus
> metrics and automatically sends them to Slack or saves the image
> to a file or stdout.

With help from Aaron Bieber I've created attached port. It compiles and
I can generate PNG files with Prometheus metrics via the tool.

-- 
Regards,
 Mikolaj


promplot-0.17.0-port.tgz
Description: application/tar-gz