pkgsrc-WIP-changes archive

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

nim: Update to 0.14.2



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 00:18:43 2016 +0200
Changeset:	e50d4741cbbd065552e59fae1d15341c1a446794

Modified Files:
	nim/Makefile
	nim/PLIST
	nim/distinfo

Log Message:
nim: Update to 0.14.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e50d4741cbbd065552e59fae1d15341c1a446794

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nim/Makefile |   3 +-
 nim/PLIST    | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 nim/distinfo |   8 ++--
 3 files changed, 153 insertions(+), 6 deletions(-)

diffs:
diff --git a/nim/Makefile b/nim/Makefile
index ba65b33..3535b12 100644
--- a/nim/Makefile
+++ b/nim/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	nim-0.13.0
-PKGREVISION=	1
+DISTNAME=	nim-0.14.2
 CATEGORIES=	lang
 MASTER_SITES=	http://nim-lang.org/download/
 EXTRACT_SUFX=	.tar.xz
diff --git a/nim/PLIST b/nim/PLIST
index 43a05d6..dd39aec 100644
--- a/nim/PLIST
+++ b/nim/PLIST
@@ -1,13 +1,146 @@
 @comment $NetBSD$
 bin/nim
 nim/bin/nim
+nim/compiler.nimble
+nim/compiler/aliases.nim
+nim/compiler/ast.nim
+nim/compiler/astalgo.nim
+nim/compiler/bitsets.nim
+nim/compiler/canonicalizer.nim
+nim/compiler/ccgcalls.nim
+nim/compiler/ccgexprs.nim
+nim/compiler/ccgmerge.nim
+nim/compiler/ccgstmts.nim
+nim/compiler/ccgthreadvars.nim
+nim/compiler/ccgtrav.nim
+nim/compiler/ccgtypes.nim
+nim/compiler/ccgutils.nim
+nim/compiler/cgen.nim
+nim/compiler/cgendata.nim
+nim/compiler/cgmeth.nim
+nim/compiler/commands.nim
+nim/compiler/condsyms.nim
+nim/compiler/debuginfo.nim
+nim/compiler/depends.nim
+nim/compiler/docgen.nim
+nim/compiler/docgen2.nim
+nim/compiler/evalffi.nim
+nim/compiler/evaltempl.nim
+nim/compiler/extccomp.nim
+nim/compiler/filter_tmpl.nim
+nim/compiler/filters.nim
+nim/compiler/forloops.nim
+nim/compiler/guards.nim
+nim/compiler/hlo.nim
+nim/compiler/idents.nim
+nim/compiler/idgen.nim
+nim/compiler/importer.nim
+nim/compiler/installer.ini
+nim/compiler/jsgen.nim
+nim/compiler/jstypes.nim
+nim/compiler/lambdalifting.nim
+nim/compiler/lexer.nim
+nim/compiler/lists.nim
+nim/compiler/llstream.nim
+nim/compiler/lookups.nim
+nim/compiler/lowerings.nim
+nim/compiler/magicsys.nim
+nim/compiler/main.nim
+nim/compiler/mapping.txt
+nim/compiler/modules.nim
+nim/compiler/msgs.nim
+nim/compiler/nim.cfg
+nim/compiler/nim.nim
+nim/compiler/nimblecmd.nim
+nim/compiler/nimconf.nim
+nim/compiler/nimeval.nim
+nim/compiler/nimfix/nimfix.nim
+nim/compiler/nimfix/nimfix.nim.cfg
+nim/compiler/nimfix/pretty.nim
+nim/compiler/nimfix/prettybase.nim
+nim/compiler/nimlexbase.nim
+nim/compiler/nimsets.nim
+nim/compiler/nimsuggest/nimsuggest.nim
+nim/compiler/nodejs.nim
+nim/compiler/nversion.nim
+nim/compiler/options.nim
+nim/compiler/parampatterns.nim
+nim/compiler/parser.nim
+nim/compiler/passaux.nim
+nim/compiler/passes.nim
+nim/compiler/patterns.nim
+nim/compiler/pbraces.nim
+nim/compiler/platform.nim
+nim/compiler/plugins/active.nim
+nim/compiler/plugins/itersgen.nim
+nim/compiler/plugins/locals/locals.nim
+nim/compiler/pluginsupport.nim
+nim/compiler/pragmas.nim
+nim/compiler/procfind.nim
+nim/compiler/readme.txt
+nim/compiler/renderer.nim
+nim/compiler/rodread.nim
+nim/compiler/rodutils.nim
+nim/compiler/rodwrite.nim
+nim/compiler/ropes.nim
+nim/compiler/saturate.nim
+nim/compiler/scriptconfig.nim
+nim/compiler/sem.nim
+nim/compiler/semasgn.nim
+nim/compiler/semcall.nim
+nim/compiler/semdata.nim
+nim/compiler/semdestruct.nim
+nim/compiler/semexprs.nim
+nim/compiler/semfields.nim
+nim/compiler/semfold.nim
+nim/compiler/semgnrc.nim
+nim/compiler/seminst.nim
+nim/compiler/semmacrosanity.nim
+nim/compiler/semmagic.nim
+nim/compiler/semparallel.nim
+nim/compiler/sempass2.nim
+nim/compiler/semprepass.nim
+nim/compiler/semstmts.nim
+nim/compiler/semtempl.nim
+nim/compiler/semtypes.nim
+nim/compiler/semtypinst.nim
+nim/compiler/service.nim
+nim/compiler/sigmatch.nim
+nim/compiler/suggest.nim
+nim/compiler/syntaxes.nim
+nim/compiler/tccgen.nim
+nim/compiler/testability.nim
+nim/compiler/transf.nim
+nim/compiler/trees.nim
+nim/compiler/treetab.nim
+nim/compiler/types.nim
+nim/compiler/typesrenderer.nim
+nim/compiler/vm.nim
+nim/compiler/vmdef.nim
+nim/compiler/vmdeps.nim
+nim/compiler/vmgen.nim
+nim/compiler/vmhooks.nim
+nim/compiler/vmmarshal.nim
+nim/compiler/vmops.nim
+nim/compiler/wordrecg.nim
+nim/compiler/writetracking.nim
 nim/config/nim.cfg
 nim/config/nimdoc.cfg
 nim/config/nimdoc.tex.cfg
