aboutsummaryrefslogtreecommitdiff
path: root/net/kafkacat
Commit message (Collapse)AuthorAgeFilesLines
* net/kafkacat: Update to 1.5.0Danilo G. Baio2019-09-142-4/+4
| | | | | | | | | | Changelog: https://github.com/edenhill/kafkacat/releases/tag/1.5.0 PR: 240567 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Notes: svn path=/head/; revision=512037
* net/kafkacat: Update to 1.4.0Kai Knoblich2019-04-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: * Make sure topic configuration is applied first * JSON: emit NULL keys and values as null rather than empty string * Fix tstype json output * Honour -c count in consumer mode by yielding https://github.com/edenhill/kafkacat/releases/tag/1.4.0 PR: 237156 Submitted by: Sergey Akhmatov (maintainer) Approved by: mentors (implicit) Notes: svn path=/head/; revision=498537
* Use USES=pkgconfig where appropriate, round 2Tobias Kortkamp2019-01-131-3/+2
| | | | Notes: svn path=/head/; revision=490158
* Maintainership back to SubmitterJochen Neumeister2018-07-101-1/+1
| | | | | | | | | PR: 229673 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: joneum, Kai (freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=474357
* - Reset MAINTAINERship due to multiple fatal email bouncedRyan Steinmetz2018-07-051-1/+1
| | | | Notes: svn path=/head/; revision=473941
* net/kafkacat: Update to 1.3.1Danilo G. Baio2017-10-122-6/+10
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=451875
* Maintainer has asked for port to be returned to the wild.Mark Linimon2017-10-091-1/+1
| | | | | | | PR: 222791 Notes: svn path=/head/; revision=451646
* Update both librdkafka and kafkacat to their latest revisionsGeorge V. Neville-Neil2016-06-263-11/+5
| | | | | | | | | | 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 Notes: svn path=/head/; revision=417598
* Github cleanup.Mathieu Arnold2016-06-012-4/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=416242
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* kafkacat is a generic non-JVM producer and consumerMark Felder2016-03-154-0/+51
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> Notes: svn path=/head/; revision=411195