summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-11-10 19:52:06 +0000
committerdinoex <dinoex@FreeBSD.org>2005-11-10 19:52:06 +0000
commita9d2919528775b65cba88bec6ce91e2a559fd9ac (patch)
tree2f13be24905019ccab0b7fc6549cdd90cee1884a
parent131b61d326c755aca2f11f861dd6239f1c17391b (diff)
downloadFreeBSD-ports-a9d2919528775b65cba88bec6ce91e2a559fd9ac.zip
FreeBSD-ports-a9d2919528775b65cba88bec6ce91e2a559fd9ac.tar.gz
- Update descriptions
-rw-r--r--devel/rubygem-transactionsimple/Makefile2
-rw-r--r--devel/rubygem-transactionsimple/pkg-descr6
-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
6 files changed, 18 insertions, 7 deletions
diff --git a/devel/rubygem-transactionsimple/Makefile b/devel/rubygem-transactionsimple/Makefile
index 24a8f7e..b3533d4 100644
--- a/devel/rubygem-transactionsimple/Makefile
+++ b/devel/rubygem-transactionsimple/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://rubyforge.org/frs/download.php/4334/
DISTNAME= transaction-simple-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
-COMMENT= Provides active transactional support
+COMMENT= Simple object transaction support
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
diff --git a/devel/rubygem-transactionsimple/pkg-descr b/devel/rubygem-transactionsimple/pkg-descr
index 54ea914..bf9ab40 100644
--- a/devel/rubygem-transactionsimple/pkg-descr
+++ b/devel/rubygem-transactionsimple/pkg-descr
@@ -1,4 +1,6 @@
-Transaction::Simple provides active ("live", non-backend)
-transactional support to Marshal-able objects.
+Transaction::Simple provides a generic way to add active transaction support
+to objects. The transaction methods added by this module will work with most
+objects, excluding those that cannot be Marshal-ed (bindings, procedure
+objects, IO instances, or singleton objects).
WWW: http://rubyforge.org/projects/trans-simple/
diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile
index ba7bb87..108cad9 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 7b139f1..23de586 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 29c3e33..058ed87 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 7b139f1..a0678eb 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/
OpenPOWER on IntegriCloud