notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
nim Nim programming language
2.0.2 lang on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.2Version of this port present on the latest quarterly branch.
Maintainer: ports@nicandneal.net search for ports maintained by this maintainer
Port Added: 2015-04-03 20:32:34
Last Update: 2024-01-05 21:04:11
Commit Hash: fa1853a
People watching this port, also watch:: porttools, yt-dlp, pkg, neovim, ca_root_nss
License: MIT
WWW:
https://nim-lang.org/
Description:
Nim (formerly known as "Nimrod") is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. Beneath a nice infix/indentation based syntax with a powerful (AST based, hygienic) macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads, so no "stop the world" mechanism is necessary. An unsafe shared memory heap is also provided for the increased efficiency that results from that model.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (960 items)
Collapse this list.
  1. /usr/local/share/licenses/nim-2.0.2/catalog.mk
  2. /usr/local/share/licenses/nim-2.0.2/LICENSE
  3. /usr/local/share/licenses/nim-2.0.2/MIT
  4. nim/bin/nim
  5. nim/bin/nimgrep
  6. nim/bin/nimpretty
  7. nim/bin/nimsuggest
  8. nim/bin/testament
  9. nim/config/nim.cfg
  10. nim/config/nimdoc.cfg
  11. nim/config/nimdoc.tex.cfg
  12. nim/doc/advopt.txt
  13. nim/doc/apis.md
  14. nim/doc/astspec.txt
  15. nim/doc/backends.md
  16. nim/doc/basicopt.txt
  17. nim/doc/contributing.md
  18. nim/doc/destructors.md
  19. nim/doc/docgen.md
  20. nim/doc/docgen_sample.nim
  21. nim/doc/docs.md
  22. nim/doc/docstyle.md
  23. nim/doc/drnim.md
  24. nim/doc/effects.txt
  25. nim/doc/estp.md
  26. nim/doc/filelist.txt
  27. nim/doc/filters.md
  28. nim/doc/grammar.txt
  29. nim/doc/hcr.md
  30. nim/doc/html/algorithm.html
  31. nim/doc/html/apis.html
  32. nim/doc/html/appdirs.html
  33. nim/doc/html/asciitables.html
  34. nim/doc/html/assertions.html
  35. nim/doc/html/async.html
  36. nim/doc/html/asyncdispatch.html
  37. nim/doc/html/asyncfile.html
  38. nim/doc/html/asyncfutures.html
  39. nim/doc/html/asynchttpserver.html
  40. nim/doc/html/asyncjs.html
  41. nim/doc/html/asyncmacro.html
  42. nim/doc/html/asyncnet.html
  43. nim/doc/html/asyncstreams.html
  44. nim/doc/html/atomics.html
  45. nim/doc/html/backends.html
  46. nim/doc/html/base64.html
  47. nim/doc/html/bitops.html
  48. nim/doc/html/bitops_utils.html
  49. nim/doc/html/browsers.html
  50. nim/doc/html/cgi.html
  51. nim/doc/html/chains.html
  52. nim/doc/html/cmdline.html
  53. nim/doc/html/colors.html
  54. nim/doc/html/compiler/aliasanalysis.html
  55. nim/doc/html/compiler/aliases.html
  56. nim/doc/html/compiler/ast.html
  57. nim/doc/html/compiler/astalgo.html
  58. nim/doc/html/compiler/astmsgs.html
  59. nim/doc/html/compiler/backendpragmas.html
  60. nim/doc/html/compiler/bitsets.html
  61. nim/doc/html/compiler/btrees.html
  62. nim/doc/html/compiler/ccgutils.html
  63. nim/doc/html/compiler/cgen.html
  64. nim/doc/html/compiler/cgendata.html
  65. nim/doc/html/compiler/cgmeth.html
  66. nim/doc/html/compiler/closureiters.html
  67. nim/doc/html/compiler/cmdlinehelper.html
  68. nim/doc/html/compiler/commands.html
  69. nim/doc/html/compiler/concepts.html
  70. nim/doc/html/compiler/condsyms.html
  71. nim/doc/html/compiler/depends.html
  72. nim/doc/html/compiler/dfa.html
  73. nim/doc/html/compiler/docgen.html
  74. nim/doc/html/compiler/docgen2.html
  75. nim/doc/html/compiler/dochack.js
  76. nim/doc/html/compiler/enumtostr.html
  77. nim/doc/html/compiler/errorhandling.html
  78. nim/doc/html/compiler/evaltempl.html
  79. nim/doc/html/compiler/extccomp.html
  80. nim/doc/html/compiler/filter_tmpl.html
  81. nim/doc/html/compiler/filters.html
  82. nim/doc/html/compiler/gorgeimpl.html
  83. nim/doc/html/compiler/guards.html
  84. nim/doc/html/compiler/ic/bitabs.html
  85. nim/doc/html/compiler/ic/cbackend.html
  86. nim/doc/html/compiler/ic/dce.html
  87. nim/doc/html/compiler/ic/ic.html
  88. nim/doc/html/compiler/ic/integrity.html
  89. nim/doc/html/compiler/ic/navigator.html
  90. nim/doc/html/compiler/ic/packed_ast.html
  91. nim/doc/html/compiler/ic/replayer.html
  92. nim/doc/html/compiler/ic/rodfiles.html
  93. nim/doc/html/compiler/idents.html
  94. nim/doc/html/compiler/importer.html
  95. nim/doc/html/compiler/index.html
  96. nim/doc/html/compiler/injectdestructors.html
  97. nim/doc/html/compiler/int128.html
  98. nim/doc/html/compiler/isolation_check.html
  99. nim/doc/html/compiler/jsgen.html
  100. nim/doc/html/compiler/lambdalifting.html
  101. nim/doc/html/compiler/lexer.html
  102. nim/doc/html/compiler/liftdestructors.html
  103. nim/doc/html/compiler/liftlocals.html
  104. nim/doc/html/compiler/lineinfos.html
  105. nim/doc/html/compiler/linter.html
  106. nim/doc/html/compiler/llstream.html
  107. nim/doc/html/compiler/lookups.html
  108. nim/doc/html/compiler/lowerings.html
  109. nim/doc/html/compiler/macrocacheimpl.html
  110. nim/doc/html/compiler/magicsys.html
  111. nim/doc/html/compiler/main.html
  112. nim/doc/html/compiler/modulegraphs.html
  113. nim/doc/html/compiler/modulepaths.html
  114. nim/doc/html/compiler/modules.html
  115. nim/doc/html/compiler/msgs.html
  116. nim/doc/html/compiler/ndi.html
  117. nim/doc/html/compiler/nilcheck.html
  118. nim/doc/html/compiler/nim.html
  119. nim/doc/html/compiler/nimblecmd.html
  120. nim/doc/html/compiler/nimconf.html
  121. nim/doc/html/compiler/nimdoc.out.css
  122. nim/doc/html/compiler/nimlexbase.html
  123. nim/doc/html/compiler/nimpaths.html
  124. nim/doc/html/compiler/nimsets.html
  125. nim/doc/html/compiler/nodejs.html
  126. nim/doc/html/compiler/nversion.html
  127. nim/doc/html/compiler/optimizer.html
  128. nim/doc/html/compiler/options.html
  129. nim/doc/html/compiler/packages.html
  130. nim/doc/html/compiler/parampatterns.html
  131. nim/doc/html/compiler/parser.html
  132. nim/doc/html/compiler/pathutils.html
  133. nim/doc/html/compiler/patterns.html
  134. nim/doc/html/compiler/pipelines.html
  135. nim/doc/html/compiler/pipelineutils.html
  136. nim/doc/html/compiler/platform.html
  137. nim/doc/html/compiler/plugins/active.html
  138. nim/doc/html/compiler/plugins/itersgen.html
  139. nim/doc/html/compiler/plugins/locals.html
  140. nim/doc/html/compiler/pluginsupport.html
  141. nim/doc/html/compiler/pragmas.html
  142. nim/doc/html/compiler/prefixmatches.html
  143. nim/doc/html/compiler/procfind.html
  144. nim/doc/html/compiler/renderer.html
  145. nim/doc/html/compiler/renderverbatim.html
  146. nim/doc/html/compiler/reorder.html
  147. nim/doc/html/compiler/rodutils.html
  148. nim/doc/html/compiler/ropes.html
  149. nim/doc/html/compiler/saturate.html
  150. nim/doc/html/compiler/scriptconfig.html
  151. nim/doc/html/compiler/sem.html
  152. nim/doc/html/compiler/semdata.html
  153. nim/doc/html/compiler/semfold.html
  154. nim/doc/html/compiler/semmacrosanity.html
  155. nim/doc/html/compiler/semparallel.html
  156. nim/doc/html/compiler/sempass2.html
  157. nim/doc/html/compiler/semstrictfuncs.html
  158. nim/doc/html/compiler/semtypinst.html
  159. nim/doc/html/compiler/sighashes.html
  160. nim/doc/html/compiler/sigmatch.html
  161. nim/doc/html/compiler/sourcemap.html
  162. nim/doc/html/compiler/spawn.html
  163. nim/doc/html/compiler/syntaxes.html
  164. nim/doc/html/compiler/theindex.html
  165. nim/doc/html/compiler/transf.html
  166. nim/doc/html/compiler/trees.html
  167. nim/doc/html/compiler/treetab.html
  168. nim/doc/html/compiler/typeallowed.html
  169. nim/doc/html/compiler/types.html
  170. nim/doc/html/compiler/typesrenderer.html
  171. nim/doc/html/compiler/varpartitions.html
  172. nim/doc/html/compiler/vm.html
  173. nim/doc/html/compiler/vmconv.html
  174. nim/doc/html/compiler/vmdef.html
  175. nim/doc/html/compiler/vmdeps.html
  176. nim/doc/html/compiler/vmgen.html
  177. nim/doc/html/compiler/vmmarshal.html
  178. nim/doc/html/compiler/vmprofiler.html
  179. nim/doc/html/compiler/wordrecg.html
  180. nim/doc/html/compilesettings.html
  181. nim/doc/html/complex.html
  182. nim/doc/html/contributing.html
  183. nim/doc/html/cookies.html
  184. nim/doc/html/coro.html
  185. nim/doc/html/cpuinfo.html
  186. nim/doc/html/cpuload.html
  187. nim/doc/html/critbits.html
  188. nim/doc/html/cstrutils.html
  189. nim/doc/html/ctypes.html
  190. nim/doc/html/decls.html
  191. nim/doc/html/decode_helpers.html
  192. nim/doc/html/deques.html
  193. nim/doc/html/destructors.html
  194. nim/doc/html/diff.html
  195. nim/doc/html/digitsutils.html
  196. nim/doc/html/dirs.html
  197. nim/doc/html/distros.html
  198. nim/doc/html/docgen.html
  199. nim/doc/html/docgen_sample.html
  200. nim/doc/html/dochack.js
  201. nim/doc/html/dochelpers.html
  202. nim/doc/html/dollars.html
  203. nim/doc/html/dom.html
  204. nim/doc/html/dragonbox.html
  205. nim/doc/html/drnim.html
  206. nim/doc/html/dynlib.html
  207. nim/doc/html/editdistance.html
  208. nim/doc/html/effecttraits.html
  209. nim/doc/html/encodings.html
  210. nim/doc/html/endians.html
  211. nim/doc/html/enumerate.html
  212. nim/doc/html/enumutils.html
  213. nim/doc/html/envvars.html
  214. nim/doc/html/epoll.html
  215. nim/doc/html/estp.html
  216. nim/doc/html/exceptions.html
  217. nim/doc/html/exitprocs.html
  218. nim/doc/html/fenv.html
  219. nim/doc/html/files.html
  220. nim/doc/html/filters.html
  221. nim/doc/html/formatfloat.html
  222. nim/doc/html/genasts.html
  223. nim/doc/html/gitutils.html
  224. nim/doc/html/globs.html
  225. nim/doc/html/hashes.html
  226. nim/doc/html/hcr.html
  227. nim/doc/html/heapqueue.html
  228. nim/doc/html/highlite.html
  229. nim/doc/html/hotcodereloading.html
  230. nim/doc/html/htmlgen.html
  231. nim/doc/html/htmlparser.html
  232. nim/doc/html/httpclient.html
  233. nim/doc/html/httpcore.html
  234. nim/doc/html/idetools.html
  235. nim/doc/html/importutils.html
  236. nim/doc/html/index.html
  237. nim/doc/html/inotify.html
  238. nim/doc/html/intern.html
  239. nim/doc/html/intsets.html
  240. nim/doc/html/isolation.html
  241. nim/doc/html/iterators.html
  242. nim/doc/html/jsbigints.html
  243. nim/doc/html/jsconsole.html
  244. nim/doc/html/jscore.html
  245. nim/doc/html/jsfetch.html
  246. nim/doc/html/jsffi.html
  247. nim/doc/html/jsformdata.html
  248. nim/doc/html/jsheaders.html
  249. nim/doc/html/json.html
  250. nim/doc/html/jsonutils.html
  251. nim/doc/html/jsre.html
  252. nim/doc/html/jsutils.html
  253. nim/doc/html/koch.html
  254. nim/doc/html/kqueue.html
  255. nim/doc/html/lenientops.html
  256. nim/doc/html/lexbase.html
  257. nim/doc/html/lib.html
  258. nim/doc/html/linenoise.html
  259. nim/doc/html/linux.html
  260. nim/doc/html/lists.html
  261. nim/doc/html/locks.html
  262. nim/doc/html/logging.html
  263. nim/doc/html/logic.html
  264. nim/doc/html/macrocache.html
  265. nim/doc/html/macros.html
  266. nim/doc/html/manual.html
  267. nim/doc/html/manual_experimental.html
  268. nim/doc/html/manual_experimental_strictnotnil.html
  269. nim/doc/html/markdown_rst.html
  270. nim/doc/html/marshal.html
  271. nim/doc/html/math.html
  272. nim/doc/html/memfiles.html
  273. nim/doc/html/mimetypes.html
  274. nim/doc/html/miscdollars.html
  275. nim/doc/html/mm.html
  276. nim/doc/html/monotimes.html
  277. nim/doc/html/nativesockets.html
  278. nim/doc/html/nep1.html
  279. nim/doc/html/net.html
  280. nim/doc/html/nimc.html
  281. nim/doc/html/nimdoc.out.css
  282. nim/doc/html/nimgrep.html
  283. nim/doc/html/nimhcr.html
  284. nim/doc/html/niminst.html
  285. nim/doc/html/nimprof.html
  286. nim/doc/html/nimrtl.html
  287. nim/doc/html/nims.html
  288. nim/doc/html/nimscript.html
  289. nim/doc/html/nimsuggest.html
  290. nim/doc/html/nre.html
  291. nim/doc/html/ntpath.html
  292. nim/doc/html/objectdollar.html
  293. nim/doc/html/oids.html
  294. nim/doc/html/openssl.html
  295. nim/doc/html/options.html
  296. nim/doc/html/os.html
  297. nim/doc/html/osappdirs.html
  298. nim/doc/html/oscommon.html
  299. nim/doc/html/osdirs.html
  300. nim/doc/html/oserrors.html
  301. nim/doc/html/osfiles.html
  302. nim/doc/html/ospaths2.html
  303. nim/doc/html/osproc.html
  304. nim/doc/html/osseps.html
  305. nim/doc/html/ossymlinks.html
  306. nim/doc/html/outparams.html
  307. nim/doc/html/overview.html
  308. nim/doc/html/packaging.html
  309. nim/doc/html/packedsets.html
  310. nim/doc/html/parsecfg.html
  311. nim/doc/html/parsecsv.html
  312. nim/doc/html/parsejson.html
  313. nim/doc/html/parseopt.html
  314. nim/doc/html/parsesql.html
  315. nim/doc/html/parseutils.html
  316. nim/doc/html/parsexml.html
  317. nim/doc/html/pathnorm.html
  318. nim/doc/html/paths.html
  319. nim/doc/html/pcre.html
  320. nim/doc/html/pegs.html
  321. nim/doc/html/posix.html
  322. nim/doc/html/posix_utils.html
  323. nim/doc/html/prelude.html
  324. nim/doc/html/random.html
  325. nim/doc/html/rationals.html
  326. nim/doc/html/rdstdin.html
  327. nim/doc/html/re.html
  328. nim/doc/html/refc.html
  329. nim/doc/html/registry.html
  330. nim/doc/html/reservedmem.html
  331. nim/doc/html/rlocks.html
  332. nim/doc/html/ropes.html
  333. nim/doc/html/rst.html
  334. nim/doc/html/rstast.html
  335. nim/doc/html/rstgen.html
  336. nim/doc/html/rstidx.html
  337. nim/doc/html/rtarrays.html
  338. nim/doc/html/schubfach.html
  339. nim/doc/html/segfaults.html
  340. nim/doc/html/selectors.html
  341. nim/doc/html/sequtils.html
  342. nim/doc/html/sets.html
  343. nim/doc/html/setutils.html
  344. nim/doc/html/sexp.html
  345. nim/doc/html/sharedlist.html
  346. nim/doc/html/sharedtables.html
  347. nim/doc/html/since.html
  348. nim/doc/html/socketstreams.html
  349. nim/doc/html/ssl_certs.html
  350. nim/doc/html/ssl_config.html
  351. nim/doc/html/stackframes.html
  352. nim/doc/html/stats.html
  353. nim/doc/html/strbasics.html
  354. nim/doc/html/streams.html
  355. nim/doc/html/streamwrapper.html
  356. nim/doc/html/strformat.html
  357. nim/doc/html/strimpl.html
  358. nim/doc/html/strmisc.html
  359. nim/doc/html/strscans.html
  360. nim/doc/html/strtabs.html
  361. nim/doc/html/strutils.html
  362. nim/doc/html/sugar.html
  363. nim/doc/html/symlinks.html
  364. nim/doc/html/syncio.html
  365. nim/doc/html/sysatomics.html
  366. nim/doc/html/syslocks.html
  367. nim/doc/html/sysrand.html
  368. nim/doc/html/system.html
  369. nim/doc/html/tables.html
  370. nim/doc/html/tasks.html
  371. nim/doc/html/tempfiles.html
  372. nim/doc/html/terminal.html
  373. nim/doc/html/termios.html
  374. nim/doc/html/testament.html
  375. nim/doc/html/theindex.html
  376. nim/doc/html/threadpool.html
  377. nim/doc/html/threadtypes.html
  378. nim/doc/html/time_t.html
  379. nim/doc/html/times.html
  380. nim/doc/html/tinyc.html
  381. nim/doc/html/tools.html
  382. nim/doc/html/tut1.html
  383. nim/doc/html/tut2.html
  384. nim/doc/html/tut3.html
  385. nim/doc/html/typedthreads.html
  386. nim/doc/html/typeinfo.html
  387. nim/doc/html/typetraits.html
  388. nim/doc/html/underscored_calls.html
  389. nim/doc/html/unicode.html
  390. nim/doc/html/unidecode.html
  391. nim/doc/html/unittest.html
  392. nim/doc/html/uri.html
  393. nim/doc/html/util.html
  394. nim/doc/html/var_t_return.html
  395. nim/doc/html/varints.html
  396. nim/doc/html/vmutils.html
  397. nim/doc/html/volatile.html
  398. nim/doc/html/widestrs.html
  399. nim/doc/html/win_getsysteminfo.html
  400. nim/doc/html/win_setenv.html
  401. nim/doc/html/winlean.html
  402. nim/doc/html/with.html
  403. nim/doc/html/wordwrap.html
  404. nim/doc/html/wrapnils.html
  405. nim/doc/html/xmlparser.html
  406. nim/doc/html/xmltree.html
  407. nim/doc/idetools.md
  408. nim/doc/intern.md
  409. nim/doc/keywords.txt
  410. nim/doc/koch.md
  411. nim/doc/lib.md
  412. nim/doc/manual.md
  413. nim/doc/manual/var_t_return.md
  414. nim/doc/manual_experimental.md
  415. nim/doc/manual_experimental_strictnotnil.md
  416. nim/doc/markdown_rst.md
  417. nim/doc/mm.md
  418. nim/doc/mytest.cfg
  419. nim/doc/nep1.md
  420. nim/doc/nimc.md
  421. nim/doc/nimdoc.cls
  422. nim/doc/nimdoc.css
  423. nim/doc/nimgrep.md
  424. nim/doc/nimgrep_cmdline.txt
  425. nim/doc/niminst.md
  426. nim/doc/nims.md
  427. nim/doc/nimsuggest.md
  428. nim/doc/overview.md
  429. nim/doc/packaging.md
  430. nim/doc/pegdocs.txt
  431. nim/doc/readme.txt
  432. nim/doc/refc.md
  433. nim/doc/regexprs.txt
  434. nim/doc/rstcommon.rst
  435. nim/doc/sets_fragment.txt
  436. nim/doc/spawn.txt
  437. nim/doc/subexes.txt
  438. nim/doc/testament.md
  439. nim/doc/tools.md
  440. nim/doc/tut1.md
  441. nim/doc/tut2.md
  442. nim/doc/tut3.md
  443. nim/lib/arch/x86/amd64.S
  444. nim/lib/arch/x86/i386.S
  445. nim/lib/compiler/aliasanalysis.nim
  446. nim/lib/compiler/aliases.nim
  447. nim/lib/compiler/ast.nim
  448. nim/lib/compiler/astalgo.nim
  449. nim/lib/compiler/astmsgs.nim
  450. nim/lib/compiler/backendpragmas.nim
  451. nim/lib/compiler/bitsets.nim
  452. nim/lib/compiler/btrees.nim
  453. nim/lib/compiler/ccgcalls.nim
  454. nim/lib/compiler/ccgexprs.nim
  455. nim/lib/compiler/ccgliterals.nim
  456. nim/lib/compiler/ccgmerge_unused.nim
  457. nim/lib/compiler/ccgreset.nim
  458. nim/lib/compiler/ccgstmts.nim
  459. nim/lib/compiler/ccgthreadvars.nim
  460. nim/lib/compiler/ccgtrav.nim
  461. nim/lib/compiler/ccgtypes.nim
  462. nim/lib/compiler/ccgutils.nim
  463. nim/lib/compiler/cgen.nim
  464. nim/lib/compiler/cgendata.nim
  465. nim/lib/compiler/cgmeth.nim
  466. nim/lib/compiler/closureiters.nim
  467. nim/lib/compiler/cmdlinehelper.nim
  468. nim/lib/compiler/commands.nim
  469. nim/lib/compiler/compiler.nimble
  470. nim/lib/compiler/concepts.nim
  471. nim/lib/compiler/condsyms.nim
  472. nim/lib/compiler/debuginfo.nim
  473. nim/lib/compiler/debugutils.nim
  474. nim/lib/compiler/depends.nim
  475. nim/lib/compiler/dfa.nim
  476. nim/lib/compiler/docgen.nim
  477. nim/lib/compiler/docgen2.nim
  478. nim/lib/compiler/enumtostr.nim
  479. nim/lib/compiler/errorhandling.nim
  480. nim/lib/compiler/evalffi.nim
  481. nim/lib/compiler/evaltempl.nim
  482. nim/lib/compiler/extccomp.nim
  483. nim/lib/compiler/filter_tmpl.nim
  484. nim/lib/compiler/filters.nim
  485. nim/lib/compiler/gorgeimpl.nim
  486. nim/lib/compiler/guards.nim
  487. nim/lib/compiler/hlo.nim
  488. nim/lib/compiler/ic/bitabs.nim
  489. nim/lib/compiler/ic/cbackend.nim
  490. nim/lib/compiler/ic/dce.nim
  491. nim/lib/compiler/ic/design.rst
  492. nim/lib/compiler/ic/ic.nim
  493. nim/lib/compiler/ic/integrity.nim
  494. nim/lib/compiler/ic/navigator.nim
  495. nim/lib/compiler/ic/packed_ast.nim
  496. nim/lib/compiler/ic/replayer.nim
  497. nim/lib/compiler/ic/rodfiles.nim
  498. nim/lib/compiler/idents.nim
  499. nim/lib/compiler/importer.nim
  500. nim/lib/compiler/index.nim
  501. nim/lib/compiler/injectdestructors.nim
  502. nim/lib/compiler/installer.ini
  503. nim/lib/compiler/int128.nim
  504. nim/lib/compiler/isolation_check.nim
  505. nim/lib/compiler/jsgen.nim
  506. nim/lib/compiler/jstypes.nim
  507. nim/lib/compiler/lambdalifting.nim
  508. nim/lib/compiler/layouter.nim
  509. nim/lib/compiler/lexer.nim
  510. nim/lib/compiler/liftdestructors.nim
  511. nim/lib/compiler/liftlocals.nim
  512. nim/lib/compiler/lineinfos.nim
  513. nim/lib/compiler/linter.nim
  514. nim/lib/compiler/llstream.nim
  515. nim/lib/compiler/lookups.nim
  516. nim/lib/compiler/lowerings.nim
  517. nim/lib/compiler/macrocacheimpl.nim
  518. nim/lib/compiler/magicsys.nim
  519. nim/lib/compiler/main.nim
  520. nim/lib/compiler/mapping.txt
  521. nim/lib/compiler/modulegraphs.nim
  522. nim/lib/compiler/modulepaths.nim
  523. nim/lib/compiler/modules.nim
  524. nim/lib/compiler/msgs.nim
  525. nim/lib/compiler/ndi.nim
  526. nim/lib/compiler/nilcheck.nim
  527. nim/lib/compiler/nim.cfg
  528. nim/lib/compiler/nim.nim
  529. nim/lib/compiler/nimblecmd.nim
  530. nim/lib/compiler/nimconf.nim
  531. nim/lib/compiler/nimeval.nim
  532. nim/lib/compiler/nimlexbase.nim
  533. nim/lib/compiler/nimpaths.nim
  534. nim/lib/compiler/nimsets.nim
  535. nim/lib/compiler/nodejs.nim
  536. nim/lib/compiler/nversion.nim
  537. nim/lib/compiler/optimizer.nim
  538. nim/lib/compiler/options.nim
  539. nim/lib/compiler/packagehandling.nim
  540. nim/lib/compiler/packages.nim
  541. nim/lib/compiler/parampatterns.nim
  542. nim/lib/compiler/parser.nim
  543. nim/lib/compiler/passaux.nim
  544. nim/lib/compiler/passes.nim
  545. nim/lib/compiler/pathutils.nim
  546. nim/lib/compiler/patterns.nim
  547. nim/lib/compiler/pipelines.nim
  548. nim/lib/compiler/pipelineutils.nim
  549. nim/lib/compiler/platform.nim
  550. nim/lib/compiler/plugins/active.nim
  551. nim/lib/compiler/plugins/itersgen.nim
  552. nim/lib/compiler/plugins/locals.nim
  553. nim/lib/compiler/pluginsupport.nim
  554. nim/lib/compiler/pragmas.nim
  555. nim/lib/compiler/prefixmatches.nim
  556. nim/lib/compiler/procfind.nim
  557. nim/lib/compiler/readme.md
  558. nim/lib/compiler/renderer.nim
  559. nim/lib/compiler/renderverbatim.nim
  560. nim/lib/compiler/reorder.nim
  561. nim/lib/compiler/rodutils.nim
  562. nim/lib/compiler/ropes.nim
  563. nim/lib/compiler/saturate.nim
  564. nim/lib/compiler/scriptconfig.nim
  565. nim/lib/compiler/sem.nim
  566. nim/lib/compiler/semcall.nim
  567. nim/lib/compiler/semdata.nim
  568. nim/lib/compiler/semexprs.nim
  569. nim/lib/compiler/semfields.nim
  570. nim/lib/compiler/semfold.nim
  571. nim/lib/compiler/semgnrc.nim
  572. nim/lib/compiler/seminst.nim
  573. nim/lib/compiler/semmacrosanity.nim
  574. nim/lib/compiler/semmagic.nim
  575. nim/lib/compiler/semobjconstr.nim
  576. nim/lib/compiler/semparallel.nim
  577. nim/lib/compiler/sempass2.nim
  578. nim/lib/compiler/semstmts.nim
  579. nim/lib/compiler/semstrictfuncs.nim
  580. nim/lib/compiler/semtempl.nim
  581. nim/lib/compiler/semtypes.nim
  582. nim/lib/compiler/semtypinst.nim
  583. nim/lib/compiler/sighashes.nim
  584. nim/lib/compiler/sigmatch.nim
  585. nim/lib/compiler/sinkparameter_inference.nim
  586. nim/lib/compiler/sizealignoffsetimpl.nim
  587. nim/lib/compiler/sourcemap.nim
  588. nim/lib/compiler/spawn.nim
  589. nim/lib/compiler/suggest.nim
  590. nim/lib/compiler/syntaxes.nim
  591. nim/lib/compiler/tccgen.nim
  592. nim/lib/compiler/transf.nim
  593. nim/lib/compiler/trees.nim
  594. nim/lib/compiler/treetab.nim
  595. nim/lib/compiler/typeallowed.nim
  596. nim/lib/compiler/types.nim
  597. nim/lib/compiler/typesrenderer.nim
  598. nim/lib/compiler/varpartitions.nim
  599. nim/lib/compiler/vm.nim
  600. nim/lib/compiler/vmconv.nim
  601. nim/lib/compiler/vmdef.nim
  602. nim/lib/compiler/vmdeps.nim
  603. nim/lib/compiler/vmgen.nim
  604. nim/lib/compiler/vmhooks.nim
  605. nim/lib/compiler/vmmarshal.nim
  606. nim/lib/compiler/vmops.nim
  607. nim/lib/compiler/vmprofiler.nim
  608. nim/lib/compiler/wordrecg.nim
  609. nim/lib/core/hotcodereloading.nim
  610. nim/lib/core/locks.nim
  611. nim/lib/core/macrocache.nim
  612. nim/lib/core/macros.nim
  613. nim/lib/core/rlocks.nim
  614. nim/lib/core/typeinfo.nim
  615. nim/lib/cycle.h
  616. nim/lib/deprecated/pure/future.nim
  617. nim/lib/deprecated/pure/mersenne.nim
  618. nim/lib/deprecated/pure/ospaths.nim
  619. nim/lib/deprecated/pure/oswalkdir.nim
  620. nim/lib/deprecated/pure/sums.nim
  621. nim/lib/deps.txt
  622. nim/lib/dist/checksums/README.md
  623. nim/lib/dist/checksums/checksums.nimble
  624. nim/lib/dist/checksums/src/checksums/bcrypt.nim
  625. nim/lib/dist/checksums/src/checksums/docutils.nim
  626. nim/lib/dist/checksums/src/checksums/md5.nim
  627. nim/lib/dist/checksums/src/checksums/private/sha_utils.nim
  628. nim/lib/dist/checksums/src/checksums/sha1.nim
  629. nim/lib/dist/checksums/src/checksums/sha2.nim
  630. nim/lib/dist/checksums/src/checksums/sha3.nim
  631. nim/lib/dist/checksums/tests/config.nims
  632. nim/lib/dist/checksums/tests/crypto/tbcrypt.nim
  633. nim/lib/dist/checksums/tests/crypto/tmd5.nim
  634. nim/lib/dist/checksums/tests/crypto/tsha1.nim
  635. nim/lib/dist/checksums/tests/crypto/tsha2.nim
  636. nim/lib/dist/checksums/tests/crypto/tsha3.nim
  637. nim/lib/experimental/diff.nim
  638. nim/lib/genode/alloc.nim
  639. nim/lib/genode/constructibles.nim
  640. nim/lib/genode/entrypoints.nim
  641. nim/lib/genode/env.nim
  642. nim/lib/genode/signals.nim
  643. nim/lib/genode_cpp/signals.h
  644. nim/lib/genode_cpp/syslocks.h
  645. nim/lib/genode_cpp/threads.h
  646. nim/lib/impure/nre.nim
  647. nim/lib/impure/nre/private/util.nim
  648. nim/lib/impure/rdstdin.nim
  649. nim/lib/impure/re.nim
  650. nim/lib/js/asyncjs.nim
  651. nim/lib/js/dom.nim
  652. nim/lib/js/jsconsole.nim
  653. nim/lib/js/jscore.nim
  654. nim/lib/js/jsffi.nim
  655. nim/lib/js/jsre.nim
  656. nim/lib/libnimrtl.so
  657. nim/lib/nimbase.h
  658. nim/lib/nimhcr.nim
  659. nim/lib/nimhcr.nim.cfg
  660. nim/lib/nimrtl.nim
  661. nim/lib/nimrtl.nim.cfg
  662. nim/lib/packages/docutils/dochelpers.nim
  663. nim/lib/packages/docutils/docutils.nimble.old
  664. nim/lib/packages/docutils/highlite.nim
  665. nim/lib/packages/docutils/rst.nim
  666. nim/lib/packages/docutils/rstast.nim
  667. nim/lib/packages/docutils/rstgen.nim
  668. nim/lib/packages/docutils/rstidx.nim
  669. nim/lib/posix/epoll.nim
  670. nim/lib/posix/inotify.nim
  671. nim/lib/posix/kqueue.nim
  672. nim/lib/posix/linux.nim
  673. nim/lib/posix/posix.nim
  674. nim/lib/posix/posix_freertos_consts.nim
  675. nim/lib/posix/posix_haiku.nim
  676. nim/lib/posix/posix_linux_amd64.nim
  677. nim/lib/posix/posix_linux_amd64_consts.nim
  678. nim/lib/posix/posix_macos_amd64.nim
  679. nim/lib/posix/posix_nintendoswitch.nim
  680. nim/lib/posix/posix_nintendoswitch_consts.nim
  681. nim/lib/posix/posix_openbsd_amd64.nim
  682. nim/lib/posix/posix_other.nim
  683. nim/lib/posix/posix_other_consts.nim
  684. nim/lib/posix/posix_utils.nim
  685. nim/lib/posix/termios.nim
  686. nim/lib/pure/algorithm.nim
  687. nim/lib/pure/async.nim
  688. nim/lib/pure/asyncdispatch.nim
  689. nim/lib/pure/asyncdispatch.nim.cfg
  690. nim/lib/pure/asyncfile.nim
  691. nim/lib/pure/asyncfutures.nim
  692. nim/lib/pure/asynchttpserver.nim
  693. nim/lib/pure/asyncmacro.nim
  694. nim/lib/pure/asyncnet.nim
  695. nim/lib/pure/asyncstreams.nim
  696. nim/lib/pure/base64.nim
  697. nim/lib/pure/bitops.nim
  698. nim/lib/pure/browsers.nim
  699. nim/lib/pure/cgi.nim
  700. nim/lib/pure/collections/chains.nim
  701. nim/lib/pure/collections/critbits.nim
  702. nim/lib/pure/collections/deques.nim
  703. nim/lib/pure/collections/hashcommon.nim
  704. nim/lib/pure/collections/heapqueue.nim
  705. nim/lib/pure/collections/intsets.nim
  706. nim/lib/pure/collections/lists.nim
  707. nim/lib/pure/collections/rtarrays.nim
  708. nim/lib/pure/collections/sequtils.nim
  709. nim/lib/pure/collections/setimpl.nim
  710. nim/lib/pure/collections/sets.nim
  711. nim/lib/pure/collections/sharedlist.nim
  712. nim/lib/pure/collections/sharedtables.nim
  713. nim/lib/pure/collections/tableimpl.nim
  714. nim/lib/pure/collections/tables.nim
  715. nim/lib/pure/colors.nim
  716. nim/lib/pure/complex.nim
  717. nim/lib/pure/concurrency/atomics.nim
  718. nim/lib/pure/concurrency/cpuinfo.nim
  719. nim/lib/pure/concurrency/cpuload.nim
  720. nim/lib/pure/concurrency/threadpool.nim
  721. nim/lib/pure/concurrency/threadpool.nim.cfg
  722. nim/lib/pure/cookies.nim
  723. nim/lib/pure/coro.nim
  724. nim/lib/pure/coro.nimcfg
  725. nim/lib/pure/cstrutils.nim
  726. nim/lib/pure/distros.nim
  727. nim/lib/pure/dynlib.nim
  728. nim/lib/pure/encodings.nim
  729. nim/lib/pure/endians.nim
  730. nim/lib/pure/fenv.nim
  731. nim/lib/pure/hashes.nim
  732. nim/lib/pure/htmlgen.nim
  733. nim/lib/pure/htmlparser.nim
  734. nim/lib/pure/httpclient.nim
  735. nim/lib/pure/httpcore.nim
  736. nim/lib/pure/includes/unicode_ranges.nim
  737. nim/lib/pure/ioselects/ioselectors_epoll.nim
  738. nim/lib/pure/ioselects/ioselectors_kqueue.nim
  739. nim/lib/pure/ioselects/ioselectors_poll.nim
  740. nim/lib/pure/ioselects/ioselectors_select.nim
  741. nim/lib/pure/json.nim
  742. nim/lib/pure/lenientops.nim
  743. nim/lib/pure/lexbase.nim
  744. nim/lib/pure/logging.nim
  745. nim/lib/pure/marshal.nim
  746. nim/lib/pure/math.nim
  747. nim/lib/pure/md5.nim
  748. nim/lib/pure/memfiles.nim
  749. nim/lib/pure/mimetypes.nim
  750. nim/lib/pure/nativesockets.nim
  751. nim/lib/pure/net.nim
  752. nim/lib/pure/nimprof.nim
  753. nim/lib/pure/nimprof.nim.cfg
  754. nim/lib/pure/oids.nim
  755. nim/lib/pure/options.nim
  756. nim/lib/pure/os.nim
  757. nim/lib/pure/osproc.nim
  758. nim/lib/pure/parsecfg.nim
  759. nim/lib/pure/parsecsv.nim
  760. nim/lib/pure/parsejson.nim
  761. nim/lib/pure/parseopt.nim
  762. nim/lib/pure/parsesql.nim
  763. nim/lib/pure/parseutils.nim
  764. nim/lib/pure/parsexml.nim
  765. nim/lib/pure/pathnorm.nim
  766. nim/lib/pure/pegs.nim
  767. nim/lib/pure/prelude.nim
  768. nim/lib/pure/random.nim
  769. nim/lib/pure/rationals.nim
  770. nim/lib/pure/reservedmem.nim
  771. nim/lib/pure/ropes.nim
  772. nim/lib/pure/segfaults.nim
  773. nim/lib/pure/selectors.nim
  774. nim/lib/pure/ssl_certs.nim
  775. nim/lib/pure/ssl_config.nim
  776. nim/lib/pure/stats.nim
  777. nim/lib/pure/streams.nim
  778. nim/lib/pure/streamwrapper.nim
  779. nim/lib/pure/strformat.nim
  780. nim/lib/pure/strmisc.nim
  781. nim/lib/pure/strscans.nim
  782. nim/lib/pure/strtabs.nim
  783. nim/lib/pure/strutils.nim
  784. nim/lib/pure/sugar.nim
  785. nim/lib/pure/terminal.nim
  786. nim/lib/pure/times.nim
  787. nim/lib/pure/typetraits.nim
  788. nim/lib/pure/unicode.nim
  789. nim/lib/pure/unidecode/gen.py
  790. nim/lib/pure/unidecode/unidecode.dat
  791. nim/lib/pure/unidecode/unidecode.nim
  792. nim/lib/pure/unittest.nim
  793. nim/lib/pure/uri.nim
  794. nim/lib/pure/volatile.nim
  795. nim/lib/pure/xmlparser.nim
  796. nim/lib/pure/xmltree.nim
  797. nim/lib/std/appdirs.nim
  798. nim/lib/std/assertions.nim
  799. nim/lib/std/cmdline.nim
  800. nim/lib/std/compilesettings.nim
  801. nim/lib/std/decls.nim
  802. nim/lib/std/dirs.nim
  803. nim/lib/std/editdistance.nim
  804. nim/lib/std/effecttraits.nim
  805. nim/lib/std/enumerate.nim
  806. nim/lib/std/enumutils.nim
  807. nim/lib/std/envvars.nim
  808. nim/lib/std/exitprocs.nim
  809. nim/lib/std/files.nim
  810. nim/lib/std/formatfloat.nim
  811. nim/lib/std/genasts.nim
  812. nim/lib/std/importutils.nim
  813. nim/lib/std/isolation.nim
  814. nim/lib/std/jsbigints.nim
  815. nim/lib/std/jsfetch.nim
  816. nim/lib/std/jsformdata.nim
  817. nim/lib/std/jsheaders.nim
  818. nim/lib/std/jsonutils.nim
  819. nim/lib/std/logic.nim
  820. nim/lib/std/monotimes.nim
  821. nim/lib/std/objectdollar.nim
  822. nim/lib/std/oserrors.nim
  823. nim/lib/std/outparams.nim
  824. nim/lib/std/packedsets.nim
  825. nim/lib/std/paths.nim
  826. nim/lib/std/private/asciitables.nim
  827. nim/lib/std/private/bitops_utils.nim
  828. nim/lib/std/private/decode_helpers.nim
  829. nim/lib/std/private/digitsutils.nim
  830. nim/lib/std/private/dragonbox.nim
  831. nim/lib/std/private/gitutils.nim
  832. nim/lib/std/private/globs.nim
  833. nim/lib/std/private/jsutils.nim
  834. nim/lib/std/private/miscdollars.nim
  835. nim/lib/std/private/ntpath.nim
  836. nim/lib/std/private/osappdirs.nim
  837. nim/lib/std/private/oscommon.nim
  838. nim/lib/std/private/osdirs.nim
  839. nim/lib/std/private/osfiles.nim
  840. nim/lib/std/private/ospaths2.nim
  841. nim/lib/std/private/osseps.nim
  842. nim/lib/std/private/ossymlinks.nim
  843. nim/lib/std/private/schubfach.nim
  844. nim/lib/std/private/since.nim
  845. nim/lib/std/private/strimpl.nim
  846. nim/lib/std/private/syslocks.nim
  847. nim/lib/std/private/threadtypes.nim
  848. nim/lib/std/private/underscored_calls.nim
  849. nim/lib/std/private/win_getsysteminfo.nim
  850. nim/lib/std/private/win_setenv.nim
  851. nim/lib/std/setutils.nim
  852. nim/lib/std/sha1.nim
  853. nim/lib/std/socketstreams.nim
  854. nim/lib/std/stackframes.nim
  855. nim/lib/std/strbasics.nim
  856. nim/lib/std/symlinks.nim
  857. nim/lib/std/syncio.nim
  858. nim/lib/std/sysatomics.nim
  859. nim/lib/std/sysrand.nim
  860. nim/lib/std/tasks.nim
  861. nim/lib/std/tempfiles.nim
  862. nim/lib/std/time_t.nim
  863. nim/lib/std/typedthreads.nim
  864. nim/lib/std/varints.nim
  865. nim/lib/std/vmutils.nim
  866. nim/lib/std/widestrs.nim
  867. nim/lib/std/with.nim
  868. nim/lib/std/wordwrap.nim
  869. nim/lib/std/wrapnils.nim
  870. nim/lib/stdlib.nimble
  871. nim/lib/system.nim
  872. nim/lib/system/alloc.nim
  873. nim/lib/system/ansi_c.nim
  874. nim/lib/system/arc.nim
  875. nim/lib/system/arithmetics.nim
  876. nim/lib/system/assign.nim
  877. nim/lib/system/avltree.nim
  878. nim/lib/system/basic_types.nim
  879. nim/lib/system/bitmasks.nim
  880. nim/lib/system/cellseqs_v1.nim
  881. nim/lib/system/cellseqs_v2.nim
  882. nim/lib/system/cellsets.nim
  883. nim/lib/system/cgprocs.nim
  884. nim/lib/system/channels_builtin.nim
  885. nim/lib/system/chcks.nim
  886. nim/lib/system/comparisons.nim
  887. nim/lib/system/compilation.nim
  888. nim/lib/system/coro_detection.nim
  889. nim/lib/system/countbits_impl.nim
  890. nim/lib/system/ctypes.nim
  891. nim/lib/system/cyclebreaker.nim
  892. nim/lib/system/deepcopy.nim
  893. nim/lib/system/dollars.nim
  894. nim/lib/system/dyncalls.nim
  895. nim/lib/system/embedded.nim
  896. nim/lib/system/exceptions.nim
  897. nim/lib/system/excpt.nim
  898. nim/lib/system/fatal.nim
  899. nim/lib/system/formatfloat.nim
  900. nim/lib/system/gc.nim
  901. nim/lib/system/gc_common.nim
  902. nim/lib/system/gc_hooks.nim
  903. nim/lib/system/gc_interface.nim
  904. nim/lib/system/gc_ms.nim
  905. nim/lib/system/gc_regions.nim
  906. nim/lib/system/hti.nim
  907. nim/lib/system/inclrtl.nim
  908. nim/lib/system/indexerrors.nim
  909. nim/lib/system/indices.nim
  910. nim/lib/system/integerops.nim
  911. nim/lib/system/iterators.nim
  912. nim/lib/system/iterators_1.nim
  913. nim/lib/system/jssys.nim
  914. nim/lib/system/memalloc.nim
  915. nim/lib/system/memory.nim
  916. nim/lib/system/memtracker.nim
  917. nim/lib/system/mm/boehm.nim
  918. nim/lib/system/mm/go.nim
  919. nim/lib/system/mm/malloc.nim
  920. nim/lib/system/mm/none.nim
  921. nim/lib/system/mmdisp.nim
  922. nim/lib/system/nimscript.nim
  923. nim/lib/system/orc.nim
  924. nim/lib/system/osalloc.nim
  925. nim/lib/system/platforms.nim
  926. nim/lib/system/profiler.nim
  927. nim/lib/system/rawquits.nim
  928. nim/lib/system/repr.nim
  929. nim/lib/system/repr_impl.nim
  930. nim/lib/system/repr_v2.nim
  931. nim/lib/system/reprjs.nim
  932. nim/lib/system/seqs_v2.nim
  933. nim/lib/system/seqs_v2_reimpl.nim
  934. nim/lib/system/setops.nim
  935. nim/lib/system/sets.nim
  936. nim/lib/system/stacktraces.nim
  937. nim/lib/system/strmantle.nim
  938. nim/lib/system/strs_v2.nim
  939. nim/lib/system/sysstr.nim
  940. nim/lib/system/threadids.nim
  941. nim/lib/system/threadimpl.nim
  942. nim/lib/system/threadlocalstorage.nim
  943. nim/lib/system/timers.nim
  944. nim/lib/system_overview.rst
  945. nim/lib/windows/registry.nim
  946. nim/lib/windows/winlean.nim
  947. nim/lib/wrappers/linenoise/LICENSE.txt
  948. nim/lib/wrappers/linenoise/README.markdown
  949. nim/lib/wrappers/linenoise/linenoise.c
  950. nim/lib/wrappers/linenoise/linenoise.h
  951. nim/lib/wrappers/linenoise/linenoise.nim
  952. nim/lib/wrappers/openssl.nim
  953. nim/lib/wrappers/pcre.nim
  954. nim/lib/wrappers/tinyc.nim
  955. nim/tools/dochack/dochack.js
  956. nim/tools/dochack/dochack.nim
  957. nim/tools/dochack/fuzzysearch.nim
  958. @owner
  959. @group
  960. @mode
