Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.2 22 Oct 2024 18:46:18 |
Zsolt Udvari (uzsolt) Author: Neal Nelson |
devel/nimble: Update to 0.16.2
Changelogs:
* https://github.com/nim-lang/nimble/releases/tag/v0.16.2
* https://github.com/nim-lang/nimble/releases/tag/v0.16.1
PR: 281987
Approved by: submitter is maintainer |
0.16.0 27 Jul 2024 06:52:18 |
Wen Heping (wen) |
devel/nimble: Update to 0.16.0
PR: 280444
Reported by: ports@nicandneal.net(maintainer) |
0.14.2 10 Sep 2023 16:13:04 |
Robert Clausecker (fuz) Author: Neal Nelson |
devel/nimble: find lang/nim in its new home
PR: 273482 |
0.14.2 24 Feb 2023 16:39:25 |
Fernando Apesteguía (fernape) Author: Neal Nelson |
devel/nimble: Upgrade to 0.14.2
ChangeLog: https://github.com/nim-lang/nimble/releases/tag/v0.14.2
* Remove types requiresInit pragma which conflicts with json
* Common: bump nimbleVersion from 0.14.0 to 0.14.1
* Run with --noNimblePath when there is a lock file
* Lock: write lock file with final newline
* Allow locking nim version in nimble.lock
* Make sure that nimble.paths is checked relative to config.nims
* Document where token is stored
PR: 269781
Reported by: ports@nicandneal.net (maintainer) |
0.14.1 02 Jan 2023 20:23:44 |
Nuno Teixeira (eduardo) Author: Neal Nelson |
devel/nimble: Update to 0.14.1
ChangeLog: https://github.com/nim-lang/nimble/releases/tag/v0.14.1
PR: 268724 |
0.14.0 30 Nov 2022 02:01:50 |
Nuno Teixeira (eduardo) Author: Neal Nelson |
devel/nimble: Update to 0.14.0
ChangeLog: https://github.com/nim-lang/nimble/releases/tag/v0.14.0
PR: 268045 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.13.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.13.1 29 Oct 2021 22:52:29 |
Yasuhiro Kimura (yasu) Author: Neal Nelson |
devel/nimble: Reinstate port and update to 0.13.1
The official documentation of nim states that nimble is included with
the distribution of nim, but this is somewhat disingenuous as koch,
the nim builder, will fetch the nimble source code from git. So
reinstate devel/nimble as separate port of nimble, which is not built
by lang/nim.
PR: 259522 |
0.12.0 06 Nov 2020 06:59:56 |
lwhsu |
Remove devel/nimble, it's integrated in lang/nim
PR: 250881
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.12.0 24 Oct 2020 18:40:23 |
lwhsu |
devel/nimble: Update to 0.12.0
PR: 250462
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.11.2 05 May 2020 11:01:39 |
wen |
- Update to 0.11.2
PR: 246166
Submitted by: ports@nicandneal.net(maintainer) |
0.11.0 27 Sep 2019 13:16:34 |
swills |
devel/nimble: Upgrade to 0.11.0
PR: 240863
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.10.2 07 Jun 2019 23:24:53 |
swills |
devel/nimble: upgrade to 0.10.2
PR: 238363
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.10.0 29 May 2019 12:01:28 |
kai |
devel/nimble: Update to 0.10.0
Changelog:
Nimble now uses the Nim compiler directly via nim e to execute nimble
scripts rather than embedding the Nim VM.
Several other features and fixes have been implemented to improve general
development and test workflows:
* nimble test now sports a -continue or -c flag that allows tests to
continue on failure, removes all created test binaries on completion and
warns if no tests found.
* The --inclDeps or -i flag enables nimble uninstall to remove all dependent
packages during uninstall. (Only the first 15 lines of the commit message are shown above ) |
0.9.0_1 05 Feb 2019 12:46:16 |
swills |
ddevel/nimble: Fix build cache location
PR: 235485
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
0.9.0 02 Nov 2018 13:01:46 |
0mp |
devel/nimble: Update to 0.9.0
While here, set LICENSE_FILE.
PR: 232781
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D17748 |
0.8.10 26 Feb 2018 10:09:57 |
yuri |
devel/nimble: Update to 0.8.10
PR: 226214
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
Approved by: tcberner (mentor, implicit) |
0.8.8 26 Oct 2017 18:35:04 |
tcberner |
Update devel/nimble to 0.8.8
PR: 223206
Submitted by: Neal Nelson <ports@nicandneal.net> |
0.8.2 21 Feb 2017 14:37:00 |
krion |
New port devel/nimble:
Nimble is a package manager for the Nim programming language.
WWW: https://github.com/nim-lang/nimble
PR: 215304
Submitted by: Neal Nelson <ports@nicandneal.net>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9688 |