From owner-svn-ports-all@freebsd.org  Sat Aug 10 22:48:34 2019
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 563DCC720E;
 Sat, 10 Aug 2019 22:48:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 465chy0yR9z4Cpw;
 Sat, 10 Aug 2019 22:48:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 039244EBB;
 Sat, 10 Aug 2019 22:48:34 +0000 (UTC)
 (envelope-from sunpoet@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7AMmXpq073316;
 Sat, 10 Aug 2019 22:48:33 GMT (envelope-from sunpoet@FreeBSD.org)
Received: (from sunpoet@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7AMmXX3073314;
 Sat, 10 Aug 2019 22:48:33 GMT (envelope-from sunpoet@FreeBSD.org)
Message-Id: <201908102248.x7AMmXX3073314@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to
 sunpoet@FreeBSD.org using -f
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Sat, 10 Aug 2019 22:48:33 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r508515 - head/textproc/p5-PDF-API2
X-SVN-Group: ports-head
X-SVN-Commit-Author: sunpoet
X-SVN-Commit-Paths: head/textproc/p5-PDF-API2
X-SVN-Commit-Revision: 508515
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 10 Aug 2019 22:48:34 -0000

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