summaryrefslogtreecommitdiff
path: root/security/libpreludedb-python
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-08-22 22:59:07 +0000
committertnn <tnn@pkgsrc.org>2022-08-22 22:59:07 +0000
commitdabc0cbdc331bca93382d1662ee96876043e0e02 (patch)
tree045dd7ad43d000bf8bd5f1c2922dd261399eb6cd /security/libpreludedb-python
parent569813dfb57d330bd4cc4bbc499cb5df8f0582d8 (diff)
downloadpkgsrc-dabc0cbdc331bca93382d1662ee96876043e0e02.tar.gz
prelude: remove from pkgsrc
prelude is unmaintained in pkgsrc since 2009 and is several major versions behind. This makes it useless for it's intended purpose as an intrusion detection system. Can be revived if/when there is an interested maintainer. But it's probably easier to start from scratch given how stale these packages were.
Diffstat (limited to 'security/libpreludedb-python')
-rw-r--r--security/libpreludedb-python/DESCR8
-rw-r--r--security/libpreludedb-python/Makefile25
-rw-r--r--security/libpreludedb-python/PLIST5
-rw-r--r--security/libpreludedb-python/buildlink3.mk14
4 files changed, 0 insertions, 52 deletions
diff --git a/security/libpreludedb-python/DESCR b/security/libpreludedb-python/DESCR
deleted file mode 100644
index 43ee5edbaa3..00000000000
--- a/security/libpreludedb-python/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Prelude is a hybrid IDS consisting of multiple
-sensors, managers, and a display console. This
-is Prelude DB Library. It allow the interface
-allowing Prelude to use a DBMS for alert storage.
-While libprelude support a choice of MySQL or
-postgreSQL, this package uses MySQL because it
-was nearly an order of magnitude faster during
-test operation.
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile
deleted file mode 100644
index d105287b68d..00000000000
--- a/security/libpreludedb-python/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.40 2022/06/30 11:18:47 nia Exp $
-
-PKGNAME= libpreludedb-python-${VERSION}
-PKGREVISION= 28
-COMMENT= Python bindings for LibPreludeDB libraries
-
-.include "../../security/libpreludedb/Makefile.common"
-
-CONFIGURE_ARGS+= --with-perl=no
-CONFIGURE_ARGS+= --with-mysql=no
-CONFIGURE_ARGS+= --with-postgresql=no
-CONFIGURE_ARGS+= --with-sqlite3=no
-
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYBINMODULE= yes
-PY_PATCHPLIST= yes
-BUILD_DIRS= bindings
-
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.24.1
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../security/libpreludedb/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/libpreludedb-python/PLIST b/security/libpreludedb-python/PLIST
deleted file mode 100644
index a0f52719ffe..00000000000
--- a/security/libpreludedb-python/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2022/02/01 11:41:47 wiz Exp $
-${PYSITELIB}/_preludedb.so
-${PYSITELIB}/preludedb-0.0.0-py2.7.egg-info
-${PYSITELIB}/preludedb.py
-${PYSITELIB}/preludedb.pyc
diff --git a/security/libpreludedb-python/buildlink3.mk b/security/libpreludedb-python/buildlink3.mk
deleted file mode 100644
index 83190e9b491..00000000000
--- a/security/libpreludedb-python/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:35:37 wiz Exp $
-
-BUILDLINK_TREE+= libpreludedb-python
-
-.if !defined(LIBPRELUDEDB_PYTHON_BUILDLINK3_MK)
-LIBPRELUDEDB_PYTHON_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libpreludedb-python+= libpreludedb-python>=0.9.15.3
-BUILDLINK_ABI_DEPENDS.libpreludedb-python?= libpreludedb-python>=0.9.15.3nb27
-BUILDLINK_PKGSRCDIR.libpreludedb-python?= ../../security/libpreludedb-python
-
-.endif # LIBPRELUDEDB_PYTHON_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libpreludedb-python