From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 01:23:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2167C4C8; Wed, 6 Nov 2013 01:23:30 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CBBD24AE; Wed, 6 Nov 2013 01:23:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA61NTkU030852; Wed, 6 Nov 2013 01:23:29 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA61NRpU030836; Wed, 6 Nov 2013 01:23:27 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311060123.rA61NRpU030836@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 6 Nov 2013 01:23:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332937 - in head/print: p5-PDFLib p5-PDFLib/files p5-PostScript p5-PostScript-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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 01:23:30 -0000 Author: vanilla Date: Wed Nov 6 01:23:26 2013 New Revision: 332937 URL: http://svnweb.freebsd.org/changeset/ports/332937 Log: Support STAGEDIR. Modified: head/print/p5-PDFLib/Makefile head/print/p5-PDFLib/distinfo head/print/p5-PDFLib/files/patch-Makefile.PL head/print/p5-PDFLib/pkg-descr head/print/p5-PDFLib/pkg-plist head/print/p5-PostScript-Simple/Makefile head/print/p5-PostScript-Simple/distinfo head/print/p5-PostScript-Simple/pkg-descr head/print/p5-PostScript-Simple/pkg-plist head/print/p5-PostScript/Makefile head/print/p5-PostScript/distinfo head/print/p5-PostScript/pkg-descr head/print/p5-PostScript/pkg-plist Modified: head/print/p5-PDFLib/Makefile ============================================================================== --- head/print/p5-PDFLib/Makefile Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PDFLib/Makefile Wed Nov 6 01:23:26 2013 (r332937) @@ -17,6 +17,26 @@ USES= perl5 USE_PERL5= configure NO_BUILD= yes +.include +# Created by: ijliao +# $FreeBSD$ + +PORTNAME= PDFLib +PORTVERSION= 0.14 +CATEGORIES= print perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= More OO interface to pdflib_pl.pm + +BUILD_DEPENDS= pdflib-perl>=0:${PORTSDIR}/print/pdflib-perl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_BUILD= yes + MAN3= PDFLib.3 NO_STAGE= yes Modified: head/print/p5-PDFLib/distinfo ============================================================================== --- head/print/p5-PDFLib/distinfo Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PDFLib/distinfo Wed Nov 6 01:23:26 2013 (r332937) @@ -1,2 +1,4 @@ SHA256 (PDFLib-0.14.tar.gz) = aa8dd769d262441c6773f356ae9e5370c1f2b48c07e87bc38f1a587576652b32 SIZE (PDFLib-0.14.tar.gz) = 27294 +SHA256 (PDFLib-0.14.tar.gz) = aa8dd769d262441c6773f356ae9e5370c1f2b48c07e87bc38f1a587576652b32 +SIZE (PDFLib-0.14.tar.gz) = 27294 Modified: head/print/p5-PDFLib/files/patch-Makefile.PL ============================================================================== --- head/print/p5-PDFLib/files/patch-Makefile.PL Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PDFLib/files/patch-Makefile.PL Wed Nov 6 01:23:26 2013 (r332937) @@ -15,3 +15,20 @@ 'VERSION_FROM' => 'PDFLib.pm', # finds $VERSION - 'PREREQ_PM' => { pdflib_pl => 4.0 }, ); +--- Makefile.PL.orig 2001-06-04 13:38:11.000000000 +0000 ++++ Makefile.PL +@@ -6,7 +6,7 @@ eval { + require pdflib_pl; + die unless $pdflib_pl::VERSION >= 4.0; + }; +-if ($@) { ++if (0) { + die < 'PDFLib', + 'VERSION_FROM' => 'PDFLib.pm', # finds $VERSION +- 'PREREQ_PM' => { pdflib_pl => 4.0 }, + ); Modified: head/print/p5-PDFLib/pkg-descr ============================================================================== --- head/print/p5-PDFLib/pkg-descr Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PDFLib/pkg-descr Wed Nov 6 01:23:26 2013 (r332937) @@ -1 +1,2 @@ A cleaner API than pdflib_pl.pm, which is a very low-level (non-OO) interface. +A cleaner API than pdflib_pl.pm, which is a very low-level (non-OO) interface. Modified: head/print/p5-PDFLib/pkg-plist ============================================================================== --- head/print/p5-PDFLib/pkg-plist Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PDFLib/pkg-plist Wed Nov 6 01:23:26 2013 (r332937) @@ -1,3 +1,7 @@ +%%PERL5_MAN3%%/PDFLib.3.gz +%%SITE_PERL%%/PDFLib.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib %%SITE_PERL%%/PDFLib.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PDFLib Modified: head/print/p5-PostScript-Simple/Makefile ============================================================================== --- head/print/p5-PostScript-Simple/Makefile Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript-Simple/Makefile Wed Nov 6 01:23:26 2013 (r332937) @@ -8,6 +8,22 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org +COMMENT= Produce PostScript files from Perl + +USES= perl5 +USE_PERL5= configure + +.include +# Created by: tobez +# $FreeBSD$ + +PORTNAME= PostScript-Simple +PORTVERSION= 0.07 +CATEGORIES= print perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org COMMENT= PostScript::Simple - Produce PostScript files from Perl USES= perl5 Modified: head/print/p5-PostScript-Simple/distinfo ============================================================================== --- head/print/p5-PostScript-Simple/distinfo Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript-Simple/distinfo Wed Nov 6 01:23:26 2013 (r332937) @@ -1,2 +1,4 @@ SHA256 (PostScript-Simple-0.07.tar.gz) = 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5 SIZE (PostScript-Simple-0.07.tar.gz) = 41874 +SHA256 (PostScript-Simple-0.07.tar.gz) = 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5 +SIZE (PostScript-Simple-0.07.tar.gz) = 41874 Modified: head/print/p5-PostScript-Simple/pkg-descr ============================================================================== --- head/print/p5-PostScript-Simple/pkg-descr Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript-Simple/pkg-descr Wed Nov 6 01:23:26 2013 (r332937) @@ -10,3 +10,15 @@ or "in", etc) and are the same as those a bp, or a PostScript point, unlike TeX. WWW: http://search.cpan.org/dist/PostScript-Simple/ +PostScript::Simple allows you to have a simple method of writing +PostScript files from Perl. It has graphics primitives that allow lines, +curves, circles, polygons and boxes to be drawn. Text can be added to +the page using standard PostScript fonts. + +The images can be single page EPS files, or multipage PostScript files. +The image size can be set by using a recognised paper size ("A4", for +example) or by giving dimensions. The units used can be specified ("mm" +or "in", etc) and are the same as those used in TeX. The default unit is +a bp, or a PostScript point, unlike TeX. + +WWW: http://search.cpan.org/dist/PostScript-Simple/ Modified: head/print/p5-PostScript-Simple/pkg-plist ============================================================================== --- head/print/p5-PostScript-Simple/pkg-plist Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript-Simple/pkg-plist Wed Nov 6 01:23:26 2013 (r332937) @@ -1,3 +1,12 @@ +%%PERL5_MAN3%%/PostScript::Simple.3.gz +%%PERL5_MAN3%%/PostScript::Simple::EPS.3.gz +%%SITE_PERL%%/PostScript/Simple.pm +%%SITE_PERL%%/PostScript/Simple/EPS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript +@dirrmtry %%SITE_PERL%%/PostScript/Simple +@dirrmtry %%SITE_PERL%%/PostScript %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist %%SITE_PERL%%/PostScript/Simple.pm %%SITE_PERL%%/PostScript/Simple/EPS.pm Modified: head/print/p5-PostScript/Makefile ============================================================================== --- head/print/p5-PostScript/Makefile Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript/Makefile Wed Nov 6 01:23:26 2013 (r332937) @@ -8,6 +8,22 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org +COMMENT= Produce PostScript files from Perl + +USES= perl5 +USE_PERL5= configure + +.include +# Created by: Fernan Aguero +# $FreeBSD$ + +PORTNAME= PostScript +PORTVERSION= 0.06 +CATEGORIES= print perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org COMMENT= PostScript - Produce PostScript files from Perl USES= perl5 Modified: head/print/p5-PostScript/distinfo ============================================================================== --- head/print/p5-PostScript/distinfo Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript/distinfo Wed Nov 6 01:23:26 2013 (r332937) @@ -1,2 +1,4 @@ SHA256 (PostScript-0.06.tar.gz) = 64aa477ebf153710e4cd1251a0fa6f964ac34fcd3d9993e299e28064f9eec589 SIZE (PostScript-0.06.tar.gz) = 19506 +SHA256 (PostScript-0.06.tar.gz) = 64aa477ebf153710e4cd1251a0fa6f964ac34fcd3d9993e299e28064f9eec589 +SIZE (PostScript-0.06.tar.gz) = 19506 Modified: head/print/p5-PostScript/pkg-descr ============================================================================== --- head/print/p5-PostScript/pkg-descr Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript/pkg-descr Wed Nov 6 01:23:26 2013 (r332937) @@ -2,3 +2,7 @@ PostScript allows you to write PostScrip It has graphics primitives that allow lines, circles and boxes to be drawn. WWW: http://search.cpan.org/dist/PostScript/ +PostScript allows you to write PostScript files from Perl. +It has graphics primitives that allow lines, circles and boxes to be drawn. + +WWW: http://search.cpan.org/dist/PostScript/ Modified: head/print/p5-PostScript/pkg-plist ============================================================================== --- head/print/p5-PostScript/pkg-plist Wed Nov 6 01:18:34 2013 (r332936) +++ head/print/p5-PostScript/pkg-plist Wed Nov 6 01:23:26 2013 (r332937) @@ -1,3 +1,15 @@ +%%PERL5_MAN3%%/PostScript::Elements.3.gz +%%PERL5_MAN3%%/PostScript::Metrics.3.gz +%%PERL5_MAN3%%/PostScript::TextBlock.3.gz +%%SITE_PERL%%/PostScript/Document.pm +%%SITE_PERL%%/PostScript/Elements.pm +%%SITE_PERL%%/PostScript/Metrics.pm +%%SITE_PERL%%/PostScript/TextBlock.pm +%%SITE_PERL%%/PostScript/example.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Metrics/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Metrics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript +@dirrmtry %%SITE_PERL%%/PostScript %%SITE_PERL%%/PostScript/Document.pm %%SITE_PERL%%/PostScript/Elements.pm %%SITE_PERL%%/PostScript/TextBlock.pm