[csw-devel] SF.net SVN: gar:[21877] csw/mgar/pkg
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sat Aug 31 14:01:19 CEST 2013
Revision: 21877
http://gar.svn.sourceforge.net/gar/?rev=21877&view=rev
Author: lblume
Date: 2013-08-31 12:01:17 +0000 (Sat, 31 Aug 2013)
Log Message:
-----------
nxlog/trunk: New package: nxlog
Added Paths:
-----------
csw/mgar/pkg/nxlog/
csw/mgar/pkg/nxlog/Makefile
csw/mgar/pkg/nxlog/branches/
csw/mgar/pkg/nxlog/tags/
csw/mgar/pkg/nxlog/trunk/
csw/mgar/pkg/nxlog/trunk/Makefile
csw/mgar/pkg/nxlog/trunk/checksums
csw/mgar/pkg/nxlog/trunk/files/
Added: csw/mgar/pkg/nxlog/Makefile
===================================================================
--- csw/mgar/pkg/nxlog/Makefile (rev 0)
+++ csw/mgar/pkg/nxlog/Makefile 2013-08-31 12:01:17 UTC (rev 21877)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/nxlog/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/nxlog/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nxlog/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/nxlog/trunk/Makefile 2013-08-31 12:01:17 UTC (rev 21877)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = nxlog-ce
+VERSION = 2.5.1089
+GARTYPE = v2
+
+DESCRIPTION = A multi-platform universal log collector and forwarder
+define BLURB
+ nxlog is a modular, multi-threaded, high-performance log management solution with multi-platform support. In concept it is similar to syslog-ng or rsyslog but is not limited to unix/syslog only. It can collect logs from files in various formats, receive logs from the network remotely over UDP, TCP or TLS/SSL . It supports platform specific sources such as the Windows Eventlog, Linux kernel logs, Android logs, local syslog etc. Writing and reading logs to/from databases is also supported. The collected logs can be stored into files, databases or forwarded to a remote log server using various protocols. The old BSD Syslog and the newer IETF syslog standard is fully supported by nxlog in addition to XML, JSON, GELF, CSV and custom formats. A key concept in nxlog is to be able to handle and preserve structured logs. No need to convert everything to syslog and parse these logs again at the other side. It has powerful message filtering, log rewrite and conversion capabilities.
+endef
+
+VENDOR_URL = http://nxlog-ce.sourceforge.net/
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(DISTNAME).tar.gz
+
+GARCOMPILER = GCC4
+
+BUILD_DEP_PKGS += CSWlibdbi-dev
+BUILD_DEP_PKGS += CSWlibapr-dev
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-static=no
+
+BUILD64 = 1
+ISAEXEC = 1
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/nxlog/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/nxlog/trunk/checksums
===================================================================
--- csw/mgar/pkg/nxlog/trunk/checksums (rev 0)
+++ csw/mgar/pkg/nxlog/trunk/checksums 2013-08-31 12:01:17 UTC (rev 21877)
@@ -0,0 +1 @@
+527795596da4f54793dae8f95b0e31e6 nxlog-ce-2.5.1089.tar.gz
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