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-pdfwriter | |
parent | ea8ef29cd4c028ffa709034f890f44a00e5fef6b (diff) | |
download | ports-a869b499c45050d37980b18d57bde595d66927e9.tar.gz ports-a869b499c45050d37980b18d57bde595d66927e9.zip |
Notes
Diffstat (limited to 'print/rubygem-pdfwriter')
-rw-r--r-- | print/rubygem-pdfwriter/Makefile | 2 | ||||
-rw-r--r-- | print/rubygem-pdfwriter/pkg-descr | 6 |
2 files changed, 6 insertions, 2 deletions
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/ |