Collapse this list.
Dependency lines:
  • nim>0:lang/nim
To install the port:
cd /usr/ports/lang/nim/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/nim
  • pkg install nim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nim
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1703631502 SHA256 (nim-2.0.2.tar.xz) = 64f51d3bf56de9d0ee79e2ca6a9ce94454af9a63a141a6969ce8c59a60b82ccf SIZE (nim-2.0.2.tar.xz) = 7381172

Packages (timestamps in pop-ups are UTC):
nim
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.22.0.21.4.22.0.22.0.2-1.4.2-
FreeBSD:13:quarterly2.0.22.0.21.6.142.0.22.0.22.0.22.0.22.0.2
FreeBSD:14:latest2.0.22.0.21.6.102.0.22.0.21.6.12_2-1.6.12_2
FreeBSD:14:quarterly2.0.22.0.2-2.0.22.0.22.0.22.0.22.0.2
FreeBSD:15:latest2.0.22.0.2n/a2.0.2n/a2.0.22.0.22.0.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Test dependencies:
  1. node18>=0 : www/node
Library dependencies:
  1. libpcre.so : devel/pcre
This port is required by:
for Build
  1. devel/nimble
for Run
  1. devel/nimble

Configuration Options:
===> The following configuration options are available for nim-2.0.2: DOCS=on: Build and/or install documentation TOOLS=on: Build and install nim tools, not including nimble nor nimfind ===> Use 'make config' to modify these settings
Options name:
lang_nim
USES:
compiler:c11 cpe tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://nim-lang.org/download/
Collapse this list.

