pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Convert to use tex.buildlink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec4eebb05d08
branches:  trunk
changeset: 502763:ec4eebb05d08
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 08 20:06:43 2005 +0000

description:
Convert to use tex.buildlink3.mk
set LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 to allow whatever latex distribution

diffstat:

 www/p5-SVN-Web/Makefile           |  6 ++++--
 www/p5-Template-Extract/Makefile  |  6 ++++--
 www/p5-Template-Generate/Makefile |  6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs (87 lines):

diff -r 85a32b4208ba -r ec4eebb05d08 www/p5-SVN-Web/Makefile
--- a/www/p5-SVN-Web/Makefile   Tue Nov 08 20:02:52 2005 +0000
+++ b/www/p5-SVN-Web/Makefile   Tue Nov 08 20:06:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/08 20:06:43 tonio Exp $
 
 DISTNAME=      SVN-Web-0.35
 PKGNAME=       p5-${DISTNAME}
@@ -9,6 +9,8 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Unstable snapshot of Subversion repository browser
 
+LATEX_ACCEPTED=        teTeX1 teTeX2 teTeX3
+
 DEPENDS+=      p5-subversion>=0.32.1:../../devel/p5-subversion
 DEPENDS+=      p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-Text-Diff>=0.35:../../textproc/p5-Text-Diff
@@ -26,9 +28,9 @@
 DEPENDS+=      p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
 DEPENDS+=      p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
 DEPENDS+=      p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
-DEPENDS+=      teTeX>=1.0.7:../../print/teTeX
 
 PERL5_PACKLIST=                auto/SVN/Web/.packlist
 
 .include "../../lang/perl5/module.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 85a32b4208ba -r ec4eebb05d08 www/p5-Template-Extract/Makefile
--- a/www/p5-Template-Extract/Makefile  Tue Nov 08 20:02:52 2005 +0000
+++ b/www/p5-Template-Extract/Makefile  Tue Nov 08 20:06:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/08 20:06:43 tonio Exp $
 
 DISTNAME=              Template-Extract-0.25
 PKGNAME=               p5-${DISTNAME}
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://search.cpan.org/~autrijus/Template-Extract/
 COMMENT=               Perl5 module for extracting data structure from TT2-rendered documents
 
+LATEX_ACCEPTED=        teTeX1 teTeX2 teTeX3
+
 DEPENDS+=      p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
 
 DEPENDS+=      p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
@@ -25,9 +27,9 @@
 DEPENDS+=      p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
 DEPENDS+=      p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
 DEPENDS+=      p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
-DEPENDS+=      teTeX>=1.0.7:../../print/teTeX
 
 PERL5_PACKLIST=                auto/Template/Extract/.packlist
 
 .include "../../lang/perl5/module.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 85a32b4208ba -r ec4eebb05d08 www/p5-Template-Generate/Makefile
--- a/www/p5-Template-Generate/Makefile Tue Nov 08 20:02:52 2005 +0000
+++ b/www/p5-Template-Generate/Makefile Tue Nov 08 20:06:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/08 20:06:43 tonio Exp $
 
 DISTNAME=              Template-Generate-0.04
 PKGNAME=               p5-${DISTNAME}
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://search.cpan.org/~autrijus/Template-Generate/
 COMMENT=               Perl5 module for generating TT2 templates from TT2-rendered documents
 
+LATEX_ACCEPTED=        teTeX1 teTeX2 teTeX3
+
 DEPENDS+=      p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
 
 DEPENDS+=      p5-Apache-DBI>=0.87:../../databases/p5-Apache-DBI
@@ -25,9 +27,9 @@
 DEPENDS+=      p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
 DEPENDS+=      p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
 DEPENDS+=      p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
-DEPENDS+=      teTeX>=1.0.7:../../print/teTeX
 
 PERL5_PACKLIST=                auto/Template/Generate/.packlist
 
 .include "../../lang/perl5/module.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index