aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-11-11 03:52:06 +0800
committerdinoex <dinoex@FreeBSD.org>2005-11-11 03:52:06 +0800
commita9d2919528775b65cba88bec6ce91e2a559fd9ac (patch)
tree2f13be24905019ccab0b7fc6549cdd90cee1884a /print
parent131b61d326c755aca2f11f861dd6239f1c17391b (diff)
downloadfreebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.tar.gz
freebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.tar.zst
freebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.zip
- Update descriptions
Diffstat (limited to 'print')
-rw-r--r--print/rubygem-colortools/Makefile2
-rw-r--r--print/rubygem-colortools/pkg-descr7
-rw-r--r--print/rubygem-pdfwriter/Makefile2
-rw-r--r--print/rubygem-pdfwriter/pkg-descr6
4 files changed, 13 insertions, 4 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/
diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdfwriter/Makefile
index 29c3e336a354..058ed8754c3d 100644
--- a/print/rubygem-pdfwriter/Makefile
+++ b/print/rubygem-pdfwriter/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://rubyforge.org/frs/download.php/5993/
DISTNAME= pdf-writer-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Working with PDF documents in pure Ruby
+COMMENT= A pure Ruby PDF document creation library
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/color-tools-1.3.0.gemspec:${PORTSDIR}/${PKGCATEGORY}/rubygem-colortools
BUILD_DEPENDS+= ${LOCALBASE}/${SPEC_DIR}/transaction-simple-1.3.0.gemspec:${PORTSDIR}/devel/rubygem-transactionsimple
diff --git a/print/rubygem-pdfwriter/pkg-descr b/print/rubygem-pdfwriter/pkg-descr
index 7b139f1fda95..a0678ebf4b42 100644
--- a/print/rubygem-pdfwriter/pkg-descr
+++ b/print/rubygem-pdfwriter/pkg-descr
@@ -1,3 +1,7 @@
-Tools written in pure Ruby (no C extensions) for working with PDF documents.
+This library provides the ability to create PDF documents using only native
+Ruby libraries. There are several demo programs available in the demo/
+directory. The canonical documentation for PDF::Writer is "manual.pdf",
+which can be generated using bin/techbook (just "techbook" for RubyGem users)
+and the manual file "manual.pwd".
WWW: http://rubyforge.org/projects/ruby-pdf/