Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 03:56:22 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330203 - in head/graphics: . rubygem-fastimage
Message-ID:  <201310130356.r9D3uMLh076476@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tota@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310130356.r9D3uMLh076476>