summaryrefslogtreecommitdiff
path: root/graphics
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
parentRemind myself why USE_GCC is required (diff)
- 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')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/rubygem-fastimage/Makefile18
-rw-r--r--graphics/rubygem-fastimage/distinfo2
-rw-r--r--graphics/rubygem-fastimage/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 18740d5dcdfe..3342c3e0b5b1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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
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