         MODULE=podofo
        VERSION=1.1.1
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/podofo/podofo/archive/refs/tags/$VERSION.tar.gz
     SOURCE_VFY=sha256:16943528b37798d8663ffedc97190803e525d0a1dcb021fdbf9d35242831890a
       WEB_SITE=https://github.com/podofo/podofo/
        ENTERED=20090628
        UPDATED=20260609
          SHORT="POrtable DOcument FOrmat"

cat << EOF
PoDoFo is a library to work with the PDF file format. The name comes from the
first letter of PDF (Portable Document Format). A few tools to work with PDF
files are already included in the PoDoFo package.

The PoDoFo library is a free, portable C++ library which includes classes to
parse PDF files and modify their contents into memory. The changes can be
written back to disk easily. The parser can also be used to extract
information from a PDF file (for example the parser could be used in a PDF
viewer). Besides parsing PoDoFo includes also very simple classes to create
your own PDF files. All classes are documented so it is easy to start writing
your own application using PoDoFo.
EOF
