mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
19
graphics/rubygem-imagesize/Makefile
Normal file
19
graphics/rubygem-imagesize/Makefile
Normal 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>
|
3
graphics/rubygem-imagesize/distinfo
Normal file
3
graphics/rubygem-imagesize/distinfo
Normal 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
|
4
graphics/rubygem-imagesize/pkg-descr
Normal file
4
graphics/rubygem-imagesize/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This gem allows you to find the size of an image
|
||||
using Ruby.
|
||||
|
||||
WWW: http://imagesize.rubyforge.org/
|
Loading…
Add table
Reference in a new issue