View | Details | Raw Unified | Return to bug 231739 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/py-bro-pkg/Makefile (+28 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	bro-pkg
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4.2
6
CATEGORIES=	security
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	mshirk@daemon-security.com
10
COMMENT=	Bro NSM package manager
11
12
LICENSE=	BSD3CLAUSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}semantic_version>=0:devel/py-semantic_version@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}btest>=0:devel/py-btest@${PY_FLAVOR}
18
19
USES=		python
20
USE_PYTHON=	autoplist concurrent distutils
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	bro
24
GH_PROJECT=	package-manager
25
26
NO_ARCH=	yes
27
28
.include <bsd.port.mk>
(-)b/security/py-bro-pkg/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1538003125                                                                                                                                                                                            
2
SHA256 (bro-package-manager-v1.4.2_GH0.tar.gz) = 25e9ed42066cece276023dbbde65eff02fd7e879127883b02a4ae3a6350b0d1d                                                                                                 
3
SIZE (bro-package-manager-v1.4.2_GH0.tar.gz) = 87843
(-)b/security/py-bro-pkg/pkg-descr (+18 lines)
Line 0 Link Here
1
The Bro Package Manager makes it easy for Bro users to install
2
and manage third party scripts as well as plugins for Bro and
3
BroControl. The command-line tool is preconfigured scripts as
4
well as plugins for Bro and BroControl. The command-line tool 
5
is preconfigured to download packages from the Bro package source,
6
a GitHub repository that has been setup such that any developer
7
can request their Bro package be included. See the README file
8
of that repository for information regarding the package submission
9
process. NOTE: It's left up to users to decide for themselves 
10
via code review, GitHub comments/stars, or other metrics whether
11
any given package is trustworthy as there is no implied guarantees
12
that it's secure just because it's been accepted into the default
13
package source. See the package manager documentation for further
14
usage information, how-to guides, and walkthroughs. For offline
15
reading, it's also available in the doc/ directory of the
16
source code distribution.
17
18
WWW: https://github.com/bro/package-manager/
(-)b/security/py-bro-pkg/pkg-message (+7 lines)
Line 0 Link Here
1
======================================================================
2
3
Run the following to configure bro-pkg:
4
5
bro-pkg autoconfig
6
7
======================================================================

Return to bug 231739