Port details |
- quary Open-source BI for engineers
- 0.7.0 misc =2 0.3.2_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2024-05-18 16:54:15
- Last Update: 2024-12-05 18:11:09
- Commit Hash: 1d10d31
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://www.quary.dev
- https://github.com/quarylabs/quary
- Description:
- Quary is a VSCode Extension (Interface) & Rust-based CLI (Core) for
Business Intelligence for engineers.
With Quary, engineers can:
* Connect to their Database
* Write SQL queries to transform, organize, and document tables in a database
* Create charts, dashboards and reports (in development)
* Test, collaborate & refactor iteratively through version control
* Deploy the organised, documented model back up to the database
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/quary/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/quary
- pkg install quary
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quary
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730564229
SHA256 (rust/crates/addr2line-0.24.1.crate) = f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375
SIZE (rust/crates/addr2line-0.24.1.crate) = 41554
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:
-
- rust-nightly>0 : lang/rust-nightly
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libduckdb.so : databases/duckdb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_quary
- USES:
- cargo localbase:ldflags
- 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 |
0.7.0 05 Dec 2024 18:11:09 |
Yuri Victorovich (yuri) |
misc/quary: Update WWW |
0.7.0 02 Nov 2024 21:40:31 |
Yuri Victorovich (yuri) |
misc/quary: update 0.3.2 → 0.7.0 |
0.3.2_2 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
0.3.2_2 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.3.2_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.3.2 04 Aug 2024 12:00:28 |
Piotr Kubaj (pkubaj) |
misc/quary: fix build on powerpc
ld: error: undefined symbol: __atomic_fetch_sub_8
>>> referenced by ub_src_main_buffered_data.cpp
>>>
239a61d5cb207136-ub_src_main_buffered_data.o:(duckdb::SimpleBufferedData::Scan())
in archive
/wrkdirs/usr/ports/misc/quary/work/target/powerpc-unknown-freebsd/release/deps/liblibduckdb_sys-cad649c98c3dae49.rlib
>>> referenced by ub_src_execution_operator_persistent.cpp
>>>
239a61d5cb207136-ub_src_execution_operator_persistent.o:(duckdb::BatchMemoryManager::ReduceUnflushedMemory(unsigned
long long)) in archive
/wrkdirs/usr/ports/misc/quary/work/target/powerpc-unknown-freebsd/release/deps/liblibduckdb_sys-cad649c98c3dae49.rlib
>>> referenced by ub_src_transaction.cpp
>>>
239a61d5cb207136-ub_src_transaction.o:(duckdb::CleanupState::CleanupDelete(duckdb::DeleteInfo&))
in archive
/wrkdirs/usr/ports/misc/quary/work/target/powerpc-unknown-freebsd/release/deps/liblibduckdb_sys-cad649c98c3dae49.rlib
>>> referenced 14 more times
cc: error: linker command failed with exit code 1 (use -v to see
invocation) |
0.3.2 13 Jul 2024 05:17:43 |
Yuri Victorovich (yuri) |
misc/quary: update 0.3.1 → 0.3.2
Reported by: portscout |
0.3.1 21 Jun 2024 09:43:04 |
Yuri Victorovich (yuri) |
misc/quary: update 0.3.0 → 0.3.1
Reported by: portscout |
0.3.0 20 Jun 2024 10:24:26 |
Yuri Victorovich (yuri) |
misc/quary: update 0.2.0 → 0.3.0
Reported by: portscout |
0.2.0_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.2.0 26 May 2024 01:24:38 |
Yuri Victorovich (yuri) |
misc/quary: Fix build on i386 |
0.2.0 25 May 2024 05:18:30 |
Yuri Victorovich (yuri) |
misc/quary: update 0.1.5 → 0.2.0
Reported by: portscout |
0.1.5 23 May 2024 13:22:53 |
Yuri Victorovich (yuri) |
misc/quary: update 0.1.2 → 0.1.5
Reported by: portscout |
0.1.2 19 May 2024 16:03:36 |
Yuri Victorovich (yuri) |
misc/quary: update 0.1.1-3 → 0.1.2
Reported by: portscout |
0.1.1.3 18 May 2024 16:52:19 |
Yuri Victorovich (yuri) |
misc/quary: New port: Open-source BI for engineers |