From owner-cvs-all@FreeBSD.ORG Tue Apr 17 20:20:01 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4AC61065673; Tue, 17 Apr 2012 20:20:01 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A05138FC19; Tue, 17 Apr 2012 20:20:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3HKK1u3012741; Tue, 17 Apr 2012 20:20:01 GMT (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3HKK1rf012740; Tue, 17 Apr 2012 20:20:01 GMT (envelope-from cy) Message-Id: <201204172020.q3HKK1rf012740@repoman.freebsd.org> From: Cy Schubert Date: Tue, 17 Apr 2012 20:20:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/libumberlog Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 20:20:01 -0000 cy 2012-04-17 20:20:01 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/libumberlog Makefile distinfo pkg-descr pkg-plist Log: Wecome to libumberlog. The libumberlog library serves two purposes: it's either a drop-in replacement for the syslog() system call, in which case it turns the default syslog messages into CEE-enhanced messages, with a CEE-JSON payload, and some automatically discovered fields. Or, it can be used as a stand-alone library, that provides a syslog()-like API, with the ability to add arbitrary key-value pairs to the resulting JSON payload. WWW: http://algernon.github.com/libumberlog/ Submitted by: Peter Czanik , our syslog-ng upline Revision Changes Path 1.1392 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/libumberlog/Makefile (new) 1.1 +2 -0 ports/sysutils/libumberlog/distinfo (new) 1.1 +8 -0 ports/sysutils/libumberlog/pkg-descr (new) 1.1 +6 -0 ports/sysutils/libumberlog/pkg-plist (new)