Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.0_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.12.0_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.12.0 24 Oct 2024 13:02:35 |
Wen Heping (wen) |
textproc/typst: Update to 0.12.0 |
0.11.1_3 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.11.1_3 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.11.1_2 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.11.1_2 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.11.1_1 26 Aug 2024 08:07:49 |
Mikael Urankar (mikael) |
textproc/typst: Fix build with rust 1.80.0
PR: 280490 |
0.11.1_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.11.1 27 May 2024 23:34:32 |
Wen Heping (wen) |
textproc/typst: Update to 0.11.1 |
0.10.0_4 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.10.0_3 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.10.0_2 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.10.0_1 11 Feb 2024 11:48:56 |
Piotr Kubaj (pkubaj) |
textproc/typst: disable LTO on powerpc to fix build
LLVM ERROR: out of memory |
0.10.0_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.10.0 10 Dec 2023 11:03:21 |
Wen Heping (wen) |
textproc/typst: Update to 0.10.0 |
0.7.0_3 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.7.0_2 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.7.0_1 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.7.0 12 Aug 2023 07:57:06 |
Wen Heping (wen) |
textproc/typst: Update to 0.7.0 |
0.6.0_1 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.6.0 02 Jul 2023 02:09:04 |
Wen Heping (wen) |
textproc/typst: Update to 0.6.0 |
0.5.0 13 Jun 2023 03:14:19 |
Wen Heping (wen) |
textproc/typst: Minor cleanup in Makefile |
0.5.0 13 Jun 2023 03:12:26 |
Wen Heping (wen) |
textproc/typst: Update to 0.5.0 |
0.3.0_1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.3.0 04 May 2023 12:00:08 |
Wen Heping (wen) |
textproc/typst: Update to 0.3.0 |
0.2.0 27 Apr 2023 12:05:11 |
Wen Heping (wen) |
textproc/typst: New port
Typst is a new markup-based typsetting system that is designed to be as
powerful as LaTeX while being much easier to learn and use. Typst has:
Built-in markup for the most common formatting tasks
Flexible functions for everything else
A tightly integrated scripting system
Math typesetting, bibliography management, and more
Fast compile times thanks to incremental compilation
Friendly error messages in case something goes wrong |