Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

10
sysutils/eventlog/DESCR Normal file
View File

@@ -0,0 +1,10 @@
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.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:00 asau Exp $
VERS= 0.2.12
DISTNAME= eventlog_${VERS}
PKGNAME= eventlog-${VERS}
CATEGORIES= sysutils
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.2.4/source/
WRKSRC= ${WRKDIR}/${PKGNAME}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.balabit.com/network-security/syslog-ng/
COMMENT= Support library for syslog-ng
LICENSE= modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"

8
sysutils/eventlog/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/21 19:29:24 bouyer Exp $
include/eventlog/evtlog.h
include/eventlog/evtmaps.h
lib/libevtlog.a
lib/libevtlog.la
lib/libevtlog.so
lib/libevtlog.so.0
lib/pkgconfig/eventlog.pc

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/09/21 19:29:24 bouyer Exp $
BUILDLINK_TREE+= eventlog
.if !defined(EVENTLOG_BUILDLINK3_MK)
EVENTLOG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.eventlog+= eventlog>=0.2.12
BUILDLINK_PKGSRCDIR.eventlog?= ../../sysutils/eventlog
.endif # EVENTLOG_BUILDLINK3_MK
BUILDLINK_TREE+= -eventlog

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/09/21 19:29:24 bouyer Exp $
SHA1 (eventlog_0.2.12.tar.gz) = c5bfe4bb3ba58413e96dac86c03c7fe73e899b44
RMD160 (eventlog_0.2.12.tar.gz) = 13931ba94681812d8a1134a155565dab525b0714
Size (eventlog_0.2.12.tar.gz) = 310474 bytes