|
Number of commits found: 9
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.3.1_1 10 Apr 2026 15:57:27
    |
Dag-Erling Smørgrav (des)  |
various: Bump go ports for go-1.25.9 / 1.26.2 |
0.3.1 15 Mar 2026 15:28:56
    |
Robert Clausecker (fuz)  |
*/*: Go ports that use modernc.org/sqlite are for aarch64, amd64 only
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Consistently mark ports using these with ONLY_FOR_ARCHS.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1 |
0.3.1 10 Mar 2026 18:51:09
    |
Adam Weinberger (adamw)  |
textproc/qo: Update to 0.3.1 |
0.3.0_2 06 Mar 2026 03:33:23
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go 1.25.8 |
0.3.0_1 05 Feb 2026 16:48:00
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.25.7 |
0.3.0 18 Jan 2026 06:17:17
    |
Adam Weinberger (adamw)  |
textproc/qo: Update to 0.3.0 |
0.2.7_1 16 Jan 2026 17:27:39
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.25.6 |
0.2.7 11 Jan 2026 03:50:14
    |
Adam Weinberger (adamw)  |
textproc/qo: Mark BROKEN on i386
vendor/modernc.org/libc/libc_freebsd.go:247:25: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:269:50: cannot use int64(off) (value of
type int64) as int32 value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1638:17: invalid operation:
Uint64(Uint64FromInt32(-1)) / uint64(255) * size_t(c) (mismatched types uint64
and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1639:192: invalid operation:
*(*uint64)(unsafe.Pointer(w)) ^ k (mismatched types uint64 and size_t)
vendor/modernc.org/libc/libc_freebsd.go:1658:42: cannot use &l1 (value of type
*size_t) as *uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1658:47: cannot use
size_t((int64(X__strchrnul(tls, var1, '=')) - int64(var1)) / 1) (value of uint32
type size_t) as uint64 value in argument to AssignUint64
vendor/modernc.org/libc/libc_freebsd.go:1667:19: invalid operation: l1 + l2 +
uint64(2) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1673:48: invalid operation: l2 +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1686:6: cannot use uint64(0) (constant 0
of type uint64) as size_t value in assignment
vendor/modernc.org/libc/libc_freebsd.go:1696:57: invalid operation: l +
uint64(1) (mismatched types size_t and uint64)
vendor/modernc.org/libc/libc_freebsd.go:1696:57: too many errors |
0.2.7 07 Jan 2026 14:47:10
    |
Adam Weinberger (adamw)  |
textproc/qo: Add port
qo is an interactive TUI to query structured data (JSON/CSV/TSV) using
SQL (in particular, SQLite syntax). Results are updated in real-time.
It ultimately works as a standard stdin-in/stdout-out CLI app, so it's
essentially a normal piped app that (optionally) has interactivity.
If you pass the query as an argument, it'll skip the TUI, but still
let you query your data with SQL. |
Number of commits found: 9
|