Port details |
- nimble Package manager for the Nim programming language
- 0.13.1 devel
=1 0.12.0Version of this port present on the latest quarterly branch. - Maintainer: ports@nicandneal.net
 - Port Added: 2017-02-21 14:37:07
- Last Update: 2021-10-29 22:52:29
- Commit Hash: 7859c2a
- License: BSD3CLAUSE
- Description:
- Nimble is Nim's package manager and build system. It's used to
install and build libraries that you can use within your own Nim
projects
WWW: https://github.com/nim-lang/nimble
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/nimble/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/nimble
- pkg install nimble
- PKGNAME: nimble
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1635501206
SHA256 (nim-lang-nimble-v0.13.1-d13f3b8_GH0.tar.gz) = 8ba340950f4e350ac569625f0081a1976ed5789085cb2d35569977147204fedd
SIZE (nim-lang-nimble-v0.13.1-d13f3b8_GH0.tar.gz) = 95506
- 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:
-
- nim : lang/nim
- Runtime dependencies:
-
- nim : lang/nim
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_nimble
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 22:52:29 0.13.1
|
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 |
06 Nov 2020 06:59:56
0.12.0
|
lwhsu  |
Remove devel/nimble, it's integrated in lang/nim
PR: 250881
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
24 Oct 2020 18:40:23
0.12.0
|
lwhsu  |
devel/nimble: Update to 0.12.0
PR: 250462
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
05 May 2020 11:01:39
0.11.2
|
wen  |
- Update to 0.11.2
PR: 246166
Submitted by: ports@nicandneal.net(maintainer) |
27 Sep 2019 13:16:34
0.11.0
|
swills  |
devel/nimble: Upgrade to 0.11.0
PR: 240863
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
07 Jun 2019 23:24:53
0.10.2
|
swills  |
devel/nimble: upgrade to 0.10.2
PR: 238363
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
29 May 2019 12:01:28
0.10.0
|
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 ) |
05 Feb 2019 12:46:16
0.9.0_1
|
swills  |
ddevel/nimble: Fix build cache location
PR: 235485
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) |
02 Nov 2018 13:01:46
0.9.0
|
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 |
26 Feb 2018 10:09:57
0.8.10
|
yuri  |
devel/nimble: Update to 0.8.10
PR: 226214
Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
Approved by: tcberner (mentor, implicit) |
26 Oct 2017 18:35:04
0.8.8
|
tcberner  |
Update devel/nimble to 0.8.8
PR: 223206
Submitted by: Neal Nelson <ports@nicandneal.net> |
21 Feb 2017 14:37:00
0.8.2
|
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 |