Commit Graph

19 Commits

Author SHA1 Message Date
jasper
52829a7fb9 sync COMMENT and DESCR with the upstream docs
regen build.sh patch while here.
2022-08-24 18:32:15 +00:00
jasper
cb847bf009 remove /usr/pkg tentacles and stop hardcoding /usr/local
ok op@
2022-08-24 18:28:33 +00:00
jasper
16dfb2b0a9 - update to nim-1.6.6
- add missing TEST_DEPENDS
- enable for arm64

ok op@
2022-08-23 18:03:25 +00:00
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
op
583c81dd0a lang/nim: tweak TEST_DEPENDS and do-test. Initial diff from Volker
Schlecht (thanks!) with tweaks by me.
2022-03-02 11:16:18 +00:00
op
12c07825c5 oops, i missed the plist bits too; no bump required because it doesn't
package
2022-03-01 08:51:00 +00:00
op
98d1f93814 oops, missed some files in the last commit. reminded by Volker, thanks 2022-02-28 17:34:04 +00:00
op
92dd4ccdcc update lang/nim to 1.2.0
diff from Volker Schlecht (openbsd-ports [at] schlecht [dot] dev), with
input from me and tb, ok sthen@.  Thanks!

While here unbreak the build on i386 too.
2022-02-28 13:16:10 +00:00
denis
37dcb25e8c Update to 1.2.0
Tested by j at bitminer.ca, thanks.
2020-05-02 09:33:06 +00:00
sthen
267f1f46d9 mark BROKEN-i386; hardcodes gcc 2019-08-31 15:36:56 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
espie
3c3982f3ed put @comment .orig to help update-plist produce clean results 2018-05-29 08:10:42 +00:00
juanfra
ce246ba396 Move download.tuxfamily to https. 2017-12-02 21:39:49 +00:00
juanfra
2da19f7f22 Update to nim 0.16.0.
http://nim-lang.org/news/e029_version_0_16_0.html
2017-01-09 10:32:33 +00:00
juanfra
226c81d329 Update to the latest Nim tarball. 2016-06-15 18:45:20 +00:00
juanfra
3c6650ea4d Upstream modified the tarball. Add a new MASTER_SITES until I can test
the new tarball. Spotted by naddy@ and sthen@.
2016-06-15 17:10:59 +00:00
juanfra
f0d014539b Update to Nim 0.14.2. 2016-06-15 00:19:59 +00:00
jturner
ead6a3a17f Remove myself and maintainer. ok juanfra@ 2015-12-22 19:40:48 +00:00
juanfra
8d456a4ddc Changes:
- Update to nim 0.11.2
- Enable the tests
- lang/nimrod -> lang/nim

OK jturner@

Comment:
statically typed, imperative programming language

Description:
Nim 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.

Maintainer: James Turner <james@calminferno.net>

WWW: http://nim-lang.org/
2015-10-19 21:50:14 +00:00