+nim/doc/advopt.txt
+nim/doc/basicopt.txt
 nim/doc/overview.html
+nim/lib/arch/arch.nim
+nim/lib/arch/i386.asm
+nim/lib/arch/ms_amd64.asm
+nim/lib/arch/ms_i386.asm
+nim/lib/arch/unix_amd64.asm
+nim/lib/arch/unix_i386.asm
 nim/lib/core/locks.nim
 nim/lib/core/macros.nim
+nim/lib/core/rlocks.nim
 nim/lib/core/typeinfo.nim
+nim/lib/cycle.h
 nim/lib/deprecated/core/unsigned.nim
 nim/lib/deprecated/pure/actors.nim
 nim/lib/deprecated/pure/actors.nim.cfg
@@ -28,9 +161,11 @@ nim/lib/impure/rdstdin.nim
 nim/lib/impure/re.nim
 nim/lib/impure/ssl.nim
 nim/lib/js/dom.nim
+nim/lib/libnimrtl.dylib
 nim/lib/nimbase.h
 nim/lib/nimrtl.nim
 nim/lib/nimrtl.nim.cfg
+nim/lib/packages/docutils/docutils.babel
 nim/lib/packages/docutils/highlite.nim
 nim/lib/packages/docutils/rst.nim
 nim/lib/packages/docutils/rstast.nim
@@ -55,7 +190,9 @@ nim/lib/pure/basic3d.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/heapqueue.nim
 nim/lib/pure/collections/intsets.nim
 nim/lib/pure/collections/lists.nim
 nim/lib/pure/collections/queues.nim
@@ -75,6 +212,7 @@ nim/lib/pure/concurrency/threadpool.nim
 nim/lib/pure/concurrency/threadpool.nim.cfg
 nim/lib/pure/cookies.nim
 nim/lib/pure/coro.nim
