aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-chunky_png
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-17 01:50:42 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-17 01:50:42 +0000
commit90e2479eb201db5072679f15ed4b2b1e9d33ce3e (patch)
treecb32e5e4c1520832f4a0ca596c3e37082bf45456 /graphics/rubygem-chunky_png
parentb9b5bd71602544e3048adcb7cab47c9bae192d4e (diff)
downloadports-90e2479eb201db5072679f15ed4b2b1e9d33ce3e.tar.gz
ports-90e2479eb201db5072679f15ed4b2b1e9d33ce3e.zip
Notes
Diffstat (limited to 'graphics/rubygem-chunky_png')
-rw-r--r--graphics/rubygem-chunky_png/Makefile20
-rw-r--r--graphics/rubygem-chunky_png/distinfo2
-rw-r--r--graphics/rubygem-chunky_png/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/rubygem-chunky_png/Makefile b/graphics/rubygem-chunky_png/Makefile
new file mode 100644
index 000000000000..ae2efbc7d65a
--- /dev/null
+++ b/graphics/rubygem-chunky_png/Makefile
@@ -0,0 +1,20 @@
+# Ports collection makefile for: rubygem-chunky_png
+# Date created: 7 October 2011
+# Whom: Phil Phillips <pphillips@experts-exchange.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= chunky_png
+PORTVERSION= 1.2.5
+CATEGORIES= graphics rubygems
+MASTER_SITES= RG
+
+MAINTAINER= pphillips@experts-exchange.com
+COMMENT= Ruby library to read and write PNG images
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/rubygem-chunky_png/distinfo b/graphics/rubygem-chunky_png/distinfo
new file mode 100644
index 000000000000..55e01d8e8e4e
--- /dev/null
+++ b/graphics/rubygem-chunky_png/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/chunky_png-1.2.5.gem) = c153bd3ce87b858c2f49c9472857bdd3b22591224099ce57e741363627d7b9c6
+SIZE (rubygem/chunky_png-1.2.5.gem) = 322560
diff --git a/graphics/rubygem-chunky_png/pkg-descr b/graphics/rubygem-chunky_png/pkg-descr
new file mode 100644
index 000000000000..abf8f654bc8f
--- /dev/null
+++ b/graphics/rubygem-chunky_png/pkg-descr
@@ -0,0 +1,6 @@
+ChunkyPNG is a pure Ruby library to read and write PNG images
+and access textual metadata.
+
+It has no dependency on RMagick, or any other library for that matter.
+
+WWW: https://github.com/wvanbergen/chunky_png/wiki