From owner-svn-ports-head@FreeBSD.ORG Tue Jan 15 15:46:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 525989C0; Tue, 15 Jan 2013 15:46:18 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2C765FE; Tue, 15 Jan 2013 15:46:18 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0FFkIXq080023; Tue, 15 Jan 2013 15:46:18 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0FFkHYg080018; Tue, 15 Jan 2013 15:46:17 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201301151546.r0FFkHYg080018@svn.freebsd.org> From: Marcus von Appen Date: Tue, 15 Jan 2013 15:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310447 - in head/devel: . liblognorm 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.14 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: Tue, 15 Jan 2013 15:46:18 -0000 Author: mva Date: Tue Jan 15 15:46:16 2013 New Revision: 310447 URL: http://svnweb.freebsd.org/changeset/ports/310447 Log: liblognorm shall help to make sense out of syslog data, or, actually, any event data that is present in text form. In short words, one will be able to throw arbitrary log message to liblognorm, one at a time, and for each message it will output well-defined name-value pairs and a set of tags describing the message. WWW: http://www.liblognorm.com PR: ports/173544 Submitted by: Paul Schmehl Added: head/devel/liblognorm/ head/devel/liblognorm/Makefile (contents, props changed) head/devel/liblognorm/distinfo (contents, props changed) head/devel/liblognorm/pkg-descr (contents, props changed) head/devel/liblognorm/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 15 14:50:08 2013 (r310446) +++ head/devel/Makefile Tue Jan 15 15:46:16 2013 (r310447) @@ -1003,6 +1003,7 @@ SUBDIR += libleaftag SUBDIR += liblnk SUBDIR += liblogging + SUBDIR += liblognorm SUBDIR += liblouis SUBDIR += liblouisxml SUBDIR += libltdl Added: head/devel/liblognorm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblognorm/Makefile Tue Jan 15 15:46:16 2013 (r310447) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= liblognorm +PORTVERSION= 0.3.5 +CATEGORIES= devel net security +MASTER_SITES= http://www.liblognorm.com/download/files/download/ + +MAINTAINER= pauls@utdallas.edu +COMMENT= A log normalizer + +LICENSE= GPLv2 + +LIB_DEPENDS= ee:${PORTSDIR}/devel/libee \ + estr:${PORTSDIR}/devel/libestr + +USE_PKGCONFIG= build +USE_GNOME= gnomehack +USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +.include Added: head/devel/liblognorm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblognorm/distinfo Tue Jan 15 15:46:16 2013 (r310447) @@ -0,0 +1,2 @@ +SHA256 (liblognorm-0.3.5.tar.gz) = 5714f145b379adb64fe1d87ea6adec9e8d91e5fe1bc0654febb85960dc34dd06 +SIZE (liblognorm-0.3.5.tar.gz) = 322410 Added: head/devel/liblognorm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblognorm/pkg-descr Tue Jan 15 15:46:16 2013 (r310447) @@ -0,0 +1,8 @@ +liblognorm shall help to make sense out of syslog data, or, actually, +any event data that is present in text form. + +In short words, one will be able to throw arbitrary log message to liblognorm, +one at a time, and for each message it will output well-defined name-value +pairs and a set of tags describing the message. + +WWW: http://www.liblognorm.com Added: head/devel/liblognorm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblognorm/pkg-plist Tue Jan 15 15:46:16 2013 (r310447) @@ -0,0 +1,11 @@ +bin/lognormalizer +include/annot.h +include/liblognorm.h +include/lognorm.h +include/ptree.h +include/samp.h +lib/liblognorm.a +lib/liblognorm.la +lib/liblognorm.so +lib/liblognorm.so.0 +libdata/pkgconfig/lognorm.pc