pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  7 08:10:14 UTC 2013

Added Files:
        pkgsrc/lang/go: DESCR Makefile PLIST distinfo
        pkgsrc/lang/go/patches: patch-src_pkg_os_signal_signal__test.go
            patch-src_run.bash

Log Message:
Import go-1.1.1 as lang/go, packaged by Benny Siegert for wip.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/go/DESCR pkgsrc/lang/go/Makefile \
    pkgsrc/lang/go/PLIST pkgsrc/lang/go/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/go/patches/patch-src_pkg_os_signal_signal__test.go \
    pkgsrc/lang/go/patches/patch-src_run.bash

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




Home | Main Index | Thread Index | Old Index