notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
pecl-pdflib PECL extension to create PDF on the fly
4.1.4_1 print Deleted on this many watch lists=96 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.1.4_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires php 7.4 which is set to expire on 2022-11-29
Expired This port expired on: 2022-11-28
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-06-25 11:32:10
Last Update: 2022-12-09 15:03:21
Commit Hash: 54523f6
People watching this port, also watch:: pdflib, gettext, gmake, freetype2
Also Listed In: pear
License: PDFlib
WWW:
https://pecl.php.net/package/pdflib
Description:
This extension wraps the PDFlib programming library for processing PDF on the fly, created by Thomas Merz.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • php74-pecl-pdflib>0:print/pecl-pdflib
No installation instructions:
This port has been deleted.
PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
Package flavors (<flavor>: <package>)
  • php74: php74-pecl-pdflib
distinfo:
TIMESTAMP = 1576745319 SHA256 (PECL/pdflib-4.1.4.tgz) = 8165e80e3cfcaf6611aadc7a58977e73174d3f33b770ab9f8240f56f4de2179e SIZE (PECL/pdflib-4.1.4.tgz) = 32652

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php74
  2. autoconf>0 : devel/autoconf
  3. gd.so : graphics/php74-gd
Runtime dependencies:
  1. php.h : lang/php74
  2. gd.so : graphics/php74-gd
Library dependencies:
  1. libpdf.so : print/pdflib
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 9 deleted ports
  1. databases/phpmyadmin35*
  2. www/ilias3*
  3. www/jinzora*
  4. www/joomla*
  5. www/joomla15*
  6. www/joomla25*
  7. www/joomla31*
  8. www/mambo*
  9. www/sams*
  10. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
print_pecl-pdflib
USES:
php:pecl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://pecl.php.net/get/
  2. https://pecl.php.net/get/
Collapse this list.
Port Moves
  • port deleted on 2022-12-09
    REASON: Requires php74 which was EOL on 2022-11-28

Number of commits found: 52

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.4_1
09 Dec 2022 15:03:21
commit hash: 54523f62b2848ce21415cda39c4034692ada61f4commit hash: 54523f62b2848ce21415cda39c4034692ada61f4commit hash: 54523f62b2848ce21415cda39c4034692ada61f4commit hash: 54523f62b2848ce21415cda39c4034692ada61f4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
print/pecl-pdflib: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.1.4_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.4_1
20 Jul 2022 14:22:48
commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527commit hash: 51879c91f87889e30c8cc97affa08f16b6ac8527 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
print: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anish Mistry <amistry@am-productions.biz>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.4_1
13 Jun 2022 00:08:05
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
4.1.4_1
31 Jan 2022 22:17:40
commit hash: 01e39fca6cf287dacf17ea2cbc90ad88a64463a8commit hash: 01e39fca6cf287dacf17ea2cbc90ad88a64463a8commit hash: 01e39fca6cf287dacf17ea2cbc90ad88a64463a8commit hash: 01e39fca6cf287dacf17ea2cbc90ad88a64463a8 files touched by this commit
Alex Dupre (ale) search for other commits by this committer
print/pecl-pdflib: mark DEPRECATED and set EXPIRATION_DATE

PR:		261632
Submitted by:	bofh
4.1.4_1
10 Jan 2022 13:30:00
commit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016fcommit hash: 47721a7247d2d9ad1e6cb47a518090305254016f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mark ports to IGNORE with new php81

Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
4.1.4_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.1.4_1
27 Oct 2020 09:50:01
Revision:553429Original commit files touched by this commit
ale search for other commits by this committer
PECL pdflib is deprecated and doesn't support PHP 8.0.
4.1.4_1
19 Dec 2019 17:17:47
Revision:520448Original commit files touched by this commit
ale search for other commits by this committer
Really fix LICENSE handling.