+nim/lib/pure/coro.nimcfg
 nim/lib/pure/db_common.nim
 nim/lib/pure/dynlib.nim
 nim/lib/pure/encodings.nim
@@ -89,6 +227,7 @@ nim/lib/pure/hashes.nim
 nim/lib/pure/htmlgen.nim
 nim/lib/pure/htmlparser.nim
 nim/lib/pure/httpclient.nim
+nim/lib/pure/httpcore.nim
 nim/lib/pure/httpserver.nim
 nim/lib/pure/json.nim
 nim/lib/pure/lexbase.nim
@@ -120,6 +259,8 @@ nim/lib/pure/parseutils.nim
 nim/lib/pure/parsexml.nim
 nim/lib/pure/pegs.nim
 nim/lib/pure/poly.nim
+nim/lib/pure/punycode.nim
+nim/lib/pure/random.nim
 nim/lib/pure/rationals.nim
 nim/lib/pure/romans.nim
 nim/lib/pure/ropes.nim
@@ -130,6 +271,7 @@ nim/lib/pure/smtp.nim
 nim/lib/pure/smtp.nim.cfg
 nim/lib/pure/stats.nim
 nim/lib/pure/streams.nim
+nim/lib/pure/strscans.nim
 nim/lib/pure/strtabs.nim
 nim/lib/pure/strutils.nim
 nim/lib/pure/subexes.nim
@@ -137,6 +279,8 @@ nim/lib/pure/terminal.nim
 nim/lib/pure/times.nim
 nim/lib/pure/typetraits.nim
 nim/lib/pure/unicode.nim
+nim/lib/pure/unidecode/gen.py
+nim/lib/pure/unidecode/unidecode.dat
 nim/lib/pure/unidecode/unidecode.nim
 nim/lib/pure/unittest.nim
 nim/lib/pure/uri.nim
@@ -166,11 +310,13 @@ nim/lib/system/gc.nim
 nim/lib/system/gc2.nim
 nim/lib/system/gc_common.nim
 nim/lib/system/gc_ms.nim
+nim/lib/system/gc_stack.nim
 nim/lib/system/hti.nim
 nim/lib/system/inclrtl.nim
 nim/lib/system/jssys.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/repr.nim
@@ -188,6 +334,8 @@ nim/lib/wrappers/iup.nim
 nim/lib/wrappers/joyent_http_parser.nim
 nim/lib/wrappers/libsvm.nim
 nim/lib/wrappers/libuv.nim
+nim/lib/wrappers/linenoise/LICENSE.txt
+nim/lib/wrappers/linenoise/README.markdown
 nim/lib/wrappers/linenoise/clinenoise.c
 nim/lib/wrappers/linenoise/clinenoise.h
 nim/lib/wrappers/linenoise/linenoise.nim
diff --git a/nim/distinfo b/nim/distinfo
index 21766d8..9a8c7fc 100644
--- a/nim/distinfo
+++ b/nim/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (nim-0.13.0.tar.xz) = 88450e9ffcc65625450c25e1ef73ebfb3c348955
-RMD160 (nim-0.13.0.tar.xz) = 03629c1b9be1df541023b170adc79a893382980a
-SHA512 (nim-0.13.0.tar.xz) = fd29b88146eaa7add24000b5c84b8f2dadd527bb827bbfd93e0ba7e01768bac70f2fcd5726161dc930cc5038a3f3eba7c4af86edb99bdaf20565abe92a17e9b0
-Size (nim-0.13.0.tar.xz) = 3145360 bytes
+SHA1 (nim-0.14.2.tar.xz) = 6a5a4c6804cd58d2412827feee8f94121b163d62
+RMD160 (nim-0.14.2.tar.xz) = 26ebeb69a9867317761236a638766bca9cbc6150
+SHA512 (nim-0.14.2.tar.xz) = 34afd07fafd066f6b4acc423c21e1cc275dce00f575d01f0d1edc147946930cf13c772abe0c4a081e2e0091ad41f6ae5cead20cc4d9a7cb3bc628ad7469f6459
+Size (nim-0.14.2.tar.xz) = 4778444 bytes


Home | Main Index | Thread Index | Old Index