Bug 208890 - [NEW PORT] www/py-graphite-api: drop-in HTTP API for graphite project without django
Summary: [NEW PORT] www/py-graphite-api: drop-in HTTP API for graphite project without...
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: Matthew Seaman
URL:
Keywords:
Depends on: 208888 208889
Blocks:
  Show dependency treegraph
 
Reported: 2016-04-18 12:54 UTC by Dave Cottlehuber
Modified: 2016-05-15 17:53 UTC (History)
1 user (show)

See Also:


Attachments
v1 (2.23 KB, text/plain)
2016-04-18 12:54 UTC, Dave Cottlehuber
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2016-04-18 12:54:25 UTC
Created attachment 169430 [details]
v1

# checks

- portlint AC looks fine
- poudriere OK under 10.3R-amd64
Comment 1 Dave Cottlehuber freebsd_committer freebsd_triage 2016-04-18 12:55:16 UTC
add dependencies on the other 2 preceding python ports
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-15 17:52:48 UTC
A commit references this bug:

Author: matthew
Date: Sun May 15 17:51:49 UTC 2016
New revision: 415273
URL: https://svnweb.freebsd.org/changeset/ports/415273

Log:
  Graphite-API

  This is a minimalistic API server that replicates the behavior of Graphite-web,
  pruned and simplified as much code as possible while keeping the basic
  functionality.

  WWW: https://github.com/brutasse/graphite-api

  PR:		208890
  Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Changes:
  head/www/Makefile
  head/www/py-graphite-api/
  head/www/py-graphite-api/Makefile
  head/www/py-graphite-api/distinfo
  head/www/py-graphite-api/pkg-descr
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2016-05-15 17:53:26 UTC
Committed, thanks!