Port details |
- statsite C implementation of statsd
- 0.8.0_2 net-mgmt =3 0.8.0_2Version of this port present on the latest quarterly branch.
- Maintainer: rbarabas@rbarabas.info
- Port Added: 2015-01-14 05:26:03
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: BSD3CLAUSE
- WWW:
- https://github.com/armon/statsite
- Description:
- Statsite is a metrics aggregation server.
Statsite is based on Etsy's StatsD, https://github.com/etsy/statsd,
wire compatible and implemented in C.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- statsite>0:net-mgmt/statsite
- To install the port:
- cd /usr/ports/net-mgmt/statsite/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/statsite
- pkg install statsite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: statsite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1533418630
SHA256 (armon-statsite-v0.8.0_GH0.tar.gz) = 79d30a68e395b23e736eb2856ce35055aedb9662e4a00c2492b43b975b4ea24a
SIZE (armon-statsite-v0.8.0_GH0.tar.gz) = 962923
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for statsite-0.8.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_statsite
- USES:
- autoreconf python:env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.0_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.8.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0_2 09 Nov 2018 05:08:54 |
tobik |
net-mgmt/statsite: Fix build with GCC 4.2 (gnu89 by default)
/nxb-bin/usr/bin/cc -O2 -pipe -G0 -EB -mabi=64 -msoft-float
-fno-strict-aliasing -c ./MurmurHash3.c -o ./MurmurHash3.o
./MurmurHash3.c: In function 'MurmurHash3_x64_128':
./MurmurHash3.c:66: error: 'for' loop initial declaration used outside C99 mode
http://beefy16.nyi.freebsd.org/data/120mips64-quarterly/484420/logs/statsite-0.8.0_2.log |
0.8.0_2 09 Sep 2018 16:07:07 |
tobik |
net-mgmt/statsite: Fix path in rc script
Reported by: eugen |
0.8.0_1 09 Sep 2018 15:56:18 |
tobik |
net-mgmt/statsite: Add rc script
PR: 230740
Submitted by: ndowens@yahoo.com
Approved by: rbarabas@rbarabas.info (maintainer timeout, 3 weeks) |
0.8.0 18 Aug 2018 11:46:07 |
tobik |
net-mgmt/statsite: Update to 0.8.0
- While here install example config file and some actual documentation
Changes: https://github.com/statsite/statsite/blob/master/CHANGELOG.md
PR: 230365
Submitted by: Nathan <ndowens@yahoo.com> (based on)
Approved by: maintainer timeout (2 weeks) |
0.7.1 27 May 2015 13:44:55 |
amdmi3 |
- Update to 0.7.1
- While here, add LICENSE_FILE
PR: 200461
Submitted by: robert.barabas@percona.com (assumed maintainer) |
0.7.0 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.7.0 26 Mar 2015 01:42:41 |
vanilla |
Upgrade to 0.7.0
PR: 198906
Submitted by: maintainer |
0.6.5 14 Jan 2015 06:14:29 |
pi |
net-mgmt/statsite: simplify Makefile
PR: 196240
Submitted by: danfe |
0.6.5 14 Jan 2015 05:25:45 |
pi |
New port: net-mgmt/statsite
Statsite is a metrics aggregation server.
Statsite is based on Etsy's StatsD, https://github.com/etsy/statsd,
wire compatible and implemented in C.
WWW: https://github.com/armon/statsite
PR: 196240
Submitted by: robert.barabas@percona.com |