summaryrefslogtreecommitdiff
path: root/print/p5-LaTeX-Driver
diff options
context:
space:
mode:
authorsno <sno>2011-11-11 11:37:08 +0000
committersno <sno>2011-11-11 11:37:08 +0000
commitef29a8a17626a3e6ca62cb7f0bdcb5a26c33c2f1 (patch)
tree327f857656989cbafe848dbcd101c787f1a1116a /print/p5-LaTeX-Driver
parentbcc8317254c92d50c0553b08a0cc5806da280f74 (diff)
downloadpkgsrc-ef29a8a17626a3e6ca62cb7f0bdcb5a26c33c2f1.tar.gz
Updating LaTeX::Driver module for Perl programming language in
print/p5-LaTeX-Driver from 0.08nb3 to 0.10. pkgsrc changes: - fix whitespaces in Makefile.PL patch Upstream changes: #------------------------------------------------------------------------ # Version 0.10 - 2011-09-18 #------------------------------------------------------------------------ * use system tmp directory rather than hardcoded /tmp * Makefile.PL exits if latex binary is not found (rather than dieing #------------------------------------------------------------------------ # Version 0.09 - 2011-08-18 #------------------------------------------------------------------------ * Tidied up for perlcritic
Diffstat (limited to 'print/p5-LaTeX-Driver')
-rw-r--r--print/p5-LaTeX-Driver/Makefile5
-rw-r--r--print/p5-LaTeX-Driver/distinfo10
-rw-r--r--print/p5-LaTeX-Driver/patches/patch-aa16
3 files changed, 15 insertions, 16 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile
index e7dbe5fcb9c..0647f7c8cf4 100644
--- a/print/p5-LaTeX-Driver/Makefile
+++ b/print/p5-LaTeX-Driver/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2011/08/14 14:21:29 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/11 11:37:08 sno Exp $
#
-DISTNAME= LaTeX-Driver-0.08
+DISTNAME= LaTeX-Driver-0.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
diff --git a/print/p5-LaTeX-Driver/distinfo b/print/p5-LaTeX-Driver/distinfo
index 710e052a95d..e7bc31fd78a 100644
--- a/print/p5-LaTeX-Driver/distinfo
+++ b/print/p5-LaTeX-Driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/05/27 06:23:16 sno Exp $
+$NetBSD: distinfo,v 1.3 2011/11/11 11:37:08 sno Exp $
-SHA1 (LaTeX-Driver-0.08.tar.gz) = e8a7fd36539f5aabc46322d5ce128eec06840470
-RMD160 (LaTeX-Driver-0.08.tar.gz) = 6c627b2d178322aed895f45b20ac96e0658712f7
-Size (LaTeX-Driver-0.08.tar.gz) = 30601 bytes
-SHA1 (patch-aa) = 9dfd950d0206e97c1eb03a3d1e65a95683652790
+SHA1 (LaTeX-Driver-0.10.tar.gz) = a1c6049befda5495b3096ea2603c6dc0aab1fa2f
+RMD160 (LaTeX-Driver-0.10.tar.gz) = 07c07f634ca0627651f4da971b057694f1e3c36a
+Size (LaTeX-Driver-0.10.tar.gz) = 30666 bytes
+SHA1 (patch-aa) = 141b618ea03267e565952f8f45f67f9dfb13f3bf
diff --git a/print/p5-LaTeX-Driver/patches/patch-aa b/print/p5-LaTeX-Driver/patches/patch-aa
index 075488b3083..3bf9e97109d 100644
--- a/print/p5-LaTeX-Driver/patches/patch-aa
+++ b/print/p5-LaTeX-Driver/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/05/17 10:20:36 sno Exp $
+$NetBSD: patch-aa,v 1.2 2011/11/11 11:37:08 sno Exp $
Do not prompt for pkgsrc provided utils
---- Makefile.PL.orig 2007-10-16 21:36:07.000000000 +0000
-+++ Makefile.PL 2009-05-17 10:03:54.000000000 +0000
-@@ -39,14 +39,14 @@
+--- Makefile.PL.orig 2011-09-18 09:27:31.000000000 +0000
++++ Makefile.PL
+@@ -39,14 +39,14 @@ EOF
#------------------------------------------------------------------------
@@ -27,12 +27,12 @@ Do not prompt for pkgsrc provided utils
if (!$LATEX and !$PDFLATEX) {
my $continue = ttprompt('You don\'t seem to have LaTeX installed. Continue anyway?', 'N');
-@@ -65,7 +65,7 @@
+@@ -65,7 +65,7 @@ fix_path_assignment(catfile('lib','LaTeX
#------------------------------------------------------------------------
my %opts = (
-- 'NAME' => 'LaTeX-Driver',
-+ 'NAME' => 'LaTeX::Driver',
- 'VERSION_FROM' => 'lib/LaTeX/Driver.pm',
+- 'NAME' => 'LaTeX-Driver',
++ 'NAME' => 'LaTeX::Driver',
+ 'VERSION' => $MODVERSION,
'EXE_FILES' => [ 'scripts/latex2dvi', 'scripts/latex2pdf', 'scripts/latex2ps' ],
'PMLIBDIRS' => [ 'lib' ],