pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Template-Plugin-Latex Importing package fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69f606142bb4
branches:  trunk
changeset: 393085:69f606142bb4
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun May 17 10:37:39 2009 +0000

description:
Importing package for perl module Template::Plugin::Latex 3.02.

DESCR:
The Latex Template Toolkit plugin provides a latex filter that allows the use
of LaTeX to generate PDF, PostScript and DVI output files from the Template
Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.

The Template::Latex module is a wrapper of convenience around the Template
module, providing additional support for generating PDF, PostScript and DVI
documents from LaTeX templates.

diffstat:

 textproc/p5-Template-Plugin-Latex/DESCR            |   7 ++++++
 textproc/p5-Template-Plugin-Latex/Makefile         |  24 ++++++++++++++++++++++
 textproc/p5-Template-Plugin-Latex/distinfo         |   6 +++++
 textproc/p5-Template-Plugin-Latex/patches/patch-aa |  11 ++++++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 3570af3e902b -r 69f606142bb4 textproc/p5-Template-Plugin-Latex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Latex/DESCR   Sun May 17 10:37:39 2009 +0000
@@ -0,0 +1,7 @@
+The Latex Template Toolkit plugin provides a latex filter that allows the use
+of LaTeX to generate PDF, PostScript and DVI output files from the Template
+Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs.
+
+The Template::Latex module is a wrapper of convenience around the Template
+module, providing additional support for generating PDF, PostScript and DVI
+documents from LaTeX templates.
diff -r 3570af3e902b -r 69f606142bb4 textproc/p5-Template-Plugin-Latex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Latex/Makefile        Sun May 17 10:37:39 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 10:37:39 sno Exp $
+#
+
+DISTNAME=      Template-Plugin-Latex-3.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Template-Plugin-Latex/
+COMMENT=       Latex support for the Template Toolkit
+LICENSE=       gnu-gpl-v2 # OR artistic
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Template-Toolkit>=2.16:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-LaTeX-Driver>=0.07:../../print/p5-LaTeX-Driver
+DEPENDS+=      p5-LaTeX-Encode>=0.02:../../print/p5-LaTeX-Encode
+DEPENDS+=      p5-LaTeX-Table-[0-9]*:../../print/p5-LaTeX-Table
+
+PERL5_PACKLIST=                auto/Template/Plugin/Latex/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3570af3e902b -r 69f606142bb4 textproc/p5-Template-Plugin-Latex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Latex/distinfo        Sun May 17 10:37:39 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/17 10:37:39 sno Exp $
+
+SHA1 (Template-Plugin-Latex-3.02.tar.gz) = 77643d4dc9da5c1c9d254e452511d4d03eebc815
+RMD160 (Template-Plugin-Latex-3.02.tar.gz) = d3a3505578d02793dea98a618ab162d0ec9f3665
+Size (Template-Plugin-Latex-3.02.tar.gz) = 22048 bytes
+SHA1 (patch-aa) = 483becc002d5c6cf107876b6fa636ccfee7a51ca
diff -r 3570af3e902b -r 69f606142bb4 textproc/p5-Template-Plugin-Latex/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Plugin-Latex/patches/patch-aa        Sun May 17 10:37:39 2009 +0000
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   2009-05-17 10:00:40.000000000 +0000
++++ Makefile.PL        2009-05-17 10:00:56.000000000 +0000
+@@ -51,7 +51,7 @@
+ #------------------------------------------------------------------------
+ 
+ my %opts = (
+-    'NAME'           => 'Template-Plugin-Latex',
++    'NAME'           => 'Template::Plugin::Latex',
+     'VERSION_FROM' => 'lib/Template/Plugin/Latex.pm',
+     'PMLIBDIRS'    => [ 'lib' ], 
+     'PREREQ_PM'    => { 



Home | Main Index | Thread Index | Old Index