[csw-devel] SF.net SVN: gar:[2256] csw/trunk/lib

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Sun Nov 9 20:31:58 CET 2008


Revision: 2256
          http://gar.svn.sourceforge.net/gar/?rev=2256&view=rev
Author:   idogan23
Date:     2008-11-09 19:31:57 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
initial commit

Added Paths:
-----------
    csw/trunk/lib/eventlog/
    csw/trunk/lib/eventlog/Makefile
    csw/trunk/lib/eventlog/checksums
    csw/trunk/lib/eventlog/files/
    csw/trunk/lib/eventlog/files/CSWeventlog.depend
    csw/trunk/lib/eventlog/files/CSWeventlog.gspec

Added: csw/trunk/lib/eventlog/Makefile
===================================================================
--- csw/trunk/lib/eventlog/Makefile	                        (rev 0)
+++ csw/trunk/lib/eventlog/Makefile	2008-11-09 19:31:57 UTC (rev 2256)
@@ -0,0 +1,26 @@
+GARNAME = eventlog
+GARVERSION = 0.2.5
+CATEGORIES = lib
+
+DESCRIPTION = Replacement of the simple syslog() API providing structure to messages.
+define BLURB
+	The EventLog library aims to be a replacement of the simple syslog() API
+	provided on UNIX systems. The major difference between EventLog and syslog
+	is that EventLog tries to add structure to messages.
+	Where you had a simple non-structrured string in syslog() you have a
+	combination of description and tag/value pairs.
+	EventLog provides an interface to build, format and output an event record.
+	The exact format and output method can be customized by the administrator
+	via a configuration file.
+endef
+
+MASTER_SITES = http://www.balabit.com/downloads/files/eventlog/0.2/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWeventlog,depend)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+GARCOMPILER = GNU
+TEST_SCRIPTS =
+
+include ../category.mk

Added: csw/trunk/lib/eventlog/checksums
===================================================================
--- csw/trunk/lib/eventlog/checksums	                        (rev 0)
+++ csw/trunk/lib/eventlog/checksums	2008-11-09 19:31:57 UTC (rev 2256)
@@ -0,0 +1,3 @@
+a6bdba91f88540cc69b398fd138d86cd  download/eventlog-0.2.5.tar.gz
+1e03beddd307427b5116517cd8119a9f  download/CSWeventlog.gspec
+dbd9108c1c824c0022ec25ec673ba4fa  download/CSWeventlog.depend

Added: csw/trunk/lib/eventlog/files/CSWeventlog.depend
===================================================================
--- csw/trunk/lib/eventlog/files/CSWeventlog.depend	                        (rev 0)
+++ csw/trunk/lib/eventlog/files/CSWeventlog.depend	2008-11-09 19:31:57 UTC (rev 2256)
@@ -0,0 +1 @@
+P	CSWcommon

Added: csw/trunk/lib/eventlog/files/CSWeventlog.gspec
===================================================================
--- csw/trunk/lib/eventlog/files/CSWeventlog.gspec	                        (rev 0)
+++ csw/trunk/lib/eventlog/files/CSWeventlog.gspec	2008-11-09 19:31:57 UTC (rev 2256)
@@ -0,0 +1,4 @@
+%var            bitname eventlog
+%var            pkgname CSWeventlog
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list