Port details |
- kafkacat Generic command line non-JVM Apache Kafka producer and consumer
- 1.6.0 net
=0 1.6.0Version of this port present on the latest quarterly branch. - Maintainer: sergey@akhmatov.ru
 - Port Added: 2016-03-15 17:19:18
- Last Update: 2021-10-06 05:42:08
- Commit Hash: 7e8d9b8
- License: BSD2CLAUSE
- WWW:
- https://github.com/edenhill/kafkacat/
- Description:
- kafkacat is a generic non-JVM producer and consumer
for Apache Kafka. Think of it as a netcat for
Kafka.
WWW: https://github.com/edenhill/kafkacat/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: kafkacat
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595406133
SHA256 (edenhill-kafkacat-1.6.0_GH0.tar.gz) = e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0
SIZE (edenhill-kafkacat-1.6.0_GH0.tar.gz) = 131314
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- librdkafka.so : net/librdkafka
- libyajl.so : devel/yajl
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kafkacat-1.6.0:
AVRO=off: Avro/Schema-Registry support (requires libserdes) [BROKEN]
JSON=off: JSON support (requires libyajl2)
===> Use 'make config' to modify these settings
- Options name:
- net_kafkacat
- USES:
- gmake 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 |
1.6.0 06 Oct 2021 05:42:08
    |
Vanilla I. Shu (vanilla)  |
net/kafkacat: update to 1.7.0, and rename to kcat.
PR: 258061
Reported by: maintainer |
1.6.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6.0 08 Mar 2021 18:12:33
  |
rhurlin  |
net/kafkacat: Update to 1.6.0
New options AVRO and JSON.
AVRO broken for now because of upstream problem with pkg-config
Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.6.0
PR: 254093
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) |
1.5.0 14 Sep 2019 17:02:42
  |
dbaio  |
net/kafkacat: Update to 1.5.0
Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.5.0
PR: 240567
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) |
1.4.0 10 Apr 2019 07:43:24
  |
kai  |
net/kafkacat: Update to 1.4.0
Changelog:
Enhancements:
* Consumer: Add support for printing message headers (-f ".. %h.. \n")
* Producer: Add support for specifying message headers (-H name=value)
* Emit current controllerId in metadata output, if supported
* Add -F <file> to read config from file. Defaults to $KAFKACAT_CONFIG or
~/.config/kafkacat.conf. With some support for translating Java config
properties to librdkafka counterparts.
* Support Fixed key (-k ..)
Fixes: (Only the first 15 lines of the commit message are shown above ) |
1.3.1 13 Jan 2019 17:28:15
  |
tobik  |
Use USES=pkgconfig where appropriate, round 2 |
1.3.1 10 Jul 2018 12:37:48
  |
joneum  |
Maintainership back to Submitter
PR: 229673
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Approved by: joneum, Kai (freebsd_ports@k-worx.org> |
1.3.1 05 Jul 2018 00:27:46
  |
zi  |
- Reset MAINTAINERship due to multiple fatal email bounced |
1.3.1 12 Oct 2017 13:17:48
  |
dbaio  |
net/kafkacat: Update to 1.3.1
Don't need to depends on perl5.
Strip kafkacat binary.
Pass MAINTAINER'ship to submitter.
While here, add LICENSE_FILE.
PR: 222791
Submitted by: sergey@akhmatov.ru |
1.3.0 09 Oct 2017 22:02:43
  |
linimon  |
Maintainer has asked for port to be returned to the wild.
PR: 222791 |
1.3.0 26 Jun 2016 18:20:37
  |
gnn  |
Update both librdkafka and kafkacat to their latest revisions
Submitted by: Arun Thomas <arun.thomas at gmail.com>
Reviewed by: Victor <xnasx at yangdex.rgu>
Approved by: Victor <xnasx at yangdex.rgu> (maintainer)
Sponsored by: DARPA/AFRL |
1.2.0 01 Jun 2016 13:15:37
  |
mat  |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
1.2.0 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.2.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.0 15 Mar 2016 17:19:11
  |
feld  |
kafkacat is a generic non-JVM producer and consumer
for Apache Kafka. Think of it as a netcat for
Kafka.
WWW: https://github.com/edenhill/kafkacat/
PR: 201522
Submitted by: Victor Yagofarov <xnasx@yandex.ru> |