NOTICE: This package has been removed from pkgsrc

./lang/go113, The Go programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.13.15, Package name: go113-1.13.15, Maintainer: bsiegert

The Go programming language is an open source project to make
programmers more productive.

Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of
multicore and networked machines, while its novel type system enables
flexible and modular program construction. Go compiles quickly to
machine code yet has the convenience of garbage collection and the power
of run-time reflection. It's a fast, statically typed, compiled language
that feels like a dynamically typed, interpreted language.


Required to run:
[lang/perl5] [shells/bash]

Required to build:
[pkgtools/cwrappers] [lang/go14]

Master sites:

SHA1: 54860ef92533677bb1366e6441716a77e5ec6f13
RMD160: 1cd34c46992a191304c31eea32ef77cc67e64995
Filesize: 21196.468 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-24 20:52:00 by Benny Siegert | Files touched by this commit (12) | Package removed
Log message:
We say goodbye to go113.

go115 is now in the tree. Upstream supports the last two releases.
   2020-08-14 20:28:29 by Benny Siegert | Files touched by this commit (2)
Log message:
Update go113 to 1.13.15.

go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.13.15 milestone on our issue tracker for details.
   2020-07-17 19:10:20 by Benny Siegert | Files touched by this commit (3)
Log message:
Update go113 to 1.13.14.

go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types
and math/big packages. See the Go 1.13.12 milestone on our issue tracker for
details.

go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.13.13 milestone on our issue tracker for details.

go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the
database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone
on our issue tracker for details.
   2020-05-16 10:33:07 by Benny Siegert | Files touched by this commit (3)
Log message:
Update go113 to 1.13.11.

go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go
1.13.11 milestone on our issue tracker for details.
   2020-05-08 02:49:59 by Maya Rashish | Files touched by this commit (2)
Log message:
go113, go114: when bootstrapped using a modules capable Go bootstrap,

put the cache in the work directory. Helps bulk building on netbsd/aarch64.
   2020-05-01 18:02:04 by Tobias Nygren | Files touched by this commit (4)
Log message:
go*: delete dup PLISTs. pkglint says "unix.a" is listed in main PLIST.
   2020-05-01 16:11:16 by Tobias Nygren | Files touched by this commit (1)
Log message:
really drop bsd.prefs.mk include
   2020-05-01 16:09:15 by Tobias Nygren | Files touched by this commit (5)
Log message:
go*: move definition of GOROOT_BOOTSTRAP to go/bootstrap.mk.

NFC. But will later need to do something else when MACHINE_ARCH == aarch64.
Also drop dup include of bsd.prefs.mk. go/version.mk does this already.