Date: Thu, 20 Feb 2014 00:25:20 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345166 - in head/sysutils: . liblogging Message-ID: <201402200025.s1K0PK0h046652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <brd@FreeBSD.org> +# $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 <bsd.port.mk> + 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200025.s1K0PK0h046652>