diff options
author | gavan <gavan@pkgsrc.org> | 2017-08-17 02:02:56 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2017-08-17 02:02:56 +0000 |
commit | ccdb73e8214feb9623b58e4b04ac887c14d29047 (patch) | |
tree | 9756aed55afcc49c01e8ccf90773229bf45e92c3 /graphics | |
parent | 3e71ef111de26f1d498101ec4872e64812e10adc (diff) | |
download | pkgsrc-ccdb73e8214feb9623b58e4b04ac887c14d29047.tar.gz |
Add go-image package
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/go-image/DESCR | 1 | ||||
-rw-r--r-- | graphics/go-image/Makefile | 19 | ||||
-rw-r--r-- | graphics/go-image/PLIST | 248 | ||||
-rw-r--r-- | graphics/go-image/buildlink3.mk | 17 | ||||
-rw-r--r-- | graphics/go-image/distinfo | 6 |
5 files changed, 291 insertions, 0 deletions
diff --git a/graphics/go-image/DESCR b/graphics/go-image/DESCR new file mode 100644 index 00000000000..e5c2431c220 --- /dev/null +++ b/graphics/go-image/DESCR @@ -0,0 +1 @@ +This package contains supplementary Go image libraries. diff --git a/graphics/go-image/Makefile b/graphics/go-image/Makefile new file mode 100644 index 00000000000..43600b5956a --- /dev/null +++ b/graphics/go-image/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2017/08/17 02:02:56 gavan Exp $ + +DISTNAME= go-image-20170405 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} +GITHUB_PROJECT= image +GITHUB_TAG= 10ed294 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://golang.org/ +COMMENT= Package image implements a basic 2-D image library +LICENSE= modified-bsd + +GO_SRCPATH= golang.org/x/image +GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}* + +.include "../../textproc/go-text/buildlink3.mk" +.include "../../lang/go/go-package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/go-image/PLIST b/graphics/go-image/PLIST new file mode 100644 index 00000000000..8cd5dd1c601 --- /dev/null +++ b/graphics/go-image/PLIST @@ -0,0 +1,248 @@ +@comment $NetBSD: PLIST,v 1.1 2017/08/17 02:02:56 gavan Exp $ +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/bmp.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/colornames.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/draw.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/basicfont.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gobold.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gobolditalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/goitalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomedium.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomediumitalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomono.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomonobold.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomonobolditalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gomonoitalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/goregular.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gosmallcaps.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/gofont/gosmallcapsitalic.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/inconsolata.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/plan9font.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/font/sfnt.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/math/f32.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/math/f64.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/math/fixed.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/riff.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/tiff.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/tiff/lzw.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/vector.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/vp8.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/vp8l.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/webp.a +gopkg/pkg/${GO_PLATFORM}/golang.org/x/image/webp/nycbcra.a +gopkg/src/golang.org/x/image/AUTHORS +gopkg/src/golang.org/x/image/CONTRIBUTING.md +gopkg/src/golang.org/x/image/CONTRIBUTORS +gopkg/src/golang.org/x/image/LICENSE +gopkg/src/golang.org/x/image/PATENTS +gopkg/src/golang.org/x/image/README +gopkg/src/golang.org/x/image/bmp/reader.go +gopkg/src/golang.org/x/image/bmp/reader_test.go +gopkg/src/golang.org/x/image/bmp/writer.go +gopkg/src/golang.org/x/image/bmp/writer_test.go +gopkg/src/golang.org/x/image/cmd/webp-manual-test/main.go +gopkg/src/golang.org/x/image/codereview.cfg +gopkg/src/golang.org/x/image/colornames/colornames.go +gopkg/src/golang.org/x/image/colornames/colornames_test.go +gopkg/src/golang.org/x/image/colornames/gen.go +gopkg/src/golang.org/x/image/colornames/table.go +gopkg/src/golang.org/x/image/draw/draw.go +gopkg/src/golang.org/x/image/draw/example_test.go +gopkg/src/golang.org/x/image/draw/gen.go +gopkg/src/golang.org/x/image/draw/go1_8.go +gopkg/src/golang.org/x/image/draw/go1_9.go +gopkg/src/golang.org/x/image/draw/impl.go +gopkg/src/golang.org/x/image/draw/scale.go +gopkg/src/golang.org/x/image/draw/scale_test.go +gopkg/src/golang.org/x/image/draw/stdlib_test.go +gopkg/src/golang.org/x/image/example/font/main.go +gopkg/src/golang.org/x/image/font/basicfont/basicfont.go +gopkg/src/golang.org/x/image/font/basicfont/data.go +gopkg/src/golang.org/x/image/font/basicfont/gen.go +gopkg/src/golang.org/x/image/font/font.go +gopkg/src/golang.org/x/image/font/font_test.go +gopkg/src/golang.org/x/image/font/gofont/gen.go +gopkg/src/golang.org/x/image/font/gofont/gobold/data.go +gopkg/src/golang.org/x/image/font/gofont/gobolditalic/data.go +gopkg/src/golang.org/x/image/font/gofont/goitalic/data.go +gopkg/src/golang.org/x/image/font/gofont/gomedium/data.go +gopkg/src/golang.org/x/image/font/gofont/gomediumitalic/data.go +gopkg/src/golang.org/x/image/font/gofont/gomono/data.go +gopkg/src/golang.org/x/image/font/gofont/gomonobold/data.go +gopkg/src/golang.org/x/image/font/gofont/gomonobolditalic/data.go +gopkg/src/golang.org/x/image/font/gofont/gomonoitalic/data.go +gopkg/src/golang.org/x/image/font/gofont/goregular/data.go +gopkg/src/golang.org/x/image/font/gofont/gosmallcaps/data.go +gopkg/src/golang.org/x/image/font/gofont/gosmallcapsitalic/data.go +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Bold-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Bold.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Medium-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Medium.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Mono-Bold-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Mono-Bold.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Mono-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Mono.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Regular.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Smallcaps-Italic.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/Go-Smallcaps.ttf +gopkg/src/golang.org/x/image/font/gofont/ttfs/README +gopkg/src/golang.org/x/image/font/inconsolata/bold8x16.go +gopkg/src/golang.org/x/image/font/inconsolata/inconsolata.go +gopkg/src/golang.org/x/image/font/inconsolata/regular8x16.go +gopkg/src/golang.org/x/image/font/plan9font/example_test.go +gopkg/src/golang.org/x/image/font/plan9font/plan9font.go +gopkg/src/golang.org/x/image/font/plan9font/plan9font_test.go +gopkg/src/golang.org/x/image/font/sfnt/cmap.go +gopkg/src/golang.org/x/image/font/sfnt/data.go +gopkg/src/golang.org/x/image/font/sfnt/example_test.go +gopkg/src/golang.org/x/image/font/sfnt/gen.go +gopkg/src/golang.org/x/image/font/sfnt/postscript.go +gopkg/src/golang.org/x/image/font/sfnt/proprietary_test.go +gopkg/src/golang.org/x/image/font/sfnt/sfnt.go +gopkg/src/golang.org/x/image/font/sfnt/sfnt_test.go +gopkg/src/golang.org/x/image/font/sfnt/truetype.go +gopkg/src/golang.org/x/image/font/testdata/CFFTest.otf +gopkg/src/golang.org/x/image/font/testdata/CFFTest.sfd +gopkg/src/golang.org/x/image/font/testdata/README +gopkg/src/golang.org/x/image/font/testdata/cmapTest.sfd +gopkg/src/golang.org/x/image/font/testdata/cmapTest.ttf +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0000 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0100 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0200 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0300 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0400 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0500 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.0E00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.1000 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.1600 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.1E00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.1F00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2000 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2100 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2200 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2300 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2400 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2500 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2600 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2700 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2800 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.2A00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.3000 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.FB00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.FE00 +gopkg/src/golang.org/x/image/font/testdata/fixed/7x13.FF00 +gopkg/src/golang.org/x/image/font/testdata/fixed/README +gopkg/src/golang.org/x/image/font/testdata/fixed/unicode.7x13.font +gopkg/src/golang.org/x/image/font/testdata/glyfTest.sfd +gopkg/src/golang.org/x/image/font/testdata/glyfTest.ttf +gopkg/src/golang.org/x/image/math/f32/f32.go +gopkg/src/golang.org/x/image/math/f64/f64.go +gopkg/src/golang.org/x/image/math/fixed/fixed.go +gopkg/src/golang.org/x/image/math/fixed/fixed_test.go +gopkg/src/golang.org/x/image/riff/example_test.go +gopkg/src/golang.org/x/image/riff/riff.go +gopkg/src/golang.org/x/image/riff/riff_test.go +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.lossless.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.no-filter.lossy.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.no-filter.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.normal-filter.lossy.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.normal-filter.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.png +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.simple-filter.lossy.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink-large.simple-filter.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/blue-purple-pink.lossless.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink.lossy.webp +gopkg/src/golang.org/x/image/testdata/blue-purple-pink.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/blue-purple-pink.lzwcompressed.tiff +gopkg/src/golang.org/x/image/testdata/blue-purple-pink.png +gopkg/src/golang.org/x/image/testdata/bw-deflate.tiff +gopkg/src/golang.org/x/image/testdata/bw-packbits.tiff +gopkg/src/golang.org/x/image/testdata/bw-uncompressed.tiff +gopkg/src/golang.org/x/image/testdata/go-turns-two-14x18.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-280x360.jpeg +gopkg/src/golang.org/x/image/testdata/go-turns-two-down-ab.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-down-bl.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-down-cr.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-down-nn.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-rotate-ab.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-rotate-bl.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-rotate-cr.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-rotate-nn.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-up-ab.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-up-bl.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-up-cr.png +gopkg/src/golang.org/x/image/testdata/go-turns-two-up-nn.png +gopkg/src/golang.org/x/image/testdata/gopher-doc.1bpp.lossless.webp +gopkg/src/golang.org/x/image/testdata/gopher-doc.1bpp.png +gopkg/src/golang.org/x/image/testdata/gopher-doc.2bpp.lossless.webp +gopkg/src/golang.org/x/image/testdata/gopher-doc.2bpp.png +gopkg/src/golang.org/x/image/testdata/gopher-doc.4bpp.lossless.webp +gopkg/src/golang.org/x/image/testdata/gopher-doc.4bpp.png +gopkg/src/golang.org/x/image/testdata/gopher-doc.8bpp.lossless.webp +gopkg/src/golang.org/x/image/testdata/gopher-doc.8bpp.png +gopkg/src/golang.org/x/image/testdata/no_compress.tiff +gopkg/src/golang.org/x/image/testdata/no_rps.tiff +gopkg/src/golang.org/x/image/testdata/testpattern.png +gopkg/src/golang.org/x/image/testdata/tux-rotate-ab.png +gopkg/src/golang.org/x/image/testdata/tux-rotate-bl.png +gopkg/src/golang.org/x/image/testdata/tux-rotate-cr.png +gopkg/src/golang.org/x/image/testdata/tux-rotate-nn.png +gopkg/src/golang.org/x/image/testdata/tux.lossless.webp +gopkg/src/golang.org/x/image/testdata/tux.png +gopkg/src/golang.org/x/image/testdata/video-001-16bit.tiff +gopkg/src/golang.org/x/image/testdata/video-001-gray-16bit.tiff +gopkg/src/golang.org/x/image/testdata/video-001-gray.tiff +gopkg/src/golang.org/x/image/testdata/video-001-paletted.tiff +gopkg/src/golang.org/x/image/testdata/video-001-strip-64.tiff +gopkg/src/golang.org/x/image/testdata/video-001-tile-64x64.tiff +gopkg/src/golang.org/x/image/testdata/video-001-uncompressed.tiff +gopkg/src/golang.org/x/image/testdata/video-001.bmp +gopkg/src/golang.org/x/image/testdata/video-001.lossy.webp +gopkg/src/golang.org/x/image/testdata/video-001.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/video-001.png +gopkg/src/golang.org/x/image/testdata/video-001.tiff +gopkg/src/golang.org/x/image/testdata/yellow_rose-small.bmp +gopkg/src/golang.org/x/image/testdata/yellow_rose-small.png +gopkg/src/golang.org/x/image/testdata/yellow_rose.lossless.webp +gopkg/src/golang.org/x/image/testdata/yellow_rose.lossy-with-alpha.webp +gopkg/src/golang.org/x/image/testdata/yellow_rose.lossy-with-alpha.webp.nycbcra.png +gopkg/src/golang.org/x/image/testdata/yellow_rose.lossy.webp +gopkg/src/golang.org/x/image/testdata/yellow_rose.lossy.webp.ycbcr.png +gopkg/src/golang.org/x/image/testdata/yellow_rose.png +gopkg/src/golang.org/x/image/tiff/buffer.go +gopkg/src/golang.org/x/image/tiff/buffer_test.go +gopkg/src/golang.org/x/image/tiff/compress.go +gopkg/src/golang.org/x/image/tiff/consts.go +gopkg/src/golang.org/x/image/tiff/lzw/reader.go +gopkg/src/golang.org/x/image/tiff/reader.go +gopkg/src/golang.org/x/image/tiff/reader_test.go +gopkg/src/golang.org/x/image/tiff/writer.go +gopkg/src/golang.org/x/image/tiff/writer_test.go +gopkg/src/golang.org/x/image/vector/acc_amd64.go +gopkg/src/golang.org/x/image/vector/acc_amd64.s +gopkg/src/golang.org/x/image/vector/acc_other.go +gopkg/src/golang.org/x/image/vector/acc_test.go +gopkg/src/golang.org/x/image/vector/gen.go +gopkg/src/golang.org/x/image/vector/gen_acc_amd64.s.tmpl +gopkg/src/golang.org/x/image/vector/raster_fixed.go +gopkg/src/golang.org/x/image/vector/raster_floating.go +gopkg/src/golang.org/x/image/vector/vector.go +gopkg/src/golang.org/x/image/vector/vector_test.go +gopkg/src/golang.org/x/image/vp8/decode.go +gopkg/src/golang.org/x/image/vp8/filter.go +gopkg/src/golang.org/x/image/vp8/idct.go +gopkg/src/golang.org/x/image/vp8/partition.go +gopkg/src/golang.org/x/image/vp8/pred.go +gopkg/src/golang.org/x/image/vp8/predfunc.go +gopkg/src/golang.org/x/image/vp8/quant.go +gopkg/src/golang.org/x/image/vp8/reconstruct.go +gopkg/src/golang.org/x/image/vp8/token.go +gopkg/src/golang.org/x/image/vp8l/decode.go +gopkg/src/golang.org/x/image/vp8l/huffman.go +gopkg/src/golang.org/x/image/vp8l/transform.go +gopkg/src/golang.org/x/image/webp/decode.go +gopkg/src/golang.org/x/image/webp/decode_test.go +gopkg/src/golang.org/x/image/webp/nycbcra/nycbcra.go +gopkg/src/golang.org/x/image/webp/webp.go +@pkgdir bin diff --git a/graphics/go-image/buildlink3.mk b/graphics/go-image/buildlink3.mk new file mode 100644 index 00000000000..67f49ae5d6c --- /dev/null +++ b/graphics/go-image/buildlink3.mk @@ -0,0 +1,17 @@ +# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 02:02:56 gavan Exp $ + +BUILDLINK_TREE+= go-image + +.if !defined(GO_IMAGE_BUILDLINK3_MK) +GO_IMAGE_BUILDLINK3_MK:= + +BUILDLINK_CONTENTS_FILTER.go-image= ${EGREP} gopkg/ +BUILDLINK_DEPMETHOD.go-image?= build + +BUILDLINK_API_DEPENDS.go-image+= go-image>=20170405 +BUILDLINK_PKGSRCDIR.go-image?= ../../graphics/go-image + +.include "../../textproc/go-text/buildlink3.mk" +.endif # GO_IMAGE_BUILDLINK3_MK + +BUILDLINK_TREE+= -go-image diff --git a/graphics/go-image/distinfo b/graphics/go-image/distinfo new file mode 100644 index 00000000000..1e91b590fe2 --- /dev/null +++ b/graphics/go-image/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/08/17 02:02:56 gavan Exp $ + +SHA1 (go-image-20170405-10ed294.tar.gz) = ec12b38c73634be3b9b5d970c14fdb358b5b53e5 +RMD160 (go-image-20170405-10ed294.tar.gz) = 8f1147e5e85e8c1baae6690019f3a4bd8bda3a16 +SHA512 (go-image-20170405-10ed294.tar.gz) = 07bd721ada95cb9592527e19cd74ebeef4bf0621a5761c1b138d5ced955b6fd7a06bc7b6cc5038a8e35c0527ab8e4e0dbfa3f92eef43e021b8cbd72972b038fb +Size (go-image-20170405-10ed294.tar.gz) = 4811047 bytes |