Created attachment 182863 [details] PacketQ 1.3.0 DNS-OARC recontinued the PacketQ project of IIS (the .se registry). Yesterday the first new release came, and this is the port I made for it. It's tested with portlint and with poudriere against 103amd64 & 110amd64. I'll test against 103i386 & 110i386 also, but my cloud instance is -unsurprisingly- not as fast as I might suspect.
103i386 & 110i386 were also fine.
Created attachment 182866 [details] packetq 1.3.0 (modified) There are something need to be adjusted/fixed. - "net" seems to be a better category for this port - With DEVELOPER=yes, you'll see "USE_AUTOTOOLS is deprecated, please use USES=autoreconf and GNU_CONFIGURE=yes". - Use GH_ACCOUNT, GH_PROJECT and USE_GITHUB, see Mk/bsd.sites.mk for details - OPTIONS_DEFINE=DOCS is missing - You could use PLIST_FILES and PORTDOCS. Try the new attachment.
Created attachment 182870 [details] packetQ 1.3.0 shar v2 Hi Po-Chuan Hsieh, Thanks! With the rest of your hints I came to almost the identical result. > "net" seems to be a better category for this port > Since all SQL columns are DNS specific I think only "dns" is appropriate. > Use GH_ACCOUNT, GH_PROJECT and USE_GITHUB, see Mk/bsd.sites.mk for details > I prefer having fallback to multiple sites plus non-ssl fallback over cosmetics of a minimalistic Makefile. By these another shar.
A commit references this bug: Author: sunpoet Date: Thu May 25 21:03:07 UTC 2017 New revision: 441736 URL: https://svnweb.freebsd.org/changeset/ports/441736 Log: Add packetq 1.3.0 packetq is a command line tool to run SQL queries directly on PCAP files, the results can be outputted as JSON (default), formatted/compact CSV and XML. It also contain a very simplistic web-server in order to inspect PCAP files remotely. PacketQ was known as DNS2db but renamed in 2011. WWW: https://www.dns-oarc.net/tools/packetq PR: 219504 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Changes: head/dns/Makefile head/dns/packetq/ head/dns/packetq/Makefile head/dns/packetq/distinfo head/dns/packetq/pkg-descr
Committed. Thanks!