Number of commits found: 59

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.2
05 Jan 2024 21:04:11
commit hash: fa1853a31021d6f924dfe1952027e1cdb68977a2commit hash: fa1853a31021d6f924dfe1952027e1cdb68977a2commit hash: fa1853a31021d6f924dfe1952027e1cdb68977a2commit hash: fa1853a31021d6f924dfe1952027e1cdb68977a2 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/nim: remove ELFv1 support
2.0.2
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2.0.2
27 Dec 2023 17:56:52
commit hash: 40956162ac455831d8edc36acd723e752792888dcommit hash: 40956162ac455831d8edc36acd723e752792888dcommit hash: 40956162ac455831d8edc36acd723e752792888dcommit hash: 40956162ac455831d8edc36acd723e752792888d files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Author: Neal Nelson
lang/nim: Update version 2.0.0=>2.0.2

- Move pkg-message to SUB_FILES and replace hard coded PREFIX [1]
- Convert pkg-mesage to UCL format [1]

Changelog: https://nim-lang.org/blog/2023/12/19/versions-1618-202-released.html

PR:		275942
Approved by:	submitter is maintainer, portmgr(blanket) [1]
2.0.0_1
10 Sep 2023 16:13:04
commit hash: 9fd4b3987423a3fb7a0215c821a5764b43ce81a0commit hash: 9fd4b3987423a3fb7a0215c821a5764b43ce81a0commit hash: 9fd4b3987423a3fb7a0215c821a5764b43ce81a0commit hash: 9fd4b3987423a3fb7a0215c821a5764b43ce81a0 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Neal Nelson
lang/nim: fix plist

 - Fix problems with optional parts of the pkg-plist of lang/nim.
 - Install an extra set of libraries needed by devel/nimble in order to build.

