From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 12:12:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB303DA0; Wed, 6 Nov 2013 12:12:46 +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 BD6872A25; Wed, 6 Nov 2013 12:12:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA6CCkqc061999; Wed, 6 Nov 2013 12:12:46 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA6CCk4S061996; Wed, 6 Nov 2013 12:12:46 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311061212.rA6CCk4S061996@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 6 Nov 2013 12:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332969 - in head/print: p5-PDFLib 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 12:12:47 -0000 Author: vanilla Date: Wed Nov 6 12:12:45 2013 New Revision: 332969 URL: http://svnweb.freebsd.org/changeset/ports/332969 Log: Fix index. (wired, duplicate Makefile contents :( Modified: head/print/p5-PDFLib/Makefile head/print/p5-PostScript-Simple/Makefile head/print/p5-PostScript/Makefile Modified: head/print/p5-PDFLib/Makefile ============================================================================== --- head/print/p5-PDFLib/Makefile Wed Nov 6 11:59:17 2013 (r332968) +++ head/print/p5-PDFLib/Makefile Wed Nov 6 12:12:45 2013 (r332969) @@ -18,26 +18,3 @@ 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 -.include Modified: head/print/p5-PostScript-Simple/Makefile ============================================================================== --- head/print/p5-PostScript-Simple/Makefile Wed Nov 6 11:59:17 2013 (r332968) +++ head/print/p5-PostScript-Simple/Makefile Wed Nov 6 12:12:45 2013 (r332969) @@ -14,22 +14,3 @@ 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 -USE_PERL5= configure - -MAN3= PostScript::Simple.3 PostScript::Simple::EPS.3 - -NO_STAGE= yes -.include Modified: head/print/p5-PostScript/Makefile ============================================================================== --- head/print/p5-PostScript/Makefile Wed Nov 6 11:59:17 2013 (r332968) +++ head/print/p5-PostScript/Makefile Wed Nov 6 12:12:45 2013 (r332969) @@ -14,22 +14,3 @@ 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 -USE_PERL5= configure - -MAN3= PostScript::TextBlock.3 PostScript::Elements.3 PostScript::Metrics.3 - -NO_STAGE= yes -.include