Update to 2.035
- Reformat pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/PDF-API2
This commit is contained in:
parent
07c3eced7c
commit
95e5027214
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508515
3 changed files with 17 additions and 20 deletions
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PDF-API2
|
||||
PORTVERSION= 2.034
|
||||
PORTVERSION= 2.035
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Facilitates the creation and modification of PDF files
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Font-TTF>=0:x11-fonts/p5-Font-TTF
|
|||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
|
||||
p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1561906609
|
||||
SHA256 (PDF-API2-2.034.tar.gz) = 8aa98818fb6e4bebd6f9096e222989dcdd5fd4c5fa2ad1c7f0149053fc68f1cc
|
||||
SIZE (PDF-API2-2.034.tar.gz) = 3510253
|
||||
TIMESTAMP = 1565441549
|
||||
SHA256 (PDF-API2-2.035.tar.gz) = 7e4435ff51c808451f53fa161672ba2eaa7c4d49f4ab6506801383882405bf80
|
||||
SIZE (PDF-API2-2.035.tar.gz) = 3510872
|
||||
|
|
|
@ -1,20 +1,16 @@
|
|||
PDF::API2
|
||||
|
||||
There seem to be a growing plethora of Perl modules for creating and
|
||||
manipulating PDF files.
|
||||
|
||||
This module is 'The Next Generation' of Text::PDF::API which initially
|
||||
provided a nice API around the Text::PDF::* modules created by Martin Hosken.
|
||||
PDF::API2 is 'The Next Generation' of Text::PDF::API which initially provided a
|
||||
nice API around the Text::PDF::* modules created by Martin Hosken.
|
||||
|
||||
FEATURES
|
||||
|
||||
. Works with more than one PDF file open at once
|
||||
. It presents a object-oriented API to the user
|
||||
. Supports the 14 base PDF Core Fonts
|
||||
. Supports TrueType fonts
|
||||
. Supports Adobe-Type1 Fonts (pfb/pfa/afm)
|
||||
. Supports native Embedding of bitmap images (jpeg,ppm,png,gif)
|
||||
. Supports modification of existing pdfs
|
||||
and import/cloning of pages
|
||||
Features:
|
||||
- Works with more than one PDF file open at once
|
||||
- It presents a object-oriented API to the user
|
||||
- Supports the 14 base PDF Core Fonts
|
||||
- Supports TrueType fonts
|
||||
- Supports Adobe-Type1 Fonts (pfb/pfa/afm)
|
||||
- Supports native Embedding of bitmap images (jpeg, ppm, png,gif)
|
||||
- Supports modification of existing pdfs and import/cloning of pages
|
||||
|
||||
WWW: https://metacpan.org/release/PDF-API2
|
||||
|
|
Loading…
Reference in a new issue