diff --git a/lang/nim/Makefile b/lang/nim/Makefile index de2764c136bd..222d834076c2 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/10/30 12:28:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2020/04/05 01:29:15 ryoon Exp $ -DISTNAME= nim-1.0.2 +DISTNAME= nim-1.2.0 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/lang/nim/PLIST b/lang/nim/PLIST index eae2d0df2fdc..d696b77e0c0b 100644 --- a/lang/nim/PLIST +++ b/lang/nim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2019/10/04 13:25:23 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.9 2020/04/05 01:29:15 ryoon Exp $ bin/nim nim/bin/nim nim/compiler.nimble @@ -25,8 +25,6 @@ nim/compiler/closureiters.nim nim/compiler/cmdlinehelper.nim nim/compiler/commands.nim nim/compiler/condsyms.nim -nim/compiler/configuration.nim -nim/compiler/cursors.nim nim/compiler/debuginfo.nim nim/compiler/depends.nim nim/compiler/dfa.nim @@ -126,7 +124,9 @@ nim/compiler/semtypes.nim nim/compiler/semtypinst.nim nim/compiler/sighashes.nim nim/compiler/sigmatch.nim +nim/compiler/sinkparameter_inference.nim nim/compiler/sizealignoffsetimpl.nim +nim/compiler/sourcemap.nim nim/compiler/spawn.nim nim/compiler/suggest.nim nim/compiler/syntaxes.nim @@ -152,17 +152,14 @@ nim/config/nimdoc.tex.cfg nim/doc/advopt.txt nim/doc/basicopt.txt nim/doc/html/overview.html +nim/doc/nimdoc.css nim/lib/arch/x86/amd64.S nim/lib/arch/x86/i386.S -nim/lib/core/allocators.nim nim/lib/core/hotcodereloading.nim nim/lib/core/locks.nim nim/lib/core/macrocache.nim nim/lib/core/macros.nim nim/lib/core/rlocks.nim -nim/lib/core/runtime_v2.nim -nim/lib/core/seqs.nim -nim/lib/core/strs.nim nim/lib/core/typeinfo.nim nim/lib/cycle.h nim/lib/deprecated/pure/LockFreeHash.nim @@ -182,8 +179,6 @@ nim/lib/impure/db_postgres.nim nim/lib/impure/db_sqlite.nim nim/lib/impure/nre.nim nim/lib/impure/nre/private/util.nim -nim/lib/impure/osinfo_posix.nim -nim/lib/impure/osinfo_win.nim nim/lib/impure/rdstdin.nim nim/lib/impure/re.nim nim/lib/js/asyncjs.nim @@ -212,6 +207,7 @@ nim/lib/posix/posix_linux_amd64_consts.nim nim/lib/posix/posix_macos_amd64.nim nim/lib/posix/posix_nintendoswitch.nim nim/lib/posix/posix_nintendoswitch_consts.nim +nim/lib/posix/posix_openbsd_amd64.nim nim/lib/posix/posix_other.nim nim/lib/posix/posix_other_consts.nim nim/lib/posix/posix_utils.nim @@ -316,6 +312,7 @@ nim/lib/pure/segfaults.nim nim/lib/pure/selectors.nim nim/lib/pure/smtp.nim nim/lib/pure/smtp.nim.cfg +nim/lib/pure/ssl_certs.nim nim/lib/pure/stats.nim nim/lib/pure/streams.nim nim/lib/pure/strformat.nim @@ -336,30 +333,43 @@ nim/lib/pure/uri.nim nim/lib/pure/volatile.nim nim/lib/pure/xmlparser.nim nim/lib/pure/xmltree.nim +nim/lib/std/compilesettings.nim +nim/lib/std/decls.nim nim/lib/std/editdistance.nim +nim/lib/std/logic.nim nim/lib/std/monotimes.nim +nim/lib/std/private/underscored_calls.nim nim/lib/std/sha1.nim +nim/lib/std/stackframes.nim nim/lib/std/sums.nim nim/lib/std/time_t.nim nim/lib/std/varints.nim +nim/lib/std/with.nim nim/lib/std/wordwrap.nim +nim/lib/std/wrapnils.nim nim/lib/stdlib.nimble nim/lib/system.nim nim/lib/system/alloc.nim nim/lib/system/ansi_c.nim nim/lib/system/arithm.nim +nim/lib/system/arithmetics.nim nim/lib/system/assertions.nim nim/lib/system/assign.nim nim/lib/system/atomics.nim nim/lib/system/avltree.nim +nim/lib/system/basic_types.nim nim/lib/system/cellsets.nim nim/lib/system/cgprocs.nim nim/lib/system/channels.nim nim/lib/system/chcks.nim +nim/lib/system/comparisons.nim +nim/lib/system/cyclebreaker.nim +nim/lib/system/cyclicrefs_v2.nim nim/lib/system/deepcopy.nim nim/lib/system/dollars.nim nim/lib/system/dyncalls.nim nim/lib/system/embedded.nim +nim/lib/system/exceptions.nim nim/lib/system/excpt.nim nim/lib/system/fatal.nim nim/lib/system/formatfloat.nim @@ -367,25 +377,38 @@ nim/lib/system/gc.nim nim/lib/system/gc2.nim nim/lib/system/gc_common.nim nim/lib/system/gc_hooks.nim +nim/lib/system/gc_interface.nim nim/lib/system/gc_ms.nim nim/lib/system/gc_regions.nim nim/lib/system/hti.nim nim/lib/system/inclrtl.nim nim/lib/system/indexerrors.nim +nim/lib/system/integerops.nim nim/lib/system/io.nim nim/lib/system/iterators.nim +nim/lib/system/iterators_1.nim nim/lib/system/jssys.nim +nim/lib/system/memalloc.nim nim/lib/system/memory.nim nim/lib/system/memtracker.nim +nim/lib/system/mm/boehm.nim +nim/lib/system/mm/go.nim +nim/lib/system/mm/malloc.nim +nim/lib/system/mm/none.nim nim/lib/system/mmdisp.nim nim/lib/system/nimscript.nim nim/lib/system/osalloc.nim nim/lib/system/platforms.nim nim/lib/system/profiler.nim +nim/lib/system/refs_v2.nim nim/lib/system/repr.nim +nim/lib/system/repr_v2.nim nim/lib/system/reprjs.nim +nim/lib/system/seqs_v2.nim +nim/lib/system/setops.nim nim/lib/system/sets.nim nim/lib/system/strmantle.nim +nim/lib/system/strs_v2.nim nim/lib/system/syslocks.nim nim/lib/system/sysspawn.nim nim/lib/system/sysstr.nim diff --git a/lang/nim/distinfo b/lang/nim/distinfo index 5ef8ef317979..85b268a52aec 100644 --- a/lang/nim/distinfo +++ b/lang/nim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/10/30 12:28:48 ryoon Exp $ +$NetBSD: distinfo,v 1.11 2020/04/05 01:29:15 ryoon Exp $ -SHA1 (nim-1.0.2.tar.xz) = dec2e06d9a15bda9ddbc607c160fdbf537aa96d7 -RMD160 (nim-1.0.2.tar.xz) = d48bc7e837a07bc0d351d376e8b511bf99367d78 -SHA512 (nim-1.0.2.tar.xz) = 5d7a45efcf656d5467554c3bbf42d0c62a760ccd107cec439d8375839d2e80baadfb3f598598748ef8e1b32d3eb931caaa273f8e41bbf6f4e16c7afbef745349 -Size (nim-1.0.2.tar.xz) = 5139712 bytes +SHA1 (nim-1.2.0.tar.xz) = 4c9c01c4598503359b3db1e326390e8502d750e4 +RMD160 (nim-1.2.0.tar.xz) = ab4a35587303a07a32256d9f282db9905a5688a3 +SHA512 (nim-1.2.0.tar.xz) = 7803a0e11a0e83d442c06af6135b446329bb005c2717aabd03c82b80d9dcac5305ae67972129fd830e91251ce4c746b805ccbf0bb220873b39faf4f342cbaf6f +Size (nim-1.2.0.tar.xz) = 5869428 bytes