diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-17 01:50:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-17 01:50:42 +0000 |
commit | 90e2479eb201db5072679f15ed4b2b1e9d33ce3e (patch) | |
tree | cb32e5e4c1520832f4a0ca596c3e37082bf45456 /graphics | |
parent | b9b5bd71602544e3048adcb7cab47c9bae192d4e (diff) | |
download | ports-90e2479eb201db5072679f15ed4b2b1e9d33ce3e.tar.gz ports-90e2479eb201db5072679f15ed4b2b1e9d33ce3e.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/rubygem-chunky_png/Makefile | 20 | ||||
-rw-r--r-- | graphics/rubygem-chunky_png/distinfo | 2 | ||||
-rw-r--r-- | graphics/rubygem-chunky_png/pkg-descr | 6 |
4 files changed, 29 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1aa103116b11..e15bf102414e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -872,6 +872,7 @@ SUBDIR += ruby-svg SUBDIR += ruby-tgif SUBDIR += rubygem-captcha + SUBDIR += rubygem-chunky_png SUBDIR += rubygem-dragonfly SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint 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 |