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

View File

@@ -0,0 +1,8 @@
Prelude is a hybrid IDS consisting of multiple
sensors, managers, and a display console. LibPrelude
is the glue that binds all aspects of Prelude together.
LibPrelude is a library which enables Prelude
components to communicate in a standard IDMEF method.
This package installs low-level and easy bindings for
python.

View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:34 asau Exp $
PKGNAME= libprelude-python-${VERSION}
PKGREVISION= 5
COMMENT= Python bindings to LibPrelude
.include "../../security/libprelude/Makefile.common"
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PY_PATCHPLIST= yes
BUILD_DIRS= bindings/low-level/python bindings/python
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CFLAGS= -O0 -ggdb
.endif
.include "../../devel/libltdl/convenience.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/gnutls/libgnutls-config.mk"
.include "../../security/libprelude/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/23 19:05:56 hasso Exp $
${PYSITELIB}/_prelude.so
${PYSITELIB}/prelude.py
${PYSITELIB}/prelude.pyc
${PYSITELIB}/PreludeEasy.py
${PYSITELIB}/PreludeEasy.pyc
${PYSITELIB}/_PreludeEasy.so

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/23 19:05:56 hasso Exp $
BUILDLINK_TREE+= libprelude-python
.if !defined(LIBPRELUDE_PYTHON_BUILDLINK3_MK)
LIBPRELUDE_PYTHON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libprelude-python+= libprelude-python>=0.9.24
BUILDLINK_PKGSRCDIR.libprelude-python?= ../../security/libprelude-python
.endif # LIBPRELUDE_PYTHON_BUILDLINK3_MK
BUILDLINK_TREE+= -libprelude-python