PR:		273482
2.0.0
31 Aug 2023 09:43:40
commit hash: 3a22c2fedb4f28b6ddab01c97d784b83e42e3763commit hash: 3a22c2fedb4f28b6ddab01c97d784b83e42e3763commit hash: 3a22c2fedb4f28b6ddab01c97d784b83e42e3763commit hash: 3a22c2fedb4f28b6ddab01c97d784b83e42e3763 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Neal Nelson
lang/nim: Upgrade to 2.0.0

ChangeLog: https://nim-lang.org/blog/2023/08/01/nim-v20-released.html

PR:		273423
Reported by:	ports@nicandneal.net (maintainer)
1.6.14
28 Jun 2023 23:10:17
commit hash: a3f72bf4c58cf9ae627ea465a996f80d174bad26commit hash: a3f72bf4c58cf9ae627ea465a996f80d174bad26commit hash: a3f72bf4c58cf9ae627ea465a996f80d174bad26commit hash: a3f72bf4c58cf9ae627ea465a996f80d174bad26 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Neal Nelson
lang/nim: Upgrade to 1.6.14

https://nim-lang.org/blog/2023/06/27/version-1614-released.html

PR:		272268
1.6.12_2
19 Apr 2023 16:37:51
commit hash: 931d277e9f7db6872299f8b948b7c403d194c9c1commit hash: 931d277e9f7db6872299f8b948b7c403d194c9c1commit hash: 931d277e9f7db6872299f8b948b7c403d194c9c1commit hash: 931d277e9f7db6872299f8b948b7c403d194c9c1 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Neal Nelson
lang/nim: Fix invalid path to documentation in compiler source code