Reported by:	tobik
4.1.4
19 Dec 2019 09:06:29
Revision:520427Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.1.4 release to set correct licensing terms.
4.1.3
30 Sep 2019 14:46:11
Revision:513392Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.1.3 release.
4.1.2
11 Dec 2018 17:03:52
Revision:487243Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
4.1.2
30 Aug 2017 12:18:53
Revision:448974Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.1.2 release.
4.1.1
10 Apr 2017 15:08:47
Revision:438175Original commit files touched by this commit
mat search for other commits by this committer
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
4.1.1
19 Jan 2017 12:47:45
Revision:431863Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.1.1 release.
4.0.1
13 Dec 2016 14:26:12
Revision:428488Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW: pecl.php.net uses https://

Approved by:	portmgr (blanket)
4.0.1
27 Oct 2016 09:00:28
Revision:424750Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.0.1 release to support PHP 7.
3.0.4_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
3.0.4
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
3.0.4
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
3.0.4
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
3.0.4
18 Feb 2016 15:08:26
Revision:409111Original commit files touched by this commit
miwi search for other commits by this committer
- Ignore php70
3.0.4
17 Jul 2014 08:57:51
Revision:362126Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
3.0.4
27 Jan 2014 10:07:37
Revision:341363Original commit files touched by this commit
ale search for other commits by this committer
Update to 3.0.4 release.

PR:		ports/186142
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
2.1.10
30 Oct 2013 13:32:03
Revision:332107Original commit files touched by this commit
ale search for other commits by this committer
Stagify.
2.1.10
20 Sep 2013 22:44:00
Revision:327765Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
2.1.10
23 Apr 2013 11:08:06
Revision:316347Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.10 release.
2.1.9
12 Jun 2012 13:29:09
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.9 release.
2.1.8_1
16 May 2012 07:36:47
Original commit files touched by this commit
ale search for other commits by this committer
Fix for PHP 5.4.
2.1.8_1
10 Jan 2012 11:41:37
Original commit files touched by this commit
ale search for other commits by this committer
Chase pdflib.so version and bump PORTREVISION accordingly.
2.1.8
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2.1.8
03 Jul 2011 06:14:57
Original commit files touched by this commit
miwi search for other commits by this committer
- Kick MD5 Support
2.1.8
20 May 2010 10:16:17
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.8 release.
2.1.7
09 Apr 2010 09:36:44
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.7 release.
2.1.6_1
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
2.1.6
20 Mar 2009 08:26:12
Original commit files touched by this commit
ale search for other commits by this committer
Fix build.
2.1.6
20 Mar 2009 06:49:26
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.6 release.
2.1.5
13 Mar 2008 07:09:31
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.5 release.
2.1.4
27 Sep 2007 05:57:33
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.4 release.
2.1.3_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2.1.3
11 Mar 2007 21:37:19
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.3 release.

PR:             ports/110191
Submitted by:   chinsan
2.1.2
06 Nov 2006 22:27:23
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.2 release.

PR:             ports/105227
Submitted by:   Kian Mohageri <kian.mohageri@gmail.com>
2.1.1
01 Nov 2006 14:53:12
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.1 release.

PR:             ports/105017
Submitted by:   chinsan
2.1.0_1
09 Oct 2006 08:18:11
Original commit files touched by this commit
ale search for other commits by this committer
Chase pdf library and bump PORTREVISION.
2.1.0
08 Oct 2006 07:48:29
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.1.0 release.

PR:             ports/104143
Submitted by:   chinsan
2.0.5
04 Sep 2006 08:21:23
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.0.5 release.

PR:             ports/101113
Submitted by:   chinsan <chinsan.tw@gmail.com>
2.0.4
24 Jan 2006 01:00:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
2.0.4
09 Dec 2004 10:56:38
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.0.4 release.
2.0.1
20 Jul 2004 22:38:20
Original commit files touched by this commit
ale search for other commits by this committer
Update to 2.0.1 release.
2.0_1
19 Jul 2004 07:23:20
Original commit files touched by this commit
ale search for other commits by this committer
Use the new PHP infrastructure.
2.0
25 Jun 2004 11:31:41
Original commit files touched by this commit
ale search for other commits by this committer
Add pecl-pdflib 2.0, a PECL extension to create PDF on the fly.

This is the new PDFLIB extension for PHP, compatible with PDFlib 6.x.

Number of commits found: 52