Port details |
- p5-Text-PDF PDF manipulation module
- 0.31 print =4 0.31Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-12-31 02:40:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-libwww, libxml2, xorg-fonts-truetype, flac, nasm
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Text-PDF
- Description:
- In summary, this module provides a strong base for working with PDF
files but lacks some finesse. Users should know their way around the PDF
specification.
Included in the examples directory are some example programs starting
from very simple PDF creation programs and working up. More extensive
samples are included as scripts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-PDF>0:print/p5-Text-PDF
- To install the port:
- cd /usr/ports/print/p5-Text-PDF/ && make install clean
- To add the package, run one of these commands:
- pkg install print/p5-Text-PDF
- pkg install p5-Text-PDF
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-PDF
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1539134604
SHA256 (Text-PDF-0.31.tar.gz) = df9f515ee159804b0d5a75d5adb93c4584c7ec401d8c59c27e9f73925d8dac68
SIZE (Text-PDF-0.31.tar.gz) = 56267
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-CAM-PDF
- textproc/p5-PDF-Reuse
- for Run
-
- textproc/p5-CAM-PDF
- textproc/p5-PDF-Reuse
Configuration Options:
- No options to configure
- Options name:
- print_p5-Text-PDF
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.31 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.31 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
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 ) |
0.31 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.31 10 Oct 2018 10:24:08 |
sunpoet |
Clean up Makefile |
0.31 10 Oct 2018 01:30:18 |
wen |
- Update to 0.31
Changes: https://metacpan.org/changes/distribution/Text-PDF |
0.29a_3 27 Sep 2018 09:08:31 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Pet portlint
Approved by: portmgr blanket |
0.29a_3 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
0.29a_3 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.29a_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.29a_3 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.29a_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.29a_2 17 Jul 2014 08:57:51 |
olgeni |
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) |
0.29a_2 30 Jan 2014 07:55:01 |
miwi |
- Stage support |
0.29a_2 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
0.29a_2 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
0.29a_2 18 Dec 2012 12:07:47 |
tobez |
Remove support for perl 5.8.
Nudged by: az |
0.29a_1 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.29a_1 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.29a_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.29a_1 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
0.29a_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
0.29a 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.29a 03 Dec 2006 12:45:59 |
demon |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
0.29a 22 Sep 2006 12:16:19 |
tobez |
Update to 0.29a. |
0.27a 11 Apr 2006 10:31:48 |
tobez |
Update to 0.27a. |
0.25 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
0.25 22 Jan 2006 02:48:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.25 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.25 09 Aug 2003 13:13:05 |
erwin |
Update to 0.25
PR: 55385
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer (implicit) |
0.23 07 Mar 2003 06:09:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.23 12 Sep 2002 12:08:51 |
tobez |
Update to 0.23. |
0.20 06 Jun 2002 20:11:51 |
tobez |
Update to 0.20. |
0.18 23 May 2002 03:55:09 |
ijliao |
sort plist |
06 Dec 2001 20:34:25 |
tobez |
Update to 0.18. |
27 Jul 2001 16:36:21 |
tobez |
Update print/p5-Text-PDF to 0.16. |
26 Jun 2001 15:54:11 |
tobez |
Upgrade databases/p5-DBIx-SearchBuilder to 0.39. Upgrade mail/p5-Email-Find to
0.04. Upgrade print/p5-Text-PDF to 0.15. Upgrade textproc/p5-Text-Tmpl to
0.24. |
12 Jun 2001 20:25:42 |
tobez |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
19 May 2001 20:49:34 |
ijliao |
upgrade to 0.14 |
15 Apr 2001 16:53:37 |
kevlo |
Upgrade to version 0.13 |
11 Mar 2001 07:03:42 |
kevlo |
Fix pkg-plist |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
31 Dec 2000 05:40:39 |
will |
Add p5-Text-PDF 0.12, a perl module for manipulating PDF files. |