svn commit: r330203 - in head/graphics: . rubygem-fastimage

TAKATSU Tomonari tota at FreeBSD.org
Sun Oct 13 03:56:23 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fastimage
+PORTVERSION=	1.5.2
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list