From owner-cvs-ports@FreeBSD.ORG Fri Jan 1 18:25:01 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FB511065695; Fri, 1 Jan 2010 18:25:01 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D8F68FC08; Fri, 1 Jan 2010 18:25:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o01IP1MD009570; Fri, 1 Jan 2010 18:25:01 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o01IP1P4009569; Fri, 1 Jan 2010 18:25:01 GMT (envelope-from glewis) Message-Id: <201001011825.o01IP1P4009569@repoman.freebsd.org> From: Greg Lewis Date: Fri, 1 Jan 2010 18:25: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/devel Makefile ports/devel/log4net Makefile distinfo pkg-descr pkg-plist ports/devel/log4net/files log4net.pc.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 18:25:01 -0000 glewis 2010-01-01 18:25:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/log4net Makefile distinfo pkg-descr pkg-plist devel/log4net/files log4net.pc.in Log: . Add a port of log4net: log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility. Features: * Support for multiple frameworks * Output to multiple logging targets * Hierarchical logging architecture * XML Configuration * Dynamic Configuration * Logging Context * Proven architecture * Modular and extensible design * High performance with flexibility WWW: http://logging.apache.org/log4net/ PR: 141441 Submitted by: Romain Tartiere Revision Changes Path 1.3730 +1 -0 ports/devel/Makefile 1.1 +53 -0 ports/devel/log4net/Makefile (new) 1.1 +3 -0 ports/devel/log4net/distinfo (new) 1.1 +8 -0 ports/devel/log4net/files/log4net.pc.in (new) 1.1 +26 -0 ports/devel/log4net/pkg-descr (new) 1.1 +5 -0 ports/devel/log4net/pkg-plist (new)