aboutsummaryrefslogtreecommitdiff
path: root/misc/fq
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-151-0/+1
| | | | MFH: 2024Q2
* misc/fq: the port had been updated to version 0.11.0Alexey Dokuchaev2024-04-142-29/+25
| | | | | | | | - New iNES/NES 2.0 ROM and basic JPEG 2000 decode support - jq language improvements and fixes from gojq upstream - Various other small improvements and fixes (as always) Notified by: upstream (the author) on GitHub
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-241-0/+1
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* misc/fq: the port had been updated to version 0.10.0Alexey Dokuchaev2024-02-122-20/+22
| | | | | | | | Adds support for various LevelDB formats, Garmin Flexible and Interoperable Data Transfer format (FIT), peppered with usual bunch of smaller fixes and updates. Notified by: upstream (the author), portscout
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2024-02-111-1/+1
| | | | PR: 276530
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2023-12-071-0/+1
| | | | PR: 274405
* misc/fq: the port had been updated to version 0.9.0Alexey Dokuchaev2023-11-272-28/+28
| | | | | | | Bugfix release with various decoder and interpreter fixes and improvements; see CHANGES.md for examples and details. Notified by: upstream (the author), portscout
* misc/fq: the port had been updated to version 0.8.0Alexey Dokuchaev2023-09-282-26/+25
| | | | | | | Adds CAFF, MOC3 (proprietary file formats used by Live2D Cubism), and OpenTimestamps (OTS) decoders; minor improvements and fixes. Notified by: upstream (the author), portscout
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-041-0/+1
|
* misc/fq: the port had been updated to version 0.7.0Alexey Dokuchaev2023-07-092-25/+25
| | | | | | | Adds LuaJIT bytecode decoder otherwise mostly small improvements and fixes. Notified by: upstream (the author), portscout
* misc/fq: the port had been updated to version 0.6.0Alexey Dokuchaev2023-05-172-13/+13
| | | | | | | | | Adds a bunch of PostgreSQL decoders, more intuitive tovalue, skip gap fields, binary type fixes, binary hex string output, HTML is now probeable and some fixes and improvement to bson, MP4, id3v2, matroska, etc. format decoders. Notified by: upstream (the author)
* misc/fq: the port had been updated to version 0.5.0Alexey Dokuchaev2023-04-142-23/+22
| | | | | | Adds -V for easier JSON output, otherwise mostly bug fixes. Notified by: upstream (the author)
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-0/+1
|
* misc/fq: the port had been updated to version 0.4.0Alexey Dokuchaev2023-03-102-23/+22
| | | | | | | Adds TLS decode/decryption, matroska/webm streaming support, raw IP pcap support, and some bug fixes. Notified by: portscout, upstream author
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-0/+1
|
* misc/fq: update the port to version 0.3.0 (bug fix release)Alexey Dokuchaev2023-02-032-29/+28
| | | | | | | | | No new features mostly due to holidays and other things, but: - TCP reassembly is now less strict about invalid TCP options - REPL now handles the del[ete] key properly Notified by: upstream author
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-0/+1
|
* misc/fq: the port had been updated to version 0.2.0Alexey Dokuchaev2023-01-032-26/+25
| | | | | | | | This ended up being a release to cleanup old sins in the decoder internals, change some defaults how binary values work with JSON and string functions, and add two new data decoders. Notified by: upstream author and portscout
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-0/+1
|
* misc/fq: the port had been updated to version 0.1.0Alexey Dokuchaev2022-11-242-32/+31
| | | | | | | | | | | Added AVI decoder and replaced raw with more convenient bits and bytes format. Otherwise mostly small updates and bug fixes. Increase minor version; fq does not use semantic versioning (yet) but it is probably a good idea to start increasing minor version when adding features to be able to do patch releases. Notified by: upstream author
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-0/+1
|
* misc/fq: the port had been updated to version 0.0.10.Alexey Dokuchaev2022-10-052-26/+28
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-0/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc/fq: update the port to version 0.0.9Alexey Dokuchaev2022-08-262-20/+22
| | | | Notified by: upstream author
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-0/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* misc/fq: update the port to version 0.0.8.Alexey Dokuchaev2022-07-302-14/+34
| | | | Reported by: upstream author and portscout
* misc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Adam Weinberger <adam@vectors.cx> * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan E <alane@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alex Stangl <alex@stangl.us> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey Zelkin <phantom@FreeBSD.org> * Andreas Kohout <shanee@rabbit.augusta.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Stuart <elitetek@tekrealm.net> * Andrey Simonenko * Andrey Zakhvatov * Andy Kosela <akosela@andykosela.com> * Andy Pavlo <amp0928@rit.edu> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Attila Nagy <bra@fsn.hu> * Bjorn Lindstrom <bkhl@elektrubadur.se> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brent J. Nordquist <bjn@visi.com> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chris Costello <chris@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Chris Stuart <firewolf@lightningfire.net> * Conrad Sabatier <conrads@home.com> * Dan Moschuk <dan@FreeBSD.org> * Daniel B. Hemmerich <dan@spot.org> * David Johnson <david@usermode.org> * David O'Brien (obrien@cs.ucdavis.edu) * Dean Hollister <dean@odyssey.apana.org.au> * Denis Shaposhnikov <dsh@vlink.ru> * Dereckson <dereckson@gmail.com> * Dima Dorfman <dima@unixfreak.org> * Dima Sivachenko * Dima Sivachenko <dima@chg.ru> * Dmitry Morozovsky <marck@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Turgeon <ericbsd@FreeBSD.org> * Evaldas Auryla <ea@zaib.as> * Filippo Natali <filippo@widestore.net> * Frank Steinborn <steinex@nognu.de> * Frederic Culot <culot@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * Greg Lehey <grog@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Harald Schmalzbauer <freebsd@omnilan.de> * Harald Wille <harald.wille@students.jku.at> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@unixway.org> * J Han <hjh@best.com> * James Earl <jdearl@telus.net> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jeremy Shaffner <jeremy@external.org> * Jim Mock <jim@FreeBSD.org> * Joao Carlos Mendes Luis <jonny@jonny.eng.br> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johann Visagie <wjv@FreeBSD.org> * John Marino <marino@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Rodriguez <king@v2project.com> * Julian Stacey <jhs@FreeBSD.org> * KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Kelly Yancey <kbyanc@posi.net> * Kim Scarborough <user@unknown.nu> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarew <ponomarew@oberon.net> * Koop Mast <kwm@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Leland Wang <llwang@infor.org> * Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> * Maksym Sobolyev <sobomax@pbxpress.it> * Marc Fonvieille <blackend@FreeBSD.org> * Marcus Alves Grando <mnag@FreeBSD.org> * Marie Loise Nolden <loise@kde.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Blapp <mb@imp.ch> * Martin Neubauer <m.ne@gmx.net> * Martin Wilke <miwi@FreeBSD.org> * Mathieu Arnold <m@absolight.net> * Matt Emmerton <matt@gsicomp.on.ca> * Matt Mills <matt_mills@btopenworld.com> * Matthew Seaman * Matthias Andree <matthias.andree@gmx.de> * Max Khon <fjoe@FreeBSD.org> * Maxim Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael A. Kohn <mike@mikekohn.net> * Michael Elbel (me) * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikael Urankar <mikael.urankar@gmail.com> * Mike Smith <msmith@FreeBSD.org> * Miklos Niedermayer <mico@bsd.hu> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Naito Yuichiro <naito.yuichiro@gmail.com> * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Niek Bergboer <niek@bergboer.net> * Oleh Hushchenkov <gor@clogic.com.ua> * Oliver Lehmann <oliver@FreeBSD.org> * Patrick Li <pat@databits.net> * Patrick Seal <patseal@hyperhost.net> * Pav Lucistnik <pav@oook.cz> * Pete Fritchman <petef@databits.net> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf S. Engelschall <rse@engelschall.com> * Robert Withrow <witr@rwwa.com> * Roman Bogorodskiy <novel@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryan Steinmetz <zi@FreeBSD.org> * Sander Vesik <sander@haldjas.folklore.ee> * Scot W. Hetzel * Seamus Venasse <svenasse@polaris.ca> * Sebastien gioria <gioria@FreeBSD.org> * Serge Gagnon <gagnon__s@videotron.ca> * Sergei Kolobov <sergei@kolobov.com> * Sergey Skvortsov <skv@protey.ru> * SimaMoto,RyoTa <liangtai.s4@gmail.com> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Slaven Rezic <slaven@rezic.de> * Stefan Walter <swalter@lettermax.de> * Stephen Farrell <steve@farrell.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven Enderle <enderle@mdn.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@FreeBSD.org>) * Thomas Gellekum <tg@FreeBSD.org> * Timothy Bourke <timbob@bigpond.com> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Roth <ports@fsck.ch> * Tom Rhodes <trhodes@FreeBSD.org> * Tomoyuki Sakurai <cherry@trombik.org> * Torsten Blum <torstenb@FreeBSD.org> * Vladimir Kondratyev <wulf@FreeBSD.org> * Wei-chun Chao * Wen Heping <wen@FreeBSD.org> * Willem van Engen <wvengen@stack.nl> * Wojciech A. Koszek <wkoszek@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi NAKAYAMA <yoichi@FreeBSD.org> * Yonatan@Xpert.com * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zeus Panchenko <zeus@gnu.org.ua> * alfred@FreeBSD.org * bmc@WillsCreek.COM * chinsan * cracauer@cons.org "Martin Cracauer" * dbaker * dd * dikshie <dikshie@lapi.itb.ac.id> * djp * globalpanic@gmx.net * gmarco@giovannelli.it * gpalmer * hrs, lesi * igor@zynaps.ru * ijliao * itojun@itojun.org * jmacd * joerg * jsellens * kaz * king@v2project.com * marcus * marcus@FreeBSD.org * markm * milki <milki@rescomp.berkeley.edu> * mnag * moeding * mp39590@gmail.com * mstowe@chicago.us.mensa.org * olgeni@FreeBSD.org * osa * pfg * ports@c0decafe.net <ports@c0decafe.net> * roam@FreeBSD.org * roam@orbitel.bg * sahne * sanpei@FreeBSD.org * sec@42.org * sf * shanee@augusta.de * shipley@dis.org * stolz@i2.informatik.rwth-aachen.de * sumikawa@FreeBSD.org * vanilla * wosch With hat: portmgr
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-0/+1
|
* misc/fq: update the port to version 0.0.7.Alexey Dokuchaev2022-05-012-11/+16
| | | | Reported by: upstream author
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* misc/fq: the port had been updated to version 0.0.6.Alexey Dokuchaev2022-03-122-10/+10
|
* misc/fq: update the port to version 0.0.5.Alexey Dokuchaev2022-02-152-7/+10
| | | | Reported by: upstream author and portscout
* misc/fq: the port had been updated to version 0.0.4.Alexey Dokuchaev2022-01-222-10/+10
|
* misc/fq: the port had been updated to version 0.0.3Alexey Dokuchaev2022-01-133-24/+4
| | | | | | Garbage-collect the patch that had been integrated upstream. Reported by: portscout
* misc/fq: new port had been added (+)Alexey Dokuchaev2021-12-254-0/+76
Tool, language, and decoders for inspecting binary data. Requested by: Vyacheslav Olkhovchenkov