Use /usr/local/share/doc/nim instead of ../doc.

PR:		270858
Reported by:	thindil@laeran.pl.eu.org
1.6.12
17 Mar 2023 08:13:48
commit hash: 0809f75a3222faadbc12434e1acd578cfc83182ecommit hash: 0809f75a3222faadbc12434e1acd578cfc83182ecommit hash: 0809f75a3222faadbc12434e1acd578cfc83182ecommit hash: 0809f75a3222faadbc12434e1acd578cfc83182e files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Neal Nelson
lang/nim: Upgrade to 1.6.12

ChangeLog: https://nim-lang.org/blog/2023/03/10/version-1612-released.html

PR:		270244 27008
Reported by:	ports@nicandneal.net (maintainer)
1.6.10
28 Nov 2022 17:40:20
commit hash: 415aa8df9d225599f057a56617e3becaae6a0a84commit hash: 415aa8df9d225599f057a56617e3becaae6a0a84commit hash: 415aa8df9d225599f057a56617e3becaae6a0a84commit hash: 415aa8df9d225599f057a56617e3becaae6a0a84 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Neal Nelson
lang/nim: Update to 1.6.10

ChangeLog: https://nim-lang.org/blog/2022/11/23/version-1610-released.html

PR:		267984
MFH:		2022Q4 (bugfixes)
1.6.8
28 Sep 2022 22:12:21
commit hash: 97fa651b911b8fdea521278404dbcd3378ea2415commit hash: 97fa651b911b8fdea521278404dbcd3378ea2415commit hash: 97fa651b911b8fdea521278404dbcd3378ea2415commit hash: 97fa651b911b8fdea521278404dbcd3378ea2415 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Neal Nelson
lang/nim: Update to 1.6.8

