pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libpreludedb-perl Add perl bindings for LibPr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d417eda2e96
branches:  trunk
changeset: 399779:3d417eda2e96
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Fri Oct 02 09:59:40 2009 +0000

description:
Add perl bindings for LibPreludeDB libraries. Approved by agc@.

diffstat:

 security/libpreludedb-perl/DESCR         |   8 ++++++++
 security/libpreludedb-perl/Makefile      |  28 ++++++++++++++++++++++++++++
 security/libpreludedb-perl/buildlink3.mk |  13 +++++++++++++
 security/libpreludedb-perl/distinfo      |   9 +++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 5dbcc2bc0652 -r 3d417eda2e96 security/libpreludedb-perl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libpreludedb-perl/DESCR  Fri Oct 02 09:59:40 2009 +0000
@@ -0,0 +1,8 @@
+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 -r 5dbcc2bc0652 -r 3d417eda2e96 security/libpreludedb-perl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libpreludedb-perl/Makefile       Fri Oct 02 09:59:40 2009 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/02 09:59:40 hasso Exp $
+#
+
+.include "../../security/libpreludedb/Makefile.common"
+.include "../../mk/bsd.prefs.mk"
+
+PATCHDIR=              ${.CURDIR}/../libpreludedb/patches
+PKGNAME=               libpreludedb-perl-${VERSION}
+COMMENT=               Perl bindings for LibPreludeDB libraries
+
+CONFIGURE_ARGS+=       --with-python=no
+CONFIGURE_ARGS+=       --with-mysql=no
+CONFIGURE_ARGS+=       --with-postgresql=no
+CONFIGURE_ARGS+=       --with-sqlite3=no
+
+BUILD_DIRS=            bindings
+
+CONFIGURE_ARGS+=       --with-perl=${PERL5:Q} --with-perl-installdirs=vendor
+USE_TOOLS+=            perl:run
+
+PERL5_PACKLIST=                ${PERL5_VENDORARCH}auto/PreludeDB/.packlist
+PERL5_CONFIGURE=       no
+
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../security/libpreludedb/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5dbcc2bc0652 -r 3d417eda2e96 security/libpreludedb-perl/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libpreludedb-perl/buildlink3.mk  Fri Oct 02 09:59:40 2009 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/10/02 09:59:40 hasso Exp $
+
+BUILDLINK_TREE+=       libpreludedb-perl
+
+.if !defined(LIBPRELUDEDB_PERL_BUILDLINK3_MK)
+LIBPRELUDEDB_PERL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libpreludedb-perl+=      libpreludedb-perl>=0.9.15.3
+BUILDLINK_PKGSRCDIR.libpreludedb-perl?=        ../../security/libpreludedb-perl
+
+.endif # LIBPRELUDEDB_PERL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libpreludedb-perl
diff -r 5dbcc2bc0652 -r 3d417eda2e96 security/libpreludedb-perl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/libpreludedb-perl/distinfo       Fri Oct 02 09:59:40 2009 +0000
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/02 09:59:40 hasso Exp $
+
+SHA1 (libpreludedb-0.9.15.3.tar.gz) = 617ca366401f461380ceff5de037efa7743ca1ec
+RMD160 (libpreludedb-0.9.15.3.tar.gz) = 70af1692966a6b31d4b18a2342a74991d3e8bfed
+Size (libpreludedb-0.9.15.3.tar.gz) = 935457 bytes
+SHA1 (patch-aa) = 11cb4f1353a5dbfc046992d862230849aeb21afa
+SHA1 (patch-ab) = 52fe326b51634cdc123d4ccb48ac054c7cf318c4
+SHA1 (patch-ac) = d71fa2d8ec5c84692dc68801e06651bc70628e89
+SHA1 (patch-ad) = abd409d4e955f202796a5cb9da3360a76e8d2855



Home | Main Index | Thread Index | Old Index