Date: Sat, 10 Aug 2019 22:48:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508515 - head/textproc/p5-PDF-API2 Message-ID: <201908102248.x7AMmXX3073314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 10 22:48:33 2019 New Revision: 508515 URL: https://svnweb.freebsd.org/changeset/ports/508515 Log: Update to 2.035 - Reformat pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/PDF-API2 Modified: head/textproc/p5-PDF-API2/Makefile head/textproc/p5-PDF-API2/distinfo head/textproc/p5-PDF-API2/pkg-descr Modified: head/textproc/p5-PDF-API2/Makefile ============================================================================== --- head/textproc/p5-PDF-API2/Makefile Sat Aug 10 22:48:27 2019 (r508514) +++ head/textproc/p5-PDF-API2/Makefile Sat Aug 10 22:48:33 2019 (r508515) @@ -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> Modified: head/textproc/p5-PDF-API2/distinfo ============================================================================== --- head/textproc/p5-PDF-API2/distinfo Sat Aug 10 22:48:27 2019 (r508514) +++ head/textproc/p5-PDF-API2/distinfo Sat Aug 10 22:48:33 2019 (r508515) @@ -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 Modified: head/textproc/p5-PDF-API2/pkg-descr ============================================================================== --- head/textproc/p5-PDF-API2/pkg-descr Sat Aug 10 22:48:27 2019 (r508514) +++ head/textproc/p5-PDF-API2/pkg-descr Sat Aug 10 22:48:33 2019 (r508515) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908102248.x7AMmXX3073314>