aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-02 10:55:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-02 10:55:21 +0000
commite9008d65a684b867cb831940bcd01a2c6368a5e4 (patch)
tree43b5264af0d70536531c3fee2bc8ee55261ea3d2 /graphics/Makefile
parent030c53f1edd45a57145ecdaba17a7044b7ad33ae (diff)
downloadports-e9008d65a684b867cb831940bcd01a2c6368a5e4.tar.gz
ports-e9008d65a684b867cb831940bcd01a2c6368a5e4.zip
Add rubygem-ruby-vips 2.0.17
This gem is a Ruby binding for the libvips image processing library. Programs that use ruby-vips don't manipulate images directly, instead they create pipelines of image processing operations building on a source image. When the end of the pipe is connected to a destination, the whole pipeline executes at once, streaming the image in parallel from source to destination a section at a time. Because ruby-vips is parallel, it's quick, and because it doesn't need to keep entire images in memory, it's light. WWW: https://github.com/libvips/ruby-vips
Notes
Notes: svn path=/head/; revision=524849
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index d221ae72fbda..3915223b1102 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -939,6 +939,7 @@
SUBDIR += rubygem-rmagick
SUBDIR += rubygem-rsvg2
SUBDIR += rubygem-ruby-graphviz
+ SUBDIR += rubygem-ruby-vips
SUBDIR += rubygem-scruffy
SUBDIR += rx
SUBDIR += s10sh