From owner-svn-ports-all@FreeBSD.ORG Sun Oct 13 03:56:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57686B3D; Sun, 13 Oct 2013 03:56:23 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B2092FEC; Sun, 13 Oct 2013 03:56:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9D3uMbu076480; Sun, 13 Oct 2013 03:56:22 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9D3uMLh076476; Sun, 13 Oct 2013 03:56:22 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201310130356.r9D3uMLh076476@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 13 Oct 2013 03:56:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330203 - in head/graphics: . rubygem-fastimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 03:56:23 -0000 Author: tota Date: Sun Oct 13 03:56:21 2013 New Revision: 330203 URL: http://svnweb.freebsd.org/changeset/ports/330203 Log: - Add new port: graphics/rubygem-fastimage FastImage finds the size or type of an image given its uri by fetching as little as needed. WWW: https://github.com/sdsykes/fastimage Added: head/graphics/rubygem-fastimage/ head/graphics/rubygem-fastimage/Makefile (contents, props changed) head/graphics/rubygem-fastimage/distinfo (contents, props changed) head/graphics/rubygem-fastimage/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Oct 13 03:24:18 2013 (r330202) +++ head/graphics/Makefile Sun Oct 13 03:56:21 2013 (r330203) @@ -918,6 +918,7 @@ SUBDIR += rubygem-dragonfly SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint + SUBDIR += rubygem-fastimage SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-geokit Added: head/graphics/rubygem-fastimage/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-fastimage/Makefile Sun Oct 13 03:56:21 2013 (r330203) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= fastimage +PORTVERSION= 1.5.2 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= FastImage finds the size or type of an image + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/graphics/rubygem-fastimage/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-fastimage/distinfo Sun Oct 13 03:56:21 2013 (r330203) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fastimage-1.5.2.gem) = da14724aee40e1a83f27dc991d4d1a03db0877da4599dc0ece1da34c2ce51fe2 +SIZE (rubygem/fastimage-1.5.2.gem) = 2097664 Added: head/graphics/rubygem-fastimage/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/rubygem-fastimage/pkg-descr Sun Oct 13 03:56:21 2013 (r330203) @@ -0,0 +1,4 @@ +FastImage finds the size or type of an image given its uri by +fetching as little as needed. + +WWW: https://github.com/sdsykes/fastimage