summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-03 20:25:50 +0000
committerwiz <wiz>2015-05-03 20:25:50 +0000
commit3ae9f9703edc6862284be0ef04609102bbee8dec (patch)
tree1e22c55732e33325d51323ea05e186f5f594b567 /print
parent55bfe81374ad329531c774e7e1b79d5d92213f04 (diff)
downloadpkgsrc-3ae9f9703edc6862284be0ef04609102bbee8dec.tar.gz
Add more missing dependencies. This now packages and passes most of
its tests. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/p5-LaTeX-Driver/Makefile8
-rw-r--r--print/p5-LaTeX-Driver/distinfo3
-rw-r--r--print/p5-LaTeX-Driver/patches/patch-Makefile.PL15
3 files changed, 23 insertions, 3 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile
index 7b0f129fdd9..b63e07813a2 100644
--- a/print/p5-LaTeX-Driver/Makefile
+++ b/print/p5-LaTeX-Driver/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2015/05/03 19:47:05 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.14 2015/05/03 20:25:50 wiz Exp $
DISTNAME= LaTeX-Driver-0.200.4
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
@@ -15,9 +15,11 @@ USE_TOOLS+= gs:run
DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
DEPENDS+= p5-Module-Install-ReadmeFromPod-[0-9]*:../../devel/p5-Module-Install-ReadmeFromPod
DEPENDS+= p5-Module-Install-AuthorRequires-[0-9]*:../../devel/p5-Module-Install-AuthorRequires
DEPENDS+= p5-Module-Install-AuthorTests-[0-9]*:../../devel/p5-Module-Install-AuthorTests
+DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
@@ -25,6 +27,8 @@ DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage
+DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= web2c-[0-9]*:../../print/web2c
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
diff --git a/print/p5-LaTeX-Driver/distinfo b/print/p5-LaTeX-Driver/distinfo
index 072da7a5edd..5ca6227b905 100644
--- a/print/p5-LaTeX-Driver/distinfo
+++ b/print/p5-LaTeX-Driver/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/04/27 15:07:30 mef Exp $
+$NetBSD: distinfo,v 1.5 2015/05/03 20:25:50 wiz Exp $
SHA1 (LaTeX-Driver-0.200.4.tar.gz) = ca3c70b65eaa36945b425ea2fa11b7a37da92109
RMD160 (LaTeX-Driver-0.200.4.tar.gz) = f0dfea6bf80054e3f7a7a2a28724ccb17574a5f6
Size (LaTeX-Driver-0.200.4.tar.gz) = 63968 bytes
+SHA1 (patch-Makefile.PL) = 3ecf72c3d42282069cbf599f3d4eddc169ea46f3
diff --git a/print/p5-LaTeX-Driver/patches/patch-Makefile.PL b/print/p5-LaTeX-Driver/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..8b6daaa4ae9
--- /dev/null
+++ b/print/p5-LaTeX-Driver/patches/patch-Makefile.PL
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2015/05/03 20:25:50 wiz Exp $
+
+Somehow doesn't accept 0.20 as new enough, so just comment out the check.
+
+--- Makefile.PL.orig 2014-04-08 09:13:02.000000000 +0000
++++ Makefile.PL
+@@ -28,7 +28,7 @@ test_requires 'Test::More' => '0.88';
+ author_requires 'Test::NoTabs';
+ author_requires 'Test::Pod' => '1.14';
+ author_requires 'Test::Pod::Coverage' => '1.04';
+-author_requires 'Test::Spelling' => '0.11';
++#author_requires 'Test::Spelling' => '0.11';
+
+ install_script 'latex2dvi';
+ install_script 'latex2pdf';