---
name: fbsdmon
version: 1.00_1
origin: ports-mgmt/fbsdmon
comment: Submit system and ports statistics to fbsdmon.org
arch: freebsd:9:x86:64
www: http://fbsdmon.org/
maintainer: gblach@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 16940
desc: |
  Submit system and ports statistics to fbsdmon.org.

  Statistics can be sent from command line, from rc script
  or from periodic script.

  WWW: http://fbsdmon.org/
deps:
  ca_root_nss: {origin: security/ca_root_nss, version: 3.15.1}
  curl: {origin: ftp/curl, version: 7.31.0_1}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  jansson: {origin: devel/jansson, version: 2.4}
categories:
- sysutils
- ports-mgmt
shlibs_required:
- libjansson.so.8
- libcurl.so.7
message: |2+

      To enable weekly reporting, add this line to /etc/periodic.conf:
          weekly_fbsdmon_enable="YES"

      To enable boottime reporting, add this line to /etc/rc.conf:
          fbsdmon_enable="YES"

      To run it manually, run command:
          /usr/local/sbin/fbsdmon

