From owner-svn-ports-all@freebsd.org Fri Dec 11 13:52:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D4AE9D70E0; Fri, 11 Dec 2015 13:52:48 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id 2C11C1229; Fri, 11 Dec 2015 13:52:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBDqlXP075530; Fri, 11 Dec 2015 13:52:47 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBDqkMt075525; Fri, 11 Dec 2015 13:52:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512111352.tBBDqkMt075525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 13:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403532 - in head/textproc: . p5-PDF-API2-Simple X-SVN-Group: ports-head 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.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 13:52:48 -0000 Author: miwi Date: Fri Dec 11 13:52:46 2015 New Revision: 403532 URL: https://svnweb.freebsd.org/changeset/ports/403532 Log: Simplistic wrapper for the PDF-API2 modules WWW: http://search.cpan.org/dist/PDF-API2-Simple/ PR: 204064 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4503 Added: head/textproc/p5-PDF-API2-Simple/ head/textproc/p5-PDF-API2-Simple/Makefile (contents, props changed) head/textproc/p5-PDF-API2-Simple/distinfo (contents, props changed) head/textproc/p5-PDF-API2-Simple/pkg-descr (contents, props changed) head/textproc/p5-PDF-API2-Simple/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Dec 11 13:48:31 2015 (r403531) +++ head/textproc/Makefile Fri Dec 11 13:52:46 2015 (r403532) @@ -655,6 +655,7 @@ SUBDIR += p5-ODF-lpOD SUBDIR += p5-OpenOffice-OODoc SUBDIR += p5-PDF-API2 + SUBDIR += p5-PDF-API2-Simple SUBDIR += p5-PDF-API3 SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML Added: head/textproc/p5-PDF-API2-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-API2-Simple/Makefile Fri Dec 11 13:52:46 2015 (r403532) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= PDF-API2-Simple +PORTVERSION= 1.1.5 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CHROMATIC +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremybbaggs@gmail.com +COMMENT= Wrapper for the PDF::API2 modules + +RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 + +USES= perl5 +USE_PERL5= configure + +.include Added: head/textproc/p5-PDF-API2-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-API2-Simple/distinfo Fri Dec 11 13:52:46 2015 (r403532) @@ -0,0 +1,2 @@ +SHA256 (PDF-API2-Simple-1.1.5.tar.gz) = d5b353435208332cc522d041ecc41d7790277eee83cfe47af9b5c1a3558f651e +SIZE (PDF-API2-Simple-1.1.5.tar.gz) = 57485 Added: head/textproc/p5-PDF-API2-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-API2-Simple/pkg-descr Fri Dec 11 13:52:46 2015 (r403532) @@ -0,0 +1,3 @@ +Simplistic wrapper for the PDF-API2 modules + +WWW: http://search.cpan.org/dist/PDF-API2-Simple/ Added: head/textproc/p5-PDF-API2-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-PDF-API2-Simple/pkg-plist Fri Dec 11 13:52:46 2015 (r403532) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/PDF/API2/Simple.pm +%%PERL5_MAN3%%/PDF::API2::Simple.3.gz