Port details |
- broccoli Bro Client Communications Library
- 1.101,1 security
=0 1.101,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends lang/python27 which is EOLed upstream
This port expired on: 2020-12-31
- Maintainer: leres@FreeBSD.org
- Port Added: 2013-10-16 20:22:03
- Last Update: 2021-01-02 14:52:13
- SVN Revision: 559949
- License: BSD3CLAUSE
- WWW:
- https://www.icir.org/christian/broccoli/
- Description:
- Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.
WWW: https://www.icir.org/christian/broccoli/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- broccoli>0:security/broccoli
- No installation instructions:
- This port has been deleted.
- PKGNAME: broccoli
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1548186823
SHA256 (bro-2.6.1.tar.gz) = d9718b83fdae0c76eea5254a4b9470304c4d1d3778687de9a4fe0b5dffea521b
SIZE (bro-2.6.1.tar.gz) = 28432762
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- cmake : devel/cmake
- ninja : devel/ninja
- bison : devel/bison
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for broccoli-1.101,1:
DEBUG=off: Build with debugging support
PYTHON=on: Build python bindings for broccoli
RUBY=off: Build ruby bindings for broccoli
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake ssl bison python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.101,1 02 Jan 2021 14:52:13 |
rene |
Remove expired ports:
lang/julia: metaport, useless without any consumers
2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream
2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream
2020-12-31 mail/getmail: Uses deprecated version of python
2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream
2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7
which is EOLed upstream
2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which
is EOLed upstream
2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/cliqz: Uses deprecated version of python
2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream
2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream |
1.101,1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
1.101,1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
1.101,1 19 Nov 2020 00:48:33 |
leres |
security/broccoli: Explicitly deprecate due to dependency on lang/python27
Given its dependency on lang/python27, lets deprecate broccoli
itself to give ports that depend it a little warning.
(It looks like security/barnyard2 is the only one left.)
PR: 249760
Reported by: swills |
1.101,1 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
1.101,1 02 Feb 2019 21:22:58 |
leres |
Update to 1.101.
PR: 235139
Submitted by: bofh
Approved by: ler (mentor, implicit) |
1.97_1,1 14 Jan 2019 17:50:45 |
leres |
net/GeoIP has been deprecated but security/broccoli builds without
it; remove GeoIP dependency and undeprecate.
While we're here fix some portlint reported Makefile variable order
issues.
Approved by: ler (mentor, implicit) |
1.97,1 13 Jan 2019 21:22:07 |
adamw |
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports. |
1.97,1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.97,1 20 Dec 2017 11:09:19 |
bapt |
Use swig 3.0
Cleanup bison dependency |
1.97,1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.97,1 21 Oct 2017 00:45:50 |
leres |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748 |
1.97,1 15 Sep 2017 18:18:26 |
leres |
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374 |
1.97,1 28 Oct 2016 17:55:30 |
danfe |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched. |
1.97,1 11 Sep 2016 23:57:56 |
marino |
security/broccoli: Document SSL requirement and handle no SSLv3 (LibreSSL)
Approved by: SSL blanket |
1.97,1 10 Apr 2016 09:41:20 |
bapt |
Convert to @sample |
1.97,1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.97,1 23 Oct 2015 18:12:27 |
riggs |
Adopt broccoli version numbering, update to 1.97
The gist from maintainer's explanation of the situation:
Upon creation of the port, the version number of the bro
distribution broccoli was packaged with was used. But it
makes more sense to use broccoli's actual version number.
PR: 203848
Submitted by: leres@ee.lbl.gov (maintainer) |
2.3.2 02 Feb 2015 22:25:24 |
pi |
security/bro, security/broccoli: 2.3 -> 2.3.2
This updates bro and broccoli from 2.3 and 2.3.2, which is a security
update.
Changes to the bro port:
- Rework openssl option logic
- Remove obsolete
- pkgng related changes
Changes to the broccoli port:
- Remove unused DOCS option
- Enable PYTHON by default
- pkgng related changes
- Minor portlint changes (Only the first 15 lines of the commit message are shown above ) |
2.3_1 04 Jan 2015 08:23:24 |
mva |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python |
2.3_1 01 Sep 2014 13:03:25 |
bapt |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693 |
2.3_1 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
2.3 10 Aug 2014 21:51:59 |
cs |
Update to 2.3
PR: 192105
Submitted by: leres@ee.lbl.gov (maintainer) |
2.2_2 16 Jul 2014 03:18:26 |
adamw |
Add DOCS option where PORTDOCS is in plist. |
2.2_2 31 Jan 2014 21:19:17 |
cs |
Fix make package when BRO_PREFIX is defined and PYTHON is
enabled.
PR: ports/185814
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
MFH: 2014Q1 |
2.2_1 24 Dec 2013 09:32:48 |
jadawin |
- use PYTHONPREFIX_LIBDIR
PR: ports/185120
Submitted by: maintainer |
2.2_1 18 Dec 2013 15:05:22 |
jadawin |
- Unbreak make package without Python
PR: ports/184784
Submitted by: maintainer |
2.2_1 13 Dec 2013 23:25:36 |
mat |
- Install python bits in a sensible place.
- Install ruby bits in a sensible place.
- Convert to new OPTIONS framework.
- Remove dependency on Perl, nothing in the sources needs it.
- Use new LIB_DEPENDS format.
PR: ports/184519
Submitted by: mat
Approved by: maintainer |
2.2 22 Nov 2013 15:02:05 |
jadawin |
- Update to 2.2
- Update MASTER_SITES
- Add LICENSE
- Support STAGE
PR: ports/183939
Submitted by: maintainer |
2.1 16 Oct 2013 20:21:52 |
tabthorpe |
Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.
WWW: http://www.icir.org/christian/broccoli/
PR: ports/ports/182476
Submitted by: Craig Leres <leres@ee.lbl.gov> |