1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

RMagick is an interface between the Ruby programming language and the

ImageMagick and GraphicsMagick image processing libraries.

WWW:	http://rmagick.rubyforge.org/
This commit is contained in:
Renato Botelho 2009-06-17 14:03:46 +00:00
parent 83f3e10fa4
commit d581c2b9fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236127
4 changed files with 30 additions and 0 deletions

View File

@ -800,6 +800,7 @@
SUBDIR += rubygem-gruff
SUBDIR += rubygem-objectdetect
SUBDIR += rubygem-railroad
SUBDIR += rubygem-rmagick
SUBDIR += rubygem-scruffy
SUBDIR += rubygem-turing
SUBDIR += rubyphoto

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-rmagick
# Date created: 2009-06-16
# Whom: Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rmagick
PORTVERSION= 2.9.2
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= garga@FreeBSD.org
COMMENT= Ruby binding for ImageMagick
LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/rmagick-2.9.2.gem) = 22b08607a8c65434930a3b5e0049601f
SHA256 (rubygem/rmagick-2.9.2.gem) = 5a3d9bc28db6f79ea050651c0f50c604b8152749cbb23d0e711c764cf3616ca6
SIZE (rubygem/rmagick-2.9.2.gem) = 1265664

View File

@ -0,0 +1,4 @@
RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries.
WWW: http://rmagick.rubyforge.org/