pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-mini-magick Initial import of ruby18-min...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5925a4d4921
branches:  trunk
changeset: 542049:c5925a4d4921
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 30 16:22:47 2008 +0000

description:
Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick.

MiniMagick gives you access to all the command-line options ImageMagick
has (found at http://www.imagemagick.org/script/mogrify.php).  Using
MiniMagick as an alternative to RMagick allows the Ruby processes memory
to remain small because it spawns ImageMagick's mogrify program, which
has much lower memory usage than RMagick.

diffstat:

 graphics/ruby-mini-magick/DESCR    |   5 +++++
 graphics/ruby-mini-magick/Makefile |  16 ++++++++++++++++
 graphics/ruby-mini-magick/PLIST    |  20 ++++++++++++++++++++
 graphics/ruby-mini-magick/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r f149990c8994 -r c5925a4d4921 graphics/ruby-mini-magick/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-mini-magick/DESCR   Wed Apr 30 16:22:47 2008 +0000
@@ -0,0 +1,5 @@
+MiniMagick gives you access to all the command-line options ImageMagick
+has (found at http://www.imagemagick.org/script/mogrify.php).  Using
+MiniMagick as an alternative to RMagick allows the Ruby processes memory
+to remain small because it spawns ImageMagick's mogrify program, which
+has much lower memory usage than RMagick.
diff -r f149990c8994 -r c5925a4d4921 graphics/ruby-mini-magick/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-mini-magick/Makefile        Wed Apr 30 16:22:47 2008 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
+
+DISTNAME=      mini_magick-1.2.3
+PKGNAME=       ${RUBYGEM_PKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://mini_magick.rubyforge.org/
+COMMENT=       Ruby wrapper for ImageMagick command line
+
+# MiniMagick uses identify(1) and mogrify(1) from ImageMagick.
+DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
+DEPENDS+=      hoe>=1.5.1:../../devel/hoe
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f149990c8994 -r c5925a4d4921 graphics/ruby-mini-magick/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-mini-magick/PLIST   Wed Apr 30 16:22:47 2008 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
+${GEM_HOME}/cache/mini_magick-${PKGVERSION}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/init.rb
+${GEM_LIBDIR}/lib/image_temp_file.rb
+${GEM_LIBDIR}/lib/mini_magick.rb
+${GEM_LIBDIR}/test/actually_a_gif.jpg
+${GEM_LIBDIR}/test/not_an_image.php
+${GEM_LIBDIR}/test/simple.gif
+${GEM_LIBDIR}/test/test_image_temp_file.rb
+${GEM_LIBDIR}/test/test_mini_magick_test.rb
+${GEM_LIBDIR}/test/trogdor.jpg
+${GEM_HOME}/specifications/mini_magick-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff -r f149990c8994 -r c5925a4d4921 graphics/ruby-mini-magick/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-mini-magick/distinfo        Wed Apr 30 16:22:47 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/30 16:22:47 jlam Exp $
+
+SHA1 (mini_magick-1.2.3.gem) = b2c3595081bb5b6dafde84d4034cbc693c9c876a
+RMD160 (mini_magick-1.2.3.gem) = fce4ab12531cee6e6f1cac7f142146abcc734983
+Size (mini_magick-1.2.3.gem) = 823296 bytes



Home | Main Index | Thread Index | Old Index