Port details |
- razorback-dispatcher Framework for an intelligence driven security - Dispatcher
- 0.5.0_5 security
=0 0.5.0_5Version of this port present on the latest quarterly branch.
- BROKEN: uses deprecated libssh API
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: uses deprecated libssh API
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-06-11 02:21:32
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: GPLv2
- WWW:
- http://razorbacktm.sourceforge.net/
- Description:
- Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
-
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:
-
- razorback-dispatcher>0:security/razorback-dispatcher
- No installation instructions:
- This port has been deleted.
- PKGNAME: razorback-dispatcher
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (razorback/dispatcher-0.5.0.tar.gz) = 8e7fcc03ea08c86fd35971857c8ca03531909942b2c9e3c6d159252c1dec26a7
SIZE (razorback/dispatcher-0.5.0.tar.gz) = 401689
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- librazorback_api.so : security/razorback-api
- libjson-c.so : devel/json-c
- libmemcached.so : databases/libmemcached
- libcli.so : devel/libcli
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for razorback-dispatcher-0.5.0_5:
ACTIVEMQ=off: ActiveMQ runs locally
ASSERT=off: Enable Asserts
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf libtool mysql pathfix pkgconfig
- 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 |
0.5.0_5 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.5.0_5 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.5.0_5 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
0.5.0_5 14 Nov 2019 01:04:01 |
jhb |
Update security/razorback-api to compile with OpenSSL 1.1.x.
This is only compile tested, not run-tested as I don't use this
software. Rather than patching the nested libssh, it switches
to using libssh from security/libssh. There is then an additional
patch to support OpenSSL 1.1.
PR: 228938
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D20844 |
0.5.0_5 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.5.0_5 08 Jan 2019 10:42:13 |
tobik |
security/razorback-dispatcher: Convert to options helpers |
0.5.0_5 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
0.5.0_4 03 Jan 2018 13:36:58 |
sunpoet |
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine |
0.5.0_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.5.0_3 10 Aug 2015 19:20:28 |
amdmi3 |
- Switch to USES=autoreconf |
0.5.0_3 11 Dec 2014 05:26:39 |
koobs |
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) |
0.5.0_2 13 Nov 2014 10:38:17 |
antoine |
Cleanup plist |
0.5.0_2 20 Aug 2014 18:11:00 |
marino |
security/razorback-dispatcher: Chase json-c update (Unbreak) |
0.5.0_1 11 Jul 2014 15:59:42 |
pawel |
- Add staging support
- Convert to new LIB_DEPENDS format, options helpers, USES=libtool
- Use @sample for config file |
0.5.0_1 04 Jul 2014 12:46:11 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.5.0_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.5.0_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.5.0_1 10 Sep 2013 17:39:41 |
bapt |
Add an explicit dependency on pkgconf |
0.5.0_1 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.5.0_1 16 Nov 2012 03:44:10 |
tj |
* Fix build against libcli 0.9.6
* Make dependance on ActiveMQ off by default.
Feature safe: yes
Approved by: eadler (mentor) |
0.5.0 11 Jun 2012 02:33:06 |
zi |
- Update delays/counts in rc script |
0.5.0 11 Jun 2012 02:20:53 |
zi |
New port: security/razorback-dispatcher:
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167738
Submitted by: Tom Judge <tom@tomjudge.com> |