pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/go-resize
Module Name: pkgsrc
Committed By: minskim
Date: Wed Jun 13 16:19:31 UTC 2018
Added Files:
pkgsrc/graphics/go-resize: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
graphics/go-resize: Import version 0.0.20180221
Image resizing for the Go programming language with common
interpolation methods.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/go-resize/DESCR \
pkgsrc/graphics/go-resize/Makefile pkgsrc/graphics/go-resize/PLIST \
pkgsrc/graphics/go-resize/buildlink3.mk \
pkgsrc/graphics/go-resize/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/go-resize/DESCR
diff -u /dev/null pkgsrc/graphics/go-resize/DESCR:1.1
--- /dev/null Wed Jun 13 16:19:31 2018
+++ pkgsrc/graphics/go-resize/DESCR Wed Jun 13 16:19:31 2018
@@ -0,0 +1,2 @@
+Image resizing for the Go programming language with common
+interpolation methods.
Index: pkgsrc/graphics/go-resize/Makefile
diff -u /dev/null pkgsrc/graphics/go-resize/Makefile:1.1
--- /dev/null Wed Jun 13 16:19:31 2018
+++ pkgsrc/graphics/go-resize/Makefile Wed Jun 13 16:19:31 2018
@@ -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"
Index: pkgsrc/graphics/go-resize/PLIST
diff -u /dev/null pkgsrc/graphics/go-resize/PLIST:1.1
--- /dev/null Wed Jun 13 16:19:31 2018
+++ pkgsrc/graphics/go-resize/PLIST Wed Jun 13 16:19:31 2018
@@ -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
Index: pkgsrc/graphics/go-resize/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/go-resize/buildlink3.mk:1.1
--- /dev/null Wed Jun 13 16:19:31 2018
+++ pkgsrc/graphics/go-resize/buildlink3.mk Wed Jun 13 16:19:31 2018
@@ -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
Index: pkgsrc/graphics/go-resize/distinfo
diff -u /dev/null pkgsrc/graphics/go-resize/distinfo:1.1
--- /dev/null Wed Jun 13 16:19:31 2018
+++ pkgsrc/graphics/go-resize/distinfo Wed Jun 13 16:19:31 2018
@@ -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