svn commit: r387484 - in head/graphics: . rubygem-mini_magick

Ryan Steinmetz zi at FreeBSD.org
Tue May 26 15:32:43 UTC 2015


Author: zi
Date: Tue May 26 15:32:41 2015
New Revision: 387484
URL: https://svnweb.freebsd.org/changeset/ports/387484

Log:
  New port: graphics/rubygem-mini_magick:
  
  Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
  
  WWW: https://rubygems.org/gems/mini_magick/

Added:
  head/graphics/rubygem-mini_magick/
  head/graphics/rubygem-mini_magick/Makefile   (contents, props changed)
  head/graphics/rubygem-mini_magick/distinfo   (contents, props changed)
  head/graphics/rubygem-mini_magick/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue May 26 15:29:02 2015	(r387483)
+++ head/graphics/Makefile	Tue May 26 15:32:41 2015	(r387484)
@@ -922,6 +922,7 @@
     SUBDIR += rubygem-gruff
     SUBDIR += rubygem-image_science
     SUBDIR += rubygem-imagesize
+    SUBDIR += rubygem-mini_magick
     SUBDIR += rubygem-objectdetect
     SUBDIR += rubygem-opengl
     SUBDIR += rubygem-pdfkit

Added: head/graphics/rubygem-mini_magick/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-mini_magick/Makefile	Tue May 26 15:32:41 2015	(r387484)
@@ -0,0 +1,18 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mini_magick
+PORTVERSION=	4.2.4
+CATEGORIES=	graphics rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Manipulate images with minimal use of memory via ImageMagick
+
+RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/rubygem-mini_magick/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-mini_magick/distinfo	Tue May 26 15:32:41 2015	(r387484)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mini_magick-4.2.4.gem) = b2df5fbb0fbcfd1722bc498fb932387976ea258fe28ba70fa8778ac9e2111822
+SIZE (rubygem/mini_magick-4.2.4.gem) = 16384

Added: head/graphics/rubygem-mini_magick/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/rubygem-mini_magick/pkg-descr	Tue May 26 15:32:41 2015	(r387484)
@@ -0,0 +1,3 @@
+Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
+
+WWW: https://rubygems.org/gems/mini_magick/


More information about the svn-ports-all mailing list