From 2f0c939b0a972500f5feb6cb46ca134dd58db55e Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Tue, 11 Aug 2015 14:38:11 +1000 Subject: [PATCH] Delete hg related detritus. We use git and github now, not hg and code.google.com. --- .hgignore | 35 ----------------------------------- README | 13 ++++++------- lib/codereview/codereview.cfg | 1 - 3 files changed, 6 insertions(+), 43 deletions(-) delete mode 100644 .hgignore delete mode 100644 lib/codereview/codereview.cfg diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 111fafb..0000000 --- a/.hgignore +++ /dev/null @@ -1,35 +0,0 @@ -syntax:glob -.DS_Store -.git -.gitignore -*.[568ao] -*.a[568o] -*.so -*.pyc -._* -.nfs.* -[568a].out -*~ -*.orig -*.rej -*.exe -.*.swp -core -*.cgo*.go -*.cgo*.c -_cgo_* -_obj -_test -_testmain.go -build.out -test.out -goinstall.log -last-change -VERSION.cache -out.png - -syntax:regexp -^bin/ -^pkg/ -^src/cmd/(.*)/6?\1$ -^.*/core.[0-9]*$ diff --git a/README b/README index 90fefd5..39b3d82 100644 --- a/README +++ b/README @@ -1,22 +1,21 @@ -This is a port of the Freetype font rasterizer (www.freetype.org) to the Go -programming language (golang.org). +The Freetype font rasterizer in the Go programming language. To download and install from source: -$ go get code.google.com/p/freetype-go/freetype +$ go get github.com/golang/freetype It is an incomplete port: * It only supports TrueType fonts, and not Type 1 fonts nor bitmap fonts. * It only supports the Unicode encoding. There are also some implementation differences: - * It uses a 24.8 fixed point co-ordinate system everywhere internally, + * It uses a 26.6 fixed point co-ordinate system everywhere internally, as opposed to the original Freetype's mix of 26.6 (or 10.6 for 16-bit - systems) in some places, and 24.8 in the "smooth" rasterizer. + systems) in some places, and 24.8 in the "smooth" rasterizer. Freetype-Go is derived from Freetype, which is written in C. Freetype is copyright 1996-2010 David Turner, Robert Wilhelm, and Werner Lemberg. Freetype-Go is copyright The Freetype-Go Authors, who are listed in the AUTHORS file. -The Freetype-Go homepage is http://code.google.com/p/freetype-go/ - +Unless otherwise noted, the Freetype-Go source files are distributed +under the BSD-style license found in the LICENSE file. diff --git a/lib/codereview/codereview.cfg b/lib/codereview/codereview.cfg deleted file mode 100644 index 2801ebf..0000000 --- a/lib/codereview/codereview.cfg +++ /dev/null @@ -1 +0,0 @@ -defaultcc: golang-codereviews@googlegroups.com