ChangeLog:
https://nim-lang.org/blog/2022/09/27/version-168-released.html

PR:		266672
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.6.6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.6.6
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.6
06 May 2022 13:39:33
commit hash: c503a902a7575d42cc18230692d0edc0f4def596commit hash: c503a902a7575d42cc18230692d0edc0f4def596commit hash: c503a902a7575d42cc18230692d0edc0f4def596commit hash: c503a902a7575d42cc18230692d0edc0f4def596 files touched by this commit
Wen Heping (wen) search for other commits by this committer
lang/nim: Update to 1.6.6

PR:		263796
Reported by:	ports@nicandneal.net(maintainer)
1.6.4
10 Feb 2022 22:22:38
commit hash: fcf3010d75158e6329d6bf4501591df02ad6c7bacommit hash: fcf3010d75158e6329d6bf4501591df02ad6c7bacommit hash: fcf3010d75158e6329d6bf4501591df02ad6c7bacommit hash: fcf3010d75158e6329d6bf4501591df02ad6c7ba files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
Author: Neal Nelson
lang/nim: Update to 1.6.4

Changelog:	https://nim-lang.org/blog/2022/02/08/version-164-released.html

PR:		261865
1.6.2
22 Dec 2021 17:00:11
commit hash: 148623c44521b43a578d40d31b59e77a6974dfa8commit hash: 148623c44521b43a578d40d31b59e77a6974dfa8commit hash: 148623c44521b43a578d40d31b59e77a6974dfa8commit hash: 148623c44521b43a578d40d31b59e77a6974dfa8 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Neal Nelson
lang/nim: Upgrade to 1.6.2

