From owner-svn-ports-head@FreeBSD.ORG Thu Feb 20 00:25:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECBEED07; Thu, 20 Feb 2014 00:25:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA85E1533; Thu, 20 Feb 2014 00:25:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1K0PLLc046657; Thu, 20 Feb 2014 00:25:21 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1K0PK0h046652; Thu, 20 Feb 2014 00:25:20 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201402200025.s1K0PK0h046652@svn.freebsd.org> From: Brad Davis Date: Thu, 20 Feb 2014 00:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345166 - in head/sysutils: . liblogging X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 00:25:22 -0000 Author: brd (doc committer) Date: Thu Feb 20 00:25:20 2014 New Revision: 345166 URL: http://svnweb.freebsd.org/changeset/ports/345166 QAT: https://qat.redports.org/buildarchive/r345166/ Log: - Add sysutils/liblogging. A generic logging library used by rsyslog. Reviewed by: tj@ & bapt@ Added: head/sysutils/liblogging/ head/sysutils/liblogging/Makefile (contents, props changed) head/sysutils/liblogging/distinfo (contents, props changed) head/sysutils/liblogging/pkg-descr (contents, props changed) head/sysutils/liblogging/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Feb 19 23:51:47 2014 (r345165) +++ head/sysutils/Makefile Thu Feb 20 00:25:20 2014 (r345166) @@ -460,6 +460,7 @@ SUBDIR += libfvde SUBDIR += libgksu SUBDIR += libieee1284 + SUBDIR += liblogging SUBDIR += libretto-config SUBDIR += libsunacl SUBDIR += liburcu Added: head/sysutils/liblogging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/liblogging/Makefile Thu Feb 20 00:25:20 2014 (r345166) @@ -0,0 +1,18 @@ +# Created by: Brad Davis +# $FreeBSD$ + +PORTNAME= liblogging +PORTVERSION= 1.0.1 +CATEGORIES= sysutils +MASTER_SITES= http://download.rsyslog.com/liblogging/ + +GNU_CONFIGURE= yes +USES= libtool + +MAINTAINER= brd@FreeBSD.org +COMMENT= A standard logging library for use with rsyslog + +LICENSE= BSD2CLAUSE + +.include + Added: head/sysutils/liblogging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/liblogging/distinfo Thu Feb 20 00:25:20 2014 (r345166) @@ -0,0 +1,2 @@ +SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa +SIZE (liblogging-1.0.1.tar.gz) = 524168 Added: head/sysutils/liblogging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/liblogging/pkg-descr Thu Feb 20 00:25:20 2014 (r345166) @@ -0,0 +1,8 @@ +Liblogging offers an enhanced replacement for the syslog() call, but +retains its ease of use. In a nutshell, it permits sytem administrators +to direct application log output to different destinations without +requiring the app developer to do any work for this. Liblogging is +released under a 2-clause BSD license and as such can be used in any +application. + +WWW: http://www.liblogging.org Added: head/sysutils/liblogging/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/liblogging/pkg-plist Thu Feb 20 00:25:20 2014 (r345166) @@ -0,0 +1,8 @@ +include/liblogging/stdlog.h +lib/liblogging-stdlog.a +lib/liblogging-stdlog.la +lib/liblogging-stdlog.so +lib/liblogging-stdlog.so.0 +lib/pkgconfig/liblogging-stdlog.pc +@dirrmtry lib/pkgconfig +@dirrm include/liblogging