aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-13 06:56:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-13 06:56:16 +0000
commitc6e2885a32f3e49dc915a87c3530c752f255f323 (patch)
tree3ed64e394fbeba57313615ae108225820e305b90 /textproc/Makefile
parenteb3523164377b479d1cbc7f1542285b1c2a77cc8 (diff)
This package reads and writes any document that conforms to the PDF
specification generously provided by Adobe at http://partners.adobe.com/public/developer/pdf/index_reference.html The file format is well-supported, with the exception of the "linearized" or "optimized" output format, which this module can read but not write. Many specific aspects of the document model are not manipulable with this package (like fonts), but if the input document is correctly written, then this module will preserve the model integrity. This library grants you some power over the PDF security model. Note that applications editing PDF documents via this library MUST respect the security preferences of the document. Any violation of this respect is contrary to Adobe's intellectual property position, as stated in the reference manual at the above URL. WWW: http://search.cpan.org/dist/CAM-PDF/ PR: ports/100182 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=167670
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ac1b58efe3fa..9bfad48bd8d2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -309,6 +309,7 @@
SUBDIR += p5-Apache-ParseLog
SUBDIR += p5-Apache-XBEL
SUBDIR += p5-Bloom-Filter
+ SUBDIR += p5-CAM-PDF
SUBDIR += p5-CQL-Parser
SUBDIR += p5-CSS-SAC
SUBDIR += p5-CSS-Squish