10 Commits

Author SHA1 Message Date
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen
9b473d3fe0 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 10:05:20 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
0ab0c09554 first batch of WANT_CXX 2017-05-13 09:49:50 +00:00
sthen
d08bf57f1b update to podofo-0.9.5 2017-02-07 15:10:10 +00:00
naddy
061bb68878 remove NO_SHARED_LIBS and merge PFRAG.shared into PLIST; ok sthen@ 2016-03-11 23:03:21 +00:00
sthen
3b9c3615a2 update to PoDoFo 0.9.3 2015-10-18 13:09:38 +00:00
espie
d108e5c25c hidden dependency on cppunit: hardcodes extra includes during configure,
which of course breaks the build if a junk phase occurs in between.
2014-12-12 18:24:44 +00:00
sthen
9e1aa1e509 add a comment next to distname explaining why this isn't the latest upstream v 2014-09-16 10:46:22 +00:00
sthen
75f1662441 import textproc/podofo, ok benoit@
PoDoFo is a free portable C++ library which includes classes to parse a PDF
file and modify its contents into memory. The changes can be written back to
disk easily. PoDoFo is designed to avoid loading large PDF objects into
memory until they are required and can write large streams immediately to
disk, so it is possible to manipulate quite large files with it.

Besides PDF parsing and writing PoDoFo includes also very simple classes
to create your own PDF files.

PoDoFo is primarily useful for applications that wish to do lower level
manipulation of PDF, such as extracting content or merging files. It's also
useful if your application has specific requirements for its PDF output that
more general output-oriented libraries like Cairo cannot satisfy.

Simple tools tuild around the PoDoFo library are also included. They are
primarily examples on how to use the PoDoFo library in your own projects,
but also offer some features for working with PDF files.
2014-04-06 11:31:21 +00:00