aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-rmagick
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-06-17 14:03:46 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-06-17 14:03:46 +0000
commitd581c2b9fc47b45d4546994a0026eb0547d21989 (patch)
tree6633c0f3a9969e492823bf5c8ce2ce409daa6406 /graphics/rubygem-rmagick
parent83f3e10fa442528b061c7f1bb9be88767120416f (diff)
downloadports-d581c2b9fc47b45d4546994a0026eb0547d21989.tar.gz
ports-d581c2b9fc47b45d4546994a0026eb0547d21989.zip
RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries. WWW: http://rmagick.rubyforge.org/
Notes
Notes: svn path=/head/; revision=236127
Diffstat (limited to 'graphics/rubygem-rmagick')
-rw-r--r--graphics/rubygem-rmagick/Makefile22
-rw-r--r--graphics/rubygem-rmagick/distinfo3
-rw-r--r--graphics/rubygem-rmagick/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile
new file mode 100644
index 000000000000..e0078b4835dc
--- /dev/null
+++ b/graphics/rubygem-rmagick/Makefile
@@ -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>
diff --git a/graphics/rubygem-rmagick/distinfo b/graphics/rubygem-rmagick/distinfo
new file mode 100644
index 000000000000..848e91d0ad33
--- /dev/null
+++ b/graphics/rubygem-rmagick/distinfo
@@ -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
diff --git a/graphics/rubygem-rmagick/pkg-descr b/graphics/rubygem-rmagick/pkg-descr
new file mode 100644
index 000000000000..59a5282d944b
--- /dev/null
+++ b/graphics/rubygem-rmagick/pkg-descr
@@ -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/