From owner-svn-ports-head@freebsd.org Sun Feb 2 10:55:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F191228546; Sun, 2 Feb 2020 10:55:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489SXh3M2bz3M2p; Sun, 2 Feb 2020 10:55:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D050EC47; Sun, 2 Feb 2020 10:55:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 012AtGkR073319; Sun, 2 Feb 2020 10:55:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012AtF54073314; Sun, 2 Feb 2020 10:55:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002021055.012AtF54073314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Feb 2020 10:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524848 - in head/graphics: . rubygem-image_processing X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . rubygem-image_processing X-SVN-Commit-Revision: 524848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2020 10:55:16 -0000 Author: sunpoet Date: Sun Feb 2 10:55:15 2020 New Revision: 524848 URL: https://svnweb.freebsd.org/changeset/ports/524848 Log: Add rubygem-image_processing 1.10.3 ImageProcessing provides higher-level image processing helpers that are commonly needed when handling image uploads. This gem can process images with either ImageMagick/GraphicsMagick or libvips libraries. ImageMagick is a good default choice, especially if you are migrating from another gem or library that uses ImageMagick. Libvips is a newer library that can process images very rapidly (often multiple times faster than ImageMagick). WWW: https://github.com/janko/image_processing Added: head/graphics/rubygem-image_processing/ head/graphics/rubygem-image_processing/Makefile (contents, props changed) head/graphics/rubygem-image_processing/distinfo (contents, props changed) head/graphics/rubygem-image_processing/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Feb 2 10:55:09 2020 (r524847) +++ head/graphics/Makefile Sun Feb 2 10:55:15 2020 (r524848) @@ -926,6 +926,7 @@ SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-gruff + SUBDIR += rubygem-image_processing SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-invisible_captcha Added: head/graphics/rubygem-image_processing/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-image_processing/Makefile Sun Feb 2 10:55:15 2020 (r524848) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= image_processing +PORTVERSION= 1.10.3 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= High-level wrapper for processing images for the web with ImageMagick or libvips + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-mini_magick>=4.9.5<5:graphics/rubygem-mini_magick \ + rubygem-ruby-vips>=2.0.17<3:graphics/rubygem-ruby-vips + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Added: head/graphics/rubygem-image_processing/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-image_processing/distinfo Sun Feb 2 10:55:15 2020 (r524848) @@ -0,0 +1,3 @@ +TIMESTAMP = 1580562247 +SHA256 (rubygem/image_processing-1.10.3.gem) = 8f31d5e14547946e3f98a9113007fedf26a08faf48bc72e9169c9a01c9d67969 +SIZE (rubygem/image_processing-1.10.3.gem) = 16896 Added: head/graphics/rubygem-image_processing/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-image_processing/pkg-descr Sun Feb 2 10:55:15 2020 (r524848) @@ -0,0 +1,10 @@ +ImageProcessing provides higher-level image processing helpers that are commonly +needed when handling image uploads. + +This gem can process images with either ImageMagick/GraphicsMagick or libvips +libraries. ImageMagick is a good default choice, especially if you are migrating +from another gem or library that uses ImageMagick. Libvips is a newer library +that can process images very rapidly (often multiple times faster than +ImageMagick). + +WWW: https://github.com/janko/image_processing