1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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

PR:		ports/161465
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
This commit is contained in:
Steve Wills 2011-10-17 01:50:42 +00:00
parent b9b5bd7160
commit 90e2479eb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283663
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/chunky_png-1.2.5.gem) = c153bd3ce87b858c2f49c9472857bdd3b22591224099ce57e741363627d7b9c6
SIZE (rubygem/chunky_png-1.2.5.gem) = 322560

View File

@ -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