mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Syslog-ng-incubator 0.3.3 only works with syslog-ng35.
sysutils/syslog-ng-incubator copied to sysutils/syslog-ng-incubator03 in preparation for pending update of main syslog-ng-incubator port to 0.4.X (which will be suported by the syslog-ng 3.6 branch). Submitted by: Peter Czanik (Syslog-ng upline) <peter.czanik@balabit.com>
This commit is contained in:
parent
f22ddf4986
commit
85ddce8024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374735
5 changed files with 67 additions and 0 deletions
|
@ -912,6 +912,7 @@
|
|||
SUBDIR += syslog-ng
|
||||
SUBDIR += syslog-ng-devel
|
||||
SUBDIR += syslog-ng-incubator
|
||||
SUBDIR += syslog-ng-incubator03
|
||||
SUBDIR += syslog-ng33
|
||||
SUBDIR += syslog-ng34
|
||||
SUBDIR += syslog-ng35
|
||||
|
|
29
sysutils/syslog-ng-incubator03/Makefile
Normal file
29
sysutils/syslog-ng-incubator03/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Peter Czanik <czanik@balabit.hu>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= syslog-ng-incubator
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://packages.madhouse-project.org/syslog-ng/incubator/
|
||||
DISTFILES= syslog-ng-incubator-${PORTVERSION}.tar.xz
|
||||
PKGNAMESUFFIX=03
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= The syslog-ng module incubator
|
||||
|
||||
WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION)
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog \
|
||||
libsyslog-ng-3.5.6.so:${PORTSDIR}/sysutils/syslog-ng35
|
||||
|
||||
USES= gmake pkgconfig pathfix bison lua tar:xz libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_AUTOTOOLS= autoconf:env
|
||||
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share/syslog-ng/
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/syslog-ng-incubator03/distinfo
Normal file
2
sysutils/syslog-ng-incubator03/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (syslog-ng-incubator-0.3.3.tar.xz) = 7cc64867fd80e20111d6b5dc054a9ceb17569efe29fd7d71b7a01dec82a7abf7
|
||||
SIZE (syslog-ng-incubator-0.3.3.tar.xz) = 263956
|
8
sysutils/syslog-ng-incubator03/pkg-descr
Normal file
8
sysutils/syslog-ng-incubator03/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
The syslog-ng module incubator (Incubator henceforth) is a collection of
|
||||
tools and modules for syslog-ng that for one reason or the other, are not
|
||||
part of the official repository. This serves both as a staging ground for
|
||||
experimental modules, and as a repository of plugins that are not aimed at
|
||||
upstream inclusion. It's also an example of a third party syslog-ng module.
|
||||
|
||||
The official home page of syslog-ng-incubator is:
|
||||
https://github.com/balabit/syslog-ng-incubator
|
27
sysutils/syslog-ng-incubator03/pkg-plist
Normal file
27
sysutils/syslog-ng-incubator03/pkg-plist
Normal file
|
@ -0,0 +1,27 @@
|
|||
lib/syslog-ng/libbasicfuncs-plus.a
|
||||
lib/syslog-ng/libbasicfuncs-plus.so
|
||||
lib/syslog-ng/libgraphite.a
|
||||
lib/syslog-ng/libgraphite.so
|
||||
lib/syslog-ng/liblua.a
|
||||
lib/syslog-ng/liblua.so
|
||||
lib/syslog-ng/libmod-perl.a
|
||||
lib/syslog-ng/libmod-perl.so
|
||||
lib/syslog-ng/libmod-python.a
|
||||
lib/syslog-ng/libmod-python.so
|
||||
lib/syslog-ng/libmonitor-source.a
|
||||
lib/syslog-ng/libmonitor-source.so
|
||||
lib/syslog-ng/librss.a
|
||||
lib/syslog-ng/librss.so
|
||||
lib/syslog-ng/libtfgetent.a
|
||||
lib/syslog-ng/libtfgetent.so
|
||||
lib/syslog-ng/libtrigger-source.a
|
||||
lib/syslog-ng/libtrigger-source.so
|
||||
share/syslog-ng/include/scl/elasticsearch/es-bridge
|
||||
share/syslog-ng/include/scl/elasticsearch/plugin.conf
|
||||
share/syslog-ng/include/scl/graphite/plugin.conf
|
||||
@dirrmtry share/syslog-ng/include/scl/graphite
|
||||
@dirrm share/syslog-ng/include/scl/elasticsearch
|
||||
@dirrmtry share/syslog-ng/include/scl
|
||||
@dirrmtry share/syslog-ng/include
|
||||
@dirrmtry share/syslog-ng
|
||||
@dirrmtry lib/syslog-ng
|
Loading…
Add table
Reference in a new issue