View | Details | Raw Unified | Return to bug 82829
Collapse All | Expand All

(-)base/Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	base
8
PORTNAME=	base
9
PORTVERSION=	1.1.3
9
PORTVERSION=	1.1.3
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	secureideas
13
MASTER_SITE_SUBDIR=	secureideas
Lines 15-21 Link Here
15
COMMENT=	Basic Analysis and Security Engine - analyzing Snort alerts
16
COMMENT=	Basic Analysis and Security Engine - analyzing Snort alerts
16
17
17
RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
18
RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
18
		${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb
19
		${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \
20
		${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph
19
21
20
USE_PHP=	yes
22
USE_PHP=	yes
21
USE_REINPLACE=	yes
23
USE_REINPLACE=	yes
(-)base/files/pkg-message.in (-2 / +15 lines)
Lines 1-8 Link Here
1
************************************************************
1
========================================================================
2
2
Please read the README file located at:
3
Please read the README file located at:
3
4
4
%%DOCSDIR%%/README
5
%%DOCSDIR%%/README
5
6
6
for how to configure %%PREFIX%%/www/base/base_conf.php after
7
for how to configure %%PREFIX%%/www/base/base_conf.php after
7
installation.
8
installation.
8
************************************************************
9
10
11
To make BASE accessible through your web site, you will need to add
12
the following to your Apache configuration file:
13
14
    Alias /base/ "%%PREFIX%%/www/base"
15
16
In order for the graphing functions to work in BASE, make sure you
17
include PEAR in your %%LOCALBASE%%/etc/php.ini configuration file, like:
18
19
    include_path = ".:%%PREFIX%%/share/pear"
20
21
========================================================================

Return to bug 82829