pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nim Update to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85187bd535ac
branches:  trunk
changeset: 415262:85187bd535ac
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Oct 04 13:25:23 2019 +0000

description:
Update to 1.0.0

Changelog:
This is a major release containing nearly 60 commits. Most changes are bug fixes, but this release also includes a couple new features:

    Binaries can now be built and run using the new run command.
    The NimblePkgVersion is now defined so you can easily get the package version in your source code (example).

Some other highlights:

    Temporary files are now kept when the --debug flag is used.
    Fixed dependency resolution issues with "#head" packages (#432 and #672).
    The install command can now take Nim compiler flags via the new --passNim flag.
    Command line arguments are now passed properly to tasks (#633).
    The test command now respects the specified backend (#631).
    The dump command will no longer prompt and now has an implicit -y.
    Fixed bugs with the new nimscript executor (#665).
    Fixed multiple downloads and installs of the same package (#678).
    Nimble init no longer overwrites existing files (#581).
    Fixed incorrect submodule version being pulled when in a non-master branch (#675).

diffstat:

 lang/nim/Makefile |   4 ++--
 lang/nim/PLIST    |  15 +++++++--------
 lang/nim/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (109 lines):

diff -r 55a8e81d4e99 -r 85187bd535ac lang/nim/Makefile
--- a/lang/nim/Makefile Fri Oct 04 13:04:43 2019 +0000
+++ b/lang/nim/Makefile Fri Oct 04 13:25:23 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/07/17 21:56:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/04 13:25:23 ryoon Exp $
 
-DISTNAME=      nim-0.20.2
+DISTNAME=      nim-1.0.0
 CATEGORIES=    lang
 MASTER_SITES=  http://nim-lang.org/download/
 EXTRACT_SUFX=  .tar.xz
diff -r 55a8e81d4e99 -r 85187bd535ac lang/nim/PLIST
--- a/lang/nim/PLIST    Fri Oct 04 13:04:43 2019 +0000
+++ b/lang/nim/PLIST    Fri Oct 04 13:25:23 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/07/17 21:56:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/10/04 13:25:23 ryoon Exp $
 bin/nim
 nim/bin/nim
 nim/compiler.nimble
@@ -159,17 +159,18 @@
 nim/lib/core/locks.nim
 nim/lib/core/macrocache.nim
 nim/lib/core/macros.nim
-nim/lib/core/refs.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/core/typelayouts.nim
 nim/lib/cycle.h
+nim/lib/deprecated/pure/LockFreeHash.nim
+nim/lib/deprecated/pure/events.nim
 nim/lib/deprecated/pure/ospaths.nim
 nim/lib/deprecated/pure/parseopt2.nim
 nim/lib/deprecated/pure/securehash.nim
+nim/lib/deprecated/pure/sharedstrings.nim
 nim/lib/experimental/diff.nim
 nim/lib/genode/alloc.nim
 nim/lib/genode/env.nim
@@ -231,7 +232,6 @@
 nim/lib/pure/bitops.nim
 nim/lib/pure/browsers.nim
 nim/lib/pure/cgi.nim
-nim/lib/pure/collections/LockFreeHash.nim
 nim/lib/pure/collections/chains.nim
 nim/lib/pure/collections/critbits.nim
 nim/lib/pure/collections/deques.nim
@@ -244,7 +244,6 @@
 nim/lib/pure/collections/setimpl.nim
 nim/lib/pure/collections/sets.nim
 nim/lib/pure/collections/sharedlist.nim
-nim/lib/pure/collections/sharedstrings.nim
 nim/lib/pure/collections/sharedtables.nim
 nim/lib/pure/collections/tableimpl.nim
 nim/lib/pure/collections/tables.nim
@@ -264,7 +263,6 @@
 nim/lib/pure/dynlib.nim
 nim/lib/pure/encodings.nim
 nim/lib/pure/endians.nim
-nim/lib/pure/events.nim
 nim/lib/pure/fenv.nim
 nim/lib/pure/future.nim
 nim/lib/pure/hashes.nim
@@ -339,6 +337,7 @@
 nim/lib/pure/xmlparser.nim
 nim/lib/pure/xmltree.nim
 nim/lib/std/editdistance.nim
+nim/lib/std/monotimes.nim
 nim/lib/std/sha1.nim
 nim/lib/std/sums.nim
 nim/lib/std/time_t.nim
@@ -357,17 +356,17 @@
 nim/lib/system/cgprocs.nim
 nim/lib/system/channels.nim
 nim/lib/system/chcks.nim
-nim/lib/system/debugger.nim
 nim/lib/system/deepcopy.nim
 nim/lib/system/dollars.nim
 nim/lib/system/dyncalls.nim
 nim/lib/system/embedded.nim
-nim/lib/system/endb.nim
 nim/lib/system/excpt.nim
 nim/lib/system/fatal.nim
+nim/lib/system/formatfloat.nim
 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_ms.nim
 nim/lib/system/gc_regions.nim
 nim/lib/system/hti.nim
diff -r 55a8e81d4e99 -r 85187bd535ac lang/nim/distinfo
--- a/lang/nim/distinfo Fri Oct 04 13:04:43 2019 +0000
+++ b/lang/nim/distinfo Fri Oct 04 13:25:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/07/17 21:56:37 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2019/10/04 13:25:23 ryoon Exp $
 
-SHA1 (nim-0.20.2.tar.xz) = 5a503fde01fa877b13dc244e61ea4280dddfb9fe
-RMD160 (nim-0.20.2.tar.xz) = 7e5ec6ae96ddedbb1d4c476c14e09db85020aae4
-SHA512 (nim-0.20.2.tar.xz) = 231d95950ca5a7abe86175f93085ea27fae493e4f8dde3c9e086993431f9517781ceffeb4f9e761eb524523df3703d0a315fe53e32bc6daea6a684bf90589282
-Size (nim-0.20.2.tar.xz) = 5032768 bytes
+SHA1 (nim-1.0.0.tar.xz) = 81d315804146e608fb9892e6af75b8cba3690481
+RMD160 (nim-1.0.0.tar.xz) = 44e0cbe359b42cb2653b3101489136504910585b
+SHA512 (nim-1.0.0.tar.xz) = 951bbec06a6a1059214b485c5eddfa3c1be0a4ccf6ba98ac3ee624f57d36e86ae1212ffcb6d1bb7ea0938aabbe95a8a6587b140f3219ddb24ec7c93f5672266f
+Size (nim-1.0.0.tar.xz) = 5136624 bytes



Home | Main Index | Thread Index | Old Index