- 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
This commit is contained in:
TAKATSU Tomonari 2013-10-13 03:56:21 +00:00
parent f021228e85
commit dc401babcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330203
4 changed files with 25 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/fastimage-1.5.2.gem) = da14724aee40e1a83f27dc991d4d1a03db0877da4599dc0ece1da34c2ce51fe2
SIZE (rubygem/fastimage-1.5.2.gem) = 2097664

View file

@ -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