This gem allows you to find the size of an image

using Ruby.

WWW: http://imagesize.rubyforge.org/

PR:		ports/137570
Submitted by:	Rick Elrod <codeblock at eighthbit.net>
This commit is contained in:
Martin Wilke 2009-08-13 15:42:12 +00:00
parent 1879a7e215
commit 7de2dceb04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239456
4 changed files with 27 additions and 0 deletions

View file

@ -803,6 +803,7 @@
SUBDIR += rubygem-geokit
SUBDIR += rubygem-graphviz
SUBDIR += rubygem-gruff
SUBDIR += rubygem-imagesize
SUBDIR += rubygem-objectdetect
SUBDIR += rubygem-railroad
SUBDIR += rubygem-rmagick

View file

@ -0,0 +1,19 @@
# Ports collection makefile for: rubygem-imagesize
# Date created: 8 August 2009
# Whom: Rick Elrod <codeblock@eighthbit.net>
#
# $FreeBSD$
PORTNAME= imagesize
PORTVERSION= 0.1.1
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= codeblock@eighthbit.net
COMMENT= A RubyGem for finding the size of an image.
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (rubygem/imagesize-0.1.1.gem) = b1eb4c0b3c4ee49f657bbf17fdf5240b
SHA256 (rubygem/imagesize-0.1.1.gem) = 913042d3afade625b71d05827b924692d05abfe1787d0f2b571fe95bc1c4a4df
SIZE (rubygem/imagesize-0.1.1.gem) = 80384

View file

@ -0,0 +1,4 @@
This gem allows you to find the size of an image
using Ruby.
WWW: http://imagesize.rubyforge.org/