diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-29 14:53:39 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-29 14:53:39 +0000 |
commit | b5020a733f03a5ae51adf3f86137f97a1bd91be7 (patch) | |
tree | 89993eafa699472e97fc56024350ca35658a0923 /print/rubygem-pdf-core/Makefile | |
parent | 0457768a051aba6f0dc6d53b8c9a641a84281355 (diff) |
PDF::Core is a pure Ruby library to render PDF documents.
It supports several PDF features, such as among others:
* low-level annotation
* istream objects and stream filters
* NameTree
* object repository
* object serialization
* indirect objects
* page geometries
It is used internally by Prawn (provided in the rubygems-prawn package),
a Ruby PDF generation library.
WWW: http://prawnpdf.org/
PR: ports/187987
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Notes
Notes:
svn path=/head/; revision=349528
Diffstat (limited to 'print/rubygem-pdf-core/Makefile')
-rw-r--r-- | print/rubygem-pdf-core/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile new file mode 100644 index 000000000000..289ca2e924a5 --- /dev/null +++ b/print/rubygem-pdf-core/Makefile @@ -0,0 +1,16 @@ +# Created by: Michael Moll <kvedulv at kvedulv.de> +# $FreeBSD$ + +PORTNAME= pdf-core +PORTVERSION= 0.2.5 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library to render PDF documents + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |