diff options
| author | tnn <tnn@pkgsrc.org> | 2022-08-22 22:59:07 +0000 |
|---|---|---|
| committer | tnn <tnn@pkgsrc.org> | 2022-08-22 22:59:07 +0000 |
| commit | dabc0cbdc331bca93382d1662ee96876043e0e02 (patch) | |
| tree | 045dd7ad43d000bf8bd5f1c2922dd261399eb6cd /security/libprelude-python | |
| parent | 569813dfb57d330bd4cc4bbc499cb5df8f0582d8 (diff) | |
| download | pkgsrc-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/libprelude-python')
| -rw-r--r-- | security/libprelude-python/DESCR | 8 | ||||
| -rw-r--r-- | security/libprelude-python/Makefile | 34 | ||||
| -rw-r--r-- | security/libprelude-python/PLIST | 9 | ||||
| -rw-r--r-- | security/libprelude-python/buildlink3.mk | 13 |
4 files changed, 0 insertions, 64 deletions
diff --git a/security/libprelude-python/DESCR b/security/libprelude-python/DESCR deleted file mode 100644 index 247f0c33961..00000000000 --- a/security/libprelude-python/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -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. diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile deleted file mode 100644 index 8d100d27659..00000000000 --- a/security/libprelude-python/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $NetBSD: Makefile,v 1.35 2022/06/30 11:18:47 nia Exp $ - -PKGNAME= libprelude-python-${VERSION} -PKGREVISION= 22 -COMMENT= Python bindings to LibPrelude - -.include "../../security/libprelude/Makefile.common" - -TOOLS_BROKEN+= perl -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 - -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.24.1 - -.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" diff --git a/security/libprelude-python/PLIST b/security/libprelude-python/PLIST deleted file mode 100644 index f3c47d3fa54..00000000000 --- a/security/libprelude-python/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2022/02/01 11:38:39 wiz Exp $ -${PYSITELIB}/PreludeEasy-${PKGVERSION}-py2.7.egg-info -${PYSITELIB}/PreludeEasy.py -${PYSITELIB}/PreludeEasy.pyc -${PYSITELIB}/_PreludeEasy.so -${PYSITELIB}/_prelude.so -${PYSITELIB}/prelude-${PKGVERSION}-py2.7.egg-info -${PYSITELIB}/prelude.py -${PYSITELIB}/prelude.pyc diff --git a/security/libprelude-python/buildlink3.mk b/security/libprelude-python/buildlink3.mk deleted file mode 100644 index 7b5e5a545c4..00000000000 --- a/security/libprelude-python/buildlink3.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.3 2022/06/28 11:35:36 wiz 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_ABI_DEPENDS.libprelude-python?= libprelude-python>=0.9.24.1nb21 -BUILDLINK_PKGSRCDIR.libprelude-python?= ../../security/libprelude-python -.endif # LIBPRELUDE_PYTHON_BUILDLINK3_MK - -BUILDLINK_TREE+= -libprelude-python |
