---
name: fpdf
version: 1.7,1
origin: print/fpdf
comment: A free PHP class to generate PDF files with pure PHP
arch: freebsd:9:x86:64
www: http://www.fpdf.org/
maintainer: thierry@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 430112
desc: |
  FPDF is a PHP class which allows to generate PDF files with pure PHP, that is
  to say without using the PDFlib library. The advantage is that PDFlib requires
  a fee for a commercial usage. F from FPDF stands for Free: you may use it for
  any kind of usage and modify it to suit your needs.

  FPDF has other advantages: high level functions.
  Here is a list of its main features:

      * Choice of measure unit, page format and margins
      * Page header and footer management
      * Automatic page break
      * Automatic line break and text justification
      * Image support (JPEG and PNG)
      * Colors
      * Links
      * TrueType, Type1 and encoding support
      * Page compression

  Of course, the generation speed of the document is less than with PDFlib.
  However, the performance penalty keeps very reasonable and suits in most
  cases, unless your documents are particularly complex or heavy.

  WWW: http://www.fpdf.org/
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  libxml2: {origin: textproc/libxml2, version: 2.8.0_2}
  expat: {origin: textproc/expat2, version: 2.1.0}
  php5: {origin: lang/php5, version: 5.4.17}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pkgconf: {origin: devel/pkgconf, version: 0.9.2_1}
  pcre: {origin: devel/pcre, version: 8.33}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
  php5-zlib: {origin: archivers/php5-zlib, version: 5.4.17}
categories:
- www
- print
message: |
  You should add the FPDF path /usr/local/share/fpdf
  to the "include_path=" directive in your php.ini.
