pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/go-resize graphics/go-resize: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47e5bd898016
branches:  trunk
changeset: 381645:47e5bd898016
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 13 16:19:31 2018 +0000

description:
graphics/go-resize: Import version 0.0.20180221

Image resizing for the Go programming language with common
interpolation methods.

diffstat:

 graphics/go-resize/DESCR         |   2 ++
 graphics/go-resize/Makefile      |  19 +++++++++++++++++++
 graphics/go-resize/PLIST         |  15 +++++++++++++++
 graphics/go-resize/buildlink3.mk |  15 +++++++++++++++
 graphics/go-resize/distinfo      |   6 ++++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r b9709abce800 -r 47e5bd898016 graphics/go-resize/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/go-resize/DESCR  Wed Jun 13 16:19:31 2018 +0000
@@ -0,0 +1,2 @@
+Image resizing for the Go programming language with common
+interpolation methods.
diff -r b9709abce800 -r 47e5bd898016 graphics/go-resize/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/go-resize/Makefile       Wed Jun 13 16:19:31 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/06/13 16:19:31 minskim Exp $
+
+DISTNAME=      resize-0.0.20180221
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=nfnt/}
+CATEGORIES=    graphics
+GITHUB_PROJECT=        ${PKGBASE:S/^go-//}
+GITHUB_TAG=    83c6a9932646f83e3267f353373d47347b6036b2
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/nfnt/resize
+COMMENT=       Pure Go image resizing
+LICENSE=       isc
+
+GO_DIST_BASE=  ${PKGBASE:S/go-//}-${GITHUB_TAG}
+GO_SRCPATH=    ${HOMEPAGE:S,https://,,}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b9709abce800 -r 47e5bd898016 graphics/go-resize/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/go-resize/PLIST  Wed Jun 13 16:19:31 2018 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2018/06/13 16:19:31 minskim Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/nfnt/resize.a
+gopkg/src/github.com/nfnt/resize/LICENSE
+gopkg/src/github.com/nfnt/resize/README.md
+gopkg/src/github.com/nfnt/resize/converter.go
+gopkg/src/github.com/nfnt/resize/converter_test.go
+gopkg/src/github.com/nfnt/resize/filters.go
+gopkg/src/github.com/nfnt/resize/nearest.go
+gopkg/src/github.com/nfnt/resize/nearest_test.go
+gopkg/src/github.com/nfnt/resize/resize.go
+gopkg/src/github.com/nfnt/resize/resize_test.go
+gopkg/src/github.com/nfnt/resize/thumbnail.go
+gopkg/src/github.com/nfnt/resize/thumbnail_test.go
+gopkg/src/github.com/nfnt/resize/ycc.go
+gopkg/src/github.com/nfnt/resize/ycc_test.go
diff -r b9709abce800 -r 47e5bd898016 graphics/go-resize/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/go-resize/buildlink3.mk  Wed Jun 13 16:19:31 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/06/13 16:19:31 minskim Exp $
+
+BUILDLINK_TREE+=       go-resize
+
+.if !defined(GO_RESIZE_BUILDLINK3_MK)
+GO_RESIZE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-resize=   ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-resize?=                build
+
+BUILDLINK_API_DEPENDS.go-resize+=      go-resize>=0.0.20180221
+BUILDLINK_PKGSRCDIR.go-resize?=                ../../graphics/go-resize
+.endif # GO_RESIZE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-resize
diff -r b9709abce800 -r 47e5bd898016 graphics/go-resize/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/go-resize/distinfo       Wed Jun 13 16:19:31 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/13 16:19:31 minskim Exp $
+
+SHA1 (resize-0.0.20180221-83c6a9932646f83e3267f353373d47347b6036b2.tar.gz) = e7db375d4ee02b186dca48ab2753905c0080795e
+RMD160 (resize-0.0.20180221-83c6a9932646f83e3267f353373d47347b6036b2.tar.gz) = 1833003d0d127f40cedb700ccd60cb2c4a153823
+SHA512 (resize-0.0.20180221-83c6a9932646f83e3267f353373d47347b6036b2.tar.gz) = 
658fe80affcdf5df30009daeb3879406e42c7beb40267a8f3fd55e0522d701cb6db794018fbdd6fb04fc6ee7e464ba612d0aa691867fa6dbe297e29e26b8b298
+Size (resize-0.0.20180221-83c6a9932646f83e3267f353373d47347b6036b2.tar.gz) = 12464 bytes



Home | Main Index | Thread Index | Old Index