pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/go-spritewell www/go-spritewell: import go-spritew...
details: https://anonhg.NetBSD.org/pkgsrc/rev/863f43576ba4
branches: trunk
changeset: 315206:863f43576ba4
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Nov 18 08:46:07 2018 +0000
description:
www/go-spritewell: import go-spritewell-0.5.0
Spritewell performs image composition on a glob of source images.
This is useful for creating spritesheets of images. This is a thread
safe library and is optimized for multicore systems.
diffstat:
www/go-spritewell/DESCR | 3 +++
www/go-spritewell/Makefile | 18 ++++++++++++++++++
www/go-spritewell/PLIST | 22 ++++++++++++++++++++++
www/go-spritewell/buildlink3.mk | 15 +++++++++++++++
www/go-spritewell/distinfo | 6 ++++++
5 files changed, 64 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r 438ea0a780eb -r 863f43576ba4 www/go-spritewell/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-spritewell/DESCR Sun Nov 18 08:46:07 2018 +0000
@@ -0,0 +1,3 @@
+Spritewell performs image composition on a glob of source images.
+This is useful for creating spritesheets of images. This is a thread
+safe library and is optimized for multicore systems.
diff -r 438ea0a780eb -r 863f43576ba4 www/go-spritewell/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-spritewell/Makefile Sun Nov 18 08:46:07 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/11/18 08:46:07 ryoon Exp $
+
+DISTNAME= spritewell-0.5.0
+PKGNAME= go-${DISTNAME}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=wellington/}
+CATEGORIES= www
+GITHUB_PROJECT= spritewell
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/wellington/spritewell
+COMMENT= Native go implementation of image composition for CSS spriting
+
+GO_DIST_BASE= ${DISTNAME}
+GO_SRCPATH= github.com/wellington/spritewell
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 438ea0a780eb -r 863f43576ba4 www/go-spritewell/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-spritewell/PLIST Sun Nov 18 08:46:07 2018 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:46:07 ryoon Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/wellington/spritewell.a
+gopkg/src/github.com/wellington/spritewell/README.md
+gopkg/src/github.com/wellington/spritewell/inline.go
+gopkg/src/github.com/wellington/spritewell/inline_test.go
+gopkg/src/github.com/wellington/spritewell/sprite.go
+gopkg/src/github.com/wellington/spritewell/sprite_test.go
+gopkg/src/github.com/wellington/spritewell/test/139.jpg
+gopkg/src/github.com/wellington/spritewell/test/139.png
+gopkg/src/github.com/wellington/spritewell/test/140.jpg
+gopkg/src/github.com/wellington/spritewell/test/140.png
+gopkg/src/github.com/wellington/spritewell/test/bad/interlace.png
+gopkg/src/github.com/wellington/spritewell/test/gopher-front.svg
+gopkg/src/github.com/wellington/spritewell/test/gopher-front.svg.png
+gopkg/src/github.com/wellington/spritewell/test/many/bird.jpg
+gopkg/src/github.com/wellington/spritewell/test/many/in.jpg
+gopkg/src/github.com/wellington/spritewell/test/many/pencil.jpg
+gopkg/src/github.com/wellington/spritewell/test/many/rss.jpg
+gopkg/src/github.com/wellington/spritewell/test/many/twitt.jpg
+gopkg/src/github.com/wellington/spritewell/test/pixel.png
+gopkg/src/github.com/wellington/spritewell/test/pixel.png.svg
+gopkg/src/github.com/wellington/spritewell/types.go
diff -r 438ea0a780eb -r 863f43576ba4 www/go-spritewell/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-spritewell/buildlink3.mk Sun Nov 18 08:46:07 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:46:07 ryoon Exp $
+
+BUILDLINK_TREE+= go-spritewell
+
+.if !defined(GO_SPRITEWELL_BUILDLINK3_MK)
+GO_SPRITEWELL_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-spritewell= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-spritewell?= build
+
+BUILDLINK_API_DEPENDS.go-spritewell+= go-spritewell>=0.5.0
+BUILDLINK_PKGSRCDIR.go-spritewell?= ../../www/go-spritewell
+.endif # GO_SPRITEWELL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-spritewell
diff -r 438ea0a780eb -r 863f43576ba4 www/go-spritewell/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-spritewell/distinfo Sun Nov 18 08:46:07 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/18 08:46:07 ryoon Exp $
+
+SHA1 (spritewell-0.5.0.tar.gz) = 218ea9f35b1526bb0d03b00a0e6d2fddc7c85c02
+RMD160 (spritewell-0.5.0.tar.gz) = 37ca64369afe057ef19472960ef4d1682973b5ca
+SHA512 (spritewell-0.5.0.tar.gz) = 6c87c0314e07e675edb8831d12e973cf7a4ba72d1cde0aa22a1dc7a184159c721361fa24b88779293d6cf318f8cf21830328d41dd2da9131eac7c0ad95c6b9ba
+Size (spritewell-0.5.0.tar.gz) = 94234 bytes
Home |
Main Index |
Thread Index |
Old Index