Release notes: https://nim-lang.org/blog/2021/12/17/version-162-released.html

PR:		260610
1.6.0
07 Nov 2021 12:15:01
commit hash: c62f15abadec207d11f4970bbe27666638e0bf05commit hash: c62f15abadec207d11f4970bbe27666638e0bf05commit hash: c62f15abadec207d11f4970bbe27666638e0bf05commit hash: c62f15abadec207d11f4970bbe27666638e0bf05 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
lang/nim: fix build on powerpc

build.sh was misdetecting powerpc for powerpc64.
1.6.0
28 Oct 2021 11:17:11
commit hash: a516093a0aac59570a7fd186bb6eda4261fc02cfcommit hash: a516093a0aac59570a7fd186bb6eda4261fc02cfcommit hash: a516093a0aac59570a7fd186bb6eda4261fc02cfcommit hash: a516093a0aac59570a7fd186bb6eda4261fc02cf files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
Author: Neal Nelson
lang/nim: Update to 1.6.0

* Switch to DISTVERSION
* Pet portlint and portclippy
* Reformat Makefile with portfmt

PR:		259341
1.4.8
21 Sep 2021 12:57:50
commit hash: 5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69commit hash: 5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69commit hash: 5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69commit hash: 5c186bc00085ed0e6cbb1f2a6c1b65b12de39b69 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
lang/nim: Add CPE information

Approved by:    portmgr (blanket)
1.4.8
27 May 2021 02:54:50
commit hash: 3aa0f5119b1a18f96d7e2b02aa39e7bb8b3d4c9bcommit hash: 3aa0f5119b1a18f96d7e2b02aa39e7bb8b3d4c9bcommit hash: 3aa0f5119b1a18f96d7e2b02aa39e7bb8b3d4c9bcommit hash: 3aa0f5119b1a18f96d7e2b02aa39e7bb8b3d4c9b files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
lang/nim: update Nim programming language to version 1.4.8.

