graphics/go-resize: Import version 0.0.20180221

Image resizing for the Go programming language with common
interpolation methods.
This commit is contained in:
minskim 2018-06-13 16:19:31 +00:00
parent efe1314a86
commit 88bf405be8
5 changed files with 57 additions and 0 deletions

2
graphics/go-resize/DESCR Normal file
View file

@ -0,0 +1,2 @@
Image resizing for the Go programming language with common
interpolation methods.

View file

@ -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
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"

15
graphics/go-resize/PLIST Normal file
View file

@ -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

View file

@ -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

View file

@ -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