diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-05-27 15:08:04 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-05-27 15:08:04 +0000 |
commit | 92aa8d2646affa8db9e792fcc10ae0abf9dba3f9 (patch) | |
tree | 4a24264eb595adc70a0ea661fe2581009c7bf273 /graphics | |
parent | 0291c0265d8126c36704fb71bdc975fc44016381 (diff) | |
download | pkgsrc-92aa8d2646affa8db9e792fcc10ae0abf9dba3f9.tar.gz |
go-smartcrop: remove.
Only hugo ever depended on this, and it no longer does. Not useful on its own.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/go-smartcrop/DESCR | 2 | ||||
-rw-r--r-- | graphics/go-smartcrop/Makefile | 22 | ||||
-rw-r--r-- | graphics/go-smartcrop/PLIST | 13 | ||||
-rw-r--r-- | graphics/go-smartcrop/buildlink3.mk | 18 | ||||
-rw-r--r-- | graphics/go-smartcrop/distinfo | 6 |
6 files changed, 1 insertions, 63 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 501a5edd7bf..c6635ff4a07 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.935 2021/05/21 16:38:58 nia Exp $ +# $NetBSD: Makefile,v 1.936 2021/05/27 15:08:04 bsiegert Exp $ # COMMENT= Graphics tools and libraries @@ -220,7 +220,6 @@ SUBDIR+= go-gift SUBDIR+= go-image SUBDIR+= go-imaging SUBDIR+= go-resize -SUBDIR+= go-smartcrop SUBDIR+= gocr SUBDIR+= goocanvas2 SUBDIR+= gource diff --git a/graphics/go-smartcrop/DESCR b/graphics/go-smartcrop/DESCR deleted file mode 100644 index 75e38aa0f1a..00000000000 --- a/graphics/go-smartcrop/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -smartcrop finds good image crops for arbitrary sizes. It is a pure Go -implementation, based on Jonas Wagner's smartcrop.js. diff --git a/graphics/go-smartcrop/Makefile b/graphics/go-smartcrop/Makefile deleted file mode 100644 index 89653d49e7a..00000000000 --- a/graphics/go-smartcrop/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.26 2021/05/08 15:02:28 bsiegert Exp $ - -DISTNAME= smartcrop-0.2.0.20180227 -PKGNAME= go-${DISTNAME} -PKGREVISION= 25 -MASTER_SITES= ${MASTER_SITE_GITHUB:=muesli/} -CATEGORIES= graphics -GITHUB_PROJECT= ${PKGBASE:S/^go-//} -GITHUB_TAG= f6ebaa786a12a0fdb2d7c6dee72808e68c296464 - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= https://github.com/muesli/smartcrop -COMMENT= Tool to find good image crops for arbitrary crop sizes -LICENSE= mit - -GO_DIST_BASE= ${PKGBASE:S/go-//}-${GITHUB_TAG} -GO_SRCPATH= ${HOMEPAGE:S,https://,,} - -.include "../../graphics/go-image/buildlink3.mk" -.include "../../graphics/go-resize/buildlink3.mk" -.include "../../lang/go/go-package.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/go-smartcrop/PLIST b/graphics/go-smartcrop/PLIST deleted file mode 100644 index 9361755189b..00000000000 --- a/graphics/go-smartcrop/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2018/07/19 12:36:17 minskim Exp $ -gopkg/pkg/${GO_PLATFORM}/github.com/muesli/smartcrop.a -gopkg/pkg/${GO_PLATFORM}/github.com/muesli/smartcrop/nfnt.a -gopkg/pkg/${GO_PLATFORM}/github.com/muesli/smartcrop/options.a -gopkg/src/github.com/muesli/smartcrop/LICENSE -gopkg/src/github.com/muesli/smartcrop/README.md -gopkg/src/github.com/muesli/smartcrop/debug.go -gopkg/src/github.com/muesli/smartcrop/examples/goodtimes.jpg -gopkg/src/github.com/muesli/smartcrop/examples/gopher.jpg -gopkg/src/github.com/muesli/smartcrop/nfnt/resizer.go -gopkg/src/github.com/muesli/smartcrop/options/resizer.go -gopkg/src/github.com/muesli/smartcrop/smartcrop.go -gopkg/src/github.com/muesli/smartcrop/smartcrop_test.go diff --git a/graphics/go-smartcrop/buildlink3.mk b/graphics/go-smartcrop/buildlink3.mk deleted file mode 100644 index 199b7580560..00000000000 --- a/graphics/go-smartcrop/buildlink3.mk +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1 2018/07/19 12:36:17 minskim Exp $ - -BUILDLINK_TREE+= go-smartcrop - -.if !defined(GO_SMARTCROP_BUILDLINK3_MK) -GO_SMARTCROP_BUILDLINK3_MK:= - -BUILDLINK_CONTENTS_FILTER.go-smartcrop= ${EGREP} gopkg/ -BUILDLINK_DEPMETHOD.go-smartcrop?= build - -BUILDLINK_API_DEPENDS.go-smartcrop+= go-smartcrop>=0.2.0.20180227 -BUILDLINK_PKGSRCDIR.go-smartcrop?= ../../graphics/go-smartcrop - -.include "../../graphics/go-image/buildlink3.mk" -.include "../../graphics/go-resize/buildlink3.mk" -.endif # GO_SMARTCROP_BUILDLINK3_MK - -BUILDLINK_TREE+= -go-smartcrop diff --git a/graphics/go-smartcrop/distinfo b/graphics/go-smartcrop/distinfo deleted file mode 100644 index 0ac4fad83cf..00000000000 --- a/graphics/go-smartcrop/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1 2018/07/19 12:36:17 minskim Exp $ - -SHA1 (smartcrop-0.2.0.20180227-f6ebaa786a12a0fdb2d7c6dee72808e68c296464.tar.gz) = 7d57d0be97d6ed679bb2a1fa39d6cda1ce45377f -RMD160 (smartcrop-0.2.0.20180227-f6ebaa786a12a0fdb2d7c6dee72808e68c296464.tar.gz) = f5fe79464d63a8299ae1de43dfc7ee2a97ef921f -SHA512 (smartcrop-0.2.0.20180227-f6ebaa786a12a0fdb2d7c6dee72808e68c296464.tar.gz) = 04b38117087f540a03f9da9070a16010d7ef4cb6c321c94df3d3dc95faf57dc3a44f5e36055ce0a6a1c3d924ba01d8bdee40b0c1b457e6f03c650f91663c91cb -Size (smartcrop-0.2.0.20180227-f6ebaa786a12a0fdb2d7c6dee72808e68c296464.tar.gz) = 448097 bytes |