Commit graph

10 commits

Author SHA1 Message Date
Thomas Klausner
978ca68497 Update to 1.1.1, bugfix release. 2013-06-17 09:29:15 +00:00
Benny Siegert
2d2138a4f2 Update go to the final 1.1 version.
The os/signal tests are disabled because they break when run under the
pkgsrc build environment.
2013-06-08 11:24:47 +00:00
Benny Siegert
79418357e9 Forgot the patch. 2013-06-08 11:06:41 +00:00
Benny Siegert
a41a1f26e1 Update to 1.1rc1. I had this lying around for ages in my local tree.
1.1 final will follow very soon.
2013-06-08 11:04:24 +00:00
Benny Siegert
23be728f3a Update go to go-1.1pre-20130311. Many changes, most importantly:
Go binaries on NetBSD now run with the default ulimits  \o/.
2013-03-12 20:02:33 +00:00
Benny Siegert
e40cd35315 Add a few more interpreter replacements, from tonnerre@ 2013-01-28 09:14:09 +00:00
Benny Siegert
6ec920f487 Introduce GO_PLATFORM as a subst variable, limit to i386 and x86_64.
Also fix some wrong substitutions in the PLIST manually.
2012-12-30 17:40:12 +00:00
Thomas Klausner
130bd9c8e4 Add a MESSAGE explaining that you probably will need to increase your
datasize to use the go executable.
2012-12-30 01:35:02 +00:00
Thomas Klausner
2681262e50 Fix interpreter and portability checks. 2012-12-30 01:31:49 +00:00
Benny Siegert
66be52642a Add a package for the Go programming language. Only tested on
NetBSD/x86_64 for the moment, some more work on the PLIST is needed.
From DESCR:

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.
2012-12-30 01:13:18 +00:00