Bug 213492 - [NEW PORT] net/py-httpstat: Curl statistics made simple
Summary: [NEW PORT] net/py-httpstat: Curl statistics made simple
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-15 00:37 UTC by Danilo G. Baio
Modified: 2017-01-25 00:43 UTC (History)
2 users (show)

See Also:


Attachments
py-httpstat.shar (1.50 KB, text/plain)
2016-10-15 00:37 UTC, Danilo G. Baio
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-10-15 00:37:54 UTC
Created attachment 175770 [details]
py-httpstat.shar

httpstat visualizes curl(1) statistics in a way of beauty and clarity.

WWW: https://github.com/reorx/httpstat

[QA]

portlint: OK (looks fine.)
testport: 
	poudriere: i386,  9.3   (OK)
	poudriere: amd64, 9.3   (OK)
	poudriere: i386,  10.3  (OK)
	poudriere: amd64, 10.3  (OK)
	poudriere: i386,  11    (OK)
	poudriere: amd64, 11    (OK)
	poudriere: i386,  12    (OK)
	poudriere: amd64, 12    (OK)
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-24 16:00:26 UTC
take
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-24 16:09:08 UTC
Hi!

Would you prefer this in sysutils/ or is it more appropriate in net/?
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2017-01-24 16:15:19 UTC
(In reply to Nikolai Lifanov from comment #2)

Thank you for taking this.
Well, now I think "net" is more appropriable. =)
Comment 4 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-24 16:21:13 UTC
Great, I moved it to net/!

I also added a "Created by:" line and fixed the RUN_DEPENDS line.

This should be:
RUN_DEPENDS=    curl:ftp/curl
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-01-25 00:34:40 UTC
A commit references this bug:

Author: lifanov
Date: Wed Jan 25 00:34:08 UTC 2017
New revision: 432409
URL: https://svnweb.freebsd.org/changeset/ports/432409

Log:
  add sysutils/httpstat: Curl statistics made simple

  PR:		213492
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9316

Changes:
  head/net/Makefile
  head/net/py-httpstat/
  head/net/py-httpstat/Makefile
  head/net/py-httpstat/distinfo
  head/net/py-httpstat/pkg-descr
Comment 6 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-25 00:43:28 UTC
Committed with changes, thanks!