diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-10 19:52:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-10 19:52:06 +0000 |
commit | a869b499c45050d37980b18d57bde595d66927e9 (patch) | |
tree | eefb869456c83fbe963ca997255c905b277edd59 /print/rubygem-colortools | |
parent | ea8ef29cd4c028ffa709034f890f44a00e5fef6b (diff) | |
download | ports-a869b499c45050d37980b18d57bde595d66927e9.tar.gz ports-a869b499c45050d37980b18d57bde595d66927e9.zip |
Notes
Diffstat (limited to 'print/rubygem-colortools')
-rw-r--r-- | print/rubygem-colortools/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-colortools/pkg-descr | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile index ba7bb87f228c..108cad98f237 100644 --- a/print/rubygem-colortools/Makefile +++ b/print/rubygem-colortools/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://rubyforge.org/frs/download.php/5476/ DISTNAME= color-tools-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -COMMENT= Working with PDF documents in pure Ruby +COMMENT= Provides colour space definition and manpiulation .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" diff --git a/print/rubygem-colortools/pkg-descr b/print/rubygem-colortools/pkg-descr index 7b139f1fda95..23de586c55cd 100644 --- a/print/rubygem-colortools/pkg-descr +++ b/print/rubygem-colortools/pkg-descr @@ -1,3 +1,8 @@ -Tools written in pure Ruby (no C extensions) for working with PDF documents. +color-tools is a Ruby library to provide RGB, CMYK, and other colourspace +support to applications that require it. It also provides 152 named RGB +colours. It offers 152 named RGB colours (184 with spelling variations) +that are commonly supported and used in HTML, SVG, and X11 applications. +A technique for generating a monochromatic contrasting palette is also +included. WWW: http://rubyforge.org/projects/ruby-pdf/ |