aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-fastimage
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2013-10-13 03:56:21 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2013-10-13 03:56:21 +0000
commitdc401babcc21b0083379e43d21c00863a7b628ad (patch)
tree69d3af566603c46406cd7cb4f4f566877de11da5 /graphics/rubygem-fastimage
parentf021228e85db192d0fc5d9bede7f7571850c7bcd (diff)
downloadports-dc401babcc21b0083379e43d21c00863a7b628ad.tar.gz
ports-dc401babcc21b0083379e43d21c00863a7b628ad.zip
- 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
Notes
Notes: svn path=/head/; revision=330203
Diffstat (limited to 'graphics/rubygem-fastimage')
-rw-r--r--graphics/rubygem-fastimage/Makefile18
-rw-r--r--graphics/rubygem-fastimage/distinfo2
-rw-r--r--graphics/rubygem-fastimage/pkg-descr4
3 files changed, 24 insertions, 0 deletions
diff --git a/graphics/rubygem-fastimage/Makefile b/graphics/rubygem-fastimage/Makefile
new file mode 100644
index 000000000000..a6b429d03442
--- /dev/null
+++ b/graphics/rubygem-fastimage/Makefile
@@ -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>
diff --git a/graphics/rubygem-fastimage/distinfo b/graphics/rubygem-fastimage/distinfo
new file mode 100644
index 000000000000..e36906e965e6
--- /dev/null
+++ b/graphics/rubygem-fastimage/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fastimage-1.5.2.gem) = da14724aee40e1a83f27dc991d4d1a03db0877da4599dc0ece1da34c2ce51fe2
+SIZE (rubygem/fastimage-1.5.2.gem) = 2097664
diff --git a/graphics/rubygem-fastimage/pkg-descr b/graphics/rubygem-fastimage/pkg-descr
new file mode 100644
index 000000000000..fd2689b77d3d
--- /dev/null
+++ b/graphics/rubygem-fastimage/pkg-descr
@@ -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