Date: Sat, 8 Aug 2009 14:58:17 GMT From: "Rick E." <codeblock@eighthbit.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137570: New Port: graphics/rubygem-imagesize Message-ID: <200908081458.n78EwHQr073204@www.freebsd.org> Resent-Message-ID: <200908081500.n78F0BFW067546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137570 >Category: ports >Synopsis: New Port: graphics/rubygem-imagesize >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 08 15:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rick E. >Release: 7.2-RELEASE >Organization: N/A >Environment: FreeBSD R-1.local. 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This RubyGem allows you to find the size of an image using Ruby. It is *not* a duplicate of grahics/ruby-image_size, which appears to be either very outdated, or completely different. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-imagesize/ # rubygem-imagesize/Makefile # rubygem-imagesize/distinfo # rubygem-imagesize/pkg-descr # echo c - rubygem-imagesize/ mkdir -p rubygem-imagesize/ > /dev/null 2>&1 echo x - rubygem-imagesize/Makefile sed 's/^X//' >rubygem-imagesize/Makefile << 'ee53dbd8510989b9d045fea026c406ea' X# Ports collection makefile for: rubygem-imagesize X# Date created: 8 August 2009 X# Whom: Rick Elrod <codeblock@eighthbit.net> X# X# $FreeBSD$ X XPORTNAME= imagesize XPORTVERSION= 0.1.1 XCATEGORIES= graphics rubygems XMASTER_SITES= RF XMASTER_SITE_SUBDIR= imagesize XDISTNAME= imagesize-${PORTVERSION} X XMAINTAINER= ruby@FreeBSD.org XCOMMENT= A RubyGem for finding the size of an image. X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> ee53dbd8510989b9d045fea026c406ea echo x - rubygem-imagesize/distinfo sed 's/^X//' >rubygem-imagesize/distinfo << '64afcd2d5c8ed7a9ef243576afe7356b' XMD5 (rubygem/imagesize-0.1.1.gem) = b1eb4c0b3c4ee49f657bbf17fdf5240b XSHA256 (rubygem/imagesize-0.1.1.gem) = 913042d3afade625b71d05827b924692d05abfe1787d0f2b571fe95bc1c4a4df XSIZE (rubygem/imagesize-0.1.1.gem) = 80384 64afcd2d5c8ed7a9ef243576afe7356b echo x - rubygem-imagesize/pkg-descr sed 's/^X//' >rubygem-imagesize/pkg-descr << 'cb88d1dd2632382db0587e6570485262' XThis gem allows you to find the size of an image Xusing Ruby. X XWWW: http://imagesize.rubyforge.org/ cb88d1dd2632382db0587e6570485262 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908081458.n78EwHQr073204>