svn commit: r332969 - in head/print: p5-PDFLib p5-PostScript p5-PostScript-Simple

Vanilla I. Shu vanilla at FreeBSD.org
Wed Nov 6 12:12:47 UTC 2013


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 <bsd.port.mk>
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME=	PDFLib
-PORTVERSION=	0.14
-CATEGORIES=	print perl5
-MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
-
-MAINTAINER=	perl at 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 <bsd.port.mk>

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 <bsd.port.mk>
-# Created by: tobez
-# $FreeBSD$
-
-PORTNAME=	PostScript-Simple
-PORTVERSION=	0.07
-CATEGORIES=	print perl5
-MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
-
-MAINTAINER=	perl at 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 <bsd.port.mk>

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 <bsd.port.mk>
-# Created by: Fernan Aguero <fernan.aguero at gmail.com>
-# $FreeBSD$
-
-PORTNAME=	PostScript
-PORTVERSION=	0.06
-CATEGORIES=	print perl5
-MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
-
-MAINTAINER=	perl at 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 <bsd.port.mk>


More information about the svn-ports-all mailing list