PR:		256163
Submitted by:	maintainer
1.4.6
17 Apr 2021 11:52:40
commit hash: 8908c85811513abbb81b94334d7c4ca99e677068commit hash: 8908c85811513abbb81b94334d7c4ca99e677068commit hash: 8908c85811513abbb81b94334d7c4ca99e677068commit hash: 8908c85811513abbb81b94334d7c4ca99e677068 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
lang/nim: Upgrade to 1.4.6

ChangeLog:
https://nim-lang.org/blog/2021/04/15/versions-146-and-1212-released.html

PR:	255120
Reported by:	ports@nicandneal.net (maintainer)
1.4.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.4.4
27 Feb 2021 04:52:00
Revision:566665Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.4.4

PR:		253869
Submitted by:	ports@nicandneal.net(maintainer)
1.4.2
29 Dec 2020 14:52:13
Revision:559586Original commit files touched by this commit
pkubaj search for other commits by this committer
lang/nim: disable DOCS for powerpc64

It resulted in infinite memory allocation.
1.4.2
04 Dec 2020 10:20:44
Revision:556963Original commit files touched by this commit
fernape search for other commits by this committer
lang/nim: Upgrade to 1.4.2

ChangeLog: https://nim-lang.org/blog/2020/12/01/version-142-released.html

PR:	251532
Submitted by:	ports@nicandneal.net (maintainer)
1.4.0_1
06 Nov 2020 06:56:38
Revision:554169Original commit files touched by this commit
lwhsu search for other commits by this committer
lang/nim: Update 1.4 for unexpected change in distfile and include nimble

For some reason the distribution file of nim 1.4 has changed on the nim web
site without a change in version.

Two things have been added to the distribution and are no longer distributed
from their own github repository:
- fusion
- nimble

PR:		250881
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
1.4.0
03 Nov 2020 12:18:03
Revision:553979Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Update to 1.4.0

- Update to 1.4.0
- Add a workaround to build doc in poudriere
- Remove patch-compiler_docgen.nim (fixed upstream)
- Add patch-koch.nim to disable Fusion build

Release notes:
  - https://nim-lang.org/blog/2020/10/16/version-140-released.html

PR:		250458
Submitted by:	Neal Nelson (maintainer)
1.2.6_1
20 Sep 2020 12:55:55
Revision:549107Original commit files touched by this commit
tobik search for other commits by this committer
Clean up some things

Reported by:	portscan
1.2.6_1
15 Sep 2020 18:57:19
Revision:548743Original commit files touched by this commit
pkubaj search for other commits by this committer
lang/nim: fix build on powerpc64 elfv1

Now newer GCC is required.
1.2.6_1
24 Aug 2020 06:48:36
Revision:546051Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Fix cssSource for nim doc

Nim doc expected to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc
directory is ${PREFIX}/share/doc/nim/

PR:		248814
Approved by:	Neal Nelson (maintainer)
1.2.6
31 Jul 2020 16:49:48
Revision:543869Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Update to 1.2.6

Changelog:
 - https://nim-lang.org/blog/2020/07/30/versions-126-and-108-released.html

PR:		248390
Approved by:	Neal Nelson (maintainer)
1.2.4
30 Jul 2020 19:41:46
Revision:543824Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Update to 1.2.4

PR:	247488, 247193
Approved by:	Neal Nelson (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25875
1.2.0
27 Apr 2020 16:50:50
Revision:533154Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Fix the build of lang/nim within poudriere:

 -   Make sure we use specified build caches for all build commands (this was
causing the poudriere testport to fail for the tools build).
 -  Ensure that devel/nimble is not built as part of this port by using the koch
toolsToNimble command instead of koch tools. If left to it's own devices the
koch tools command will download nimble from git and build it itself.

PR:		245789
Submitted by:	Neal Nelson
Reviewed by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24585
1.2.0
04 Apr 2020 11:11:50
Revision:530639Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Update to 1.2.0

    - Remove files/patch-koch.nim (This patch is not needed to build nim and
tools)
    - Update files/patch-install.sh and files/patch-config-nim.cfg
    - Unbreak arm (fixed upstream) [1]
    - Add all optional tools
    - Order pkg-plist
    - Move USES (pet portlint)

[1] https://github.com/nim-lang/Nim/pull/13822

Changelog:

    - https://nim-lang.org/blog/2020/04/03/version-120-released.html

PR:		245328
Approved by:	tcberner (mentor), Neal Nelson (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24294
1.0.6
22 Feb 2020 05:40:19
Revision:526737Original commit files touched by this commit
lbartoletti search for other commits by this committer
lang/nim: Update to 1.0.6

  - Update to 1.0.6

Changelog:

  -
https://github.com/nim-lang/Nim/blob/version-1-0/changelogs/changelog_1_0_6.md

PR:	243760
Submitted by:	Neal Nelson (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23770
1.0.4
07 Dec 2019 20:42:50
Revision:519237Original commit files touched by this commit
tcberner search for other commits by this committer
lang/nim: Update tp 1.0.4

PR:		242450
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
1.0.2
27 Nov 2019 19:55:14
Revision:518529Original commit files touched by this commit
pkubaj search for other commits by this committer
lang/nim: Remove BROKEN for powerpc64

Fix build on powerpc64 elfv1 and elfv2.

PR:             241974
Submitted by:   hamiltcl@verizon.net
Approved by:    ports@nicandneal.net (maintainer), tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D22568
1.0.2
27 Oct 2019 15:31:21
Revision:515799Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 1.0.2.

PR:		241468
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
1.0.0
26 Sep 2019 18:37:44
Revision:512976Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: Update to 1.0.0

PR:		240847
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.20.2
02 Sep 2019 23:20:53
Revision:510898Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: update to 0.20.2

PR:		239377
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.20.0
07 Jun 2019 23:07:57
Revision:503670Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: update to 0.20

PR:		238390
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.19.6
23 May 2019 18:32:59
Revision:502348Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: Update to 0.19.6

PR:		237894
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.19.4
10 Feb 2019 21:10:36
Revision:492647Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: update to 0.19.4

PR:		235606
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.19.2
01 Feb 2019 12:41:24
Revision:491803Original commit files touched by this commit
swills search for other commits by this committer
lang/nim: update to 0.19.2

PR:		235377
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.19.0
27 Oct 2018 00:12:28
Revision:483062Original commit files touched by this commit
swills search for other commits by this committer
 lang/nim: update to 0.19

PR:		232290
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.18.0
18 Mar 2018 20:04:06
Revision:464947Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream version 0.18.0

PR:		226607
Submitted by:	ports@nicandneal.net (maintainer)
0.17.2
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
0.17.2
18 Oct 2017 22:02:12
Revision:452386Original commit files touched by this commit
dbaio search for other commits by this committer
lang/nim: Update to 0.17.2

While here, add LICENSE_FILE and move to https address.

Changes:	https://nim-lang.org/blog/2017/09/07/version-0172-released.html

PR:		222427
Submitted by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.17.0
27 May 2017 22:16:51
Revision:441881Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "linker_error".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.17.0
20 May 2017 01:10:03
Revision:441280Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.17.0

PR:		219381
Submitted by:	ports@nicandneal.net(maintainer)
0.16.0
29 Apr 2017 05:44:25
Revision:439717Original commit files touched by this commit
linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
0.16.0
10 Feb 2017 10:19:25
Revision:433790Original commit files touched by this commit
krion search for other commits by this committer
Update lang/nim to 0.16.0

PR:		215941
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9509
0.15.2
15 Dec 2016 03:28:55
Revision:428601Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.15.2

PR:		215280
Submitted by:	ports@nicandneal.net(maintainer)
0.15.0
16 Nov 2016 00:34:23
Revision:426198Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.15.0
15 Oct 2016 14:07:04
Revision:424020Original commit files touched by this commit
robak search for other commits by this committer
lang/nim: update 0.11.2 -> 0.15.0

* Remove files/patch-lib-posix-posix.nim

PR:		213304
Submitted by:	wen
Approved by:	Neal Nelson <ports@nicandneal.net> (maintainer)
0.11.2
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
0.11.2
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
0.11.2
28 Oct 2015 12:57:46
Revision:400388Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.11.2

PR:		203981
Submitted by:	Torsten Zuhlsdorff
Approved by:	maintainer
Sponsored by:	Absolight
0.10.2
03 Apr 2015 20:32:15
Revision:383175Original commit files touched by this commit
robak search for other commits by this committer
lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2

- Upstream has renamed the project from 'nimrod' to 'nim'

PR:		199118
Submitted by:	Neal Nelson <ports@nicandneal.net>

Number of commits found: 59