pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/latex2html Don't install our own very ancient...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e193b76bd01
branches:  trunk
changeset: 629552:8e193b76bd01
user:      is <is%pkgsrc.org@localhost>
date:      Thu Jan 23 12:16:59 2014 +0000

description:
Don't install our own very ancient url.sty (1.4); depend on print/tex-url
instead.

diffstat:

 textproc/latex2html/Makefile |  5 ++++-
 textproc/latex2html/PLIST    |  5 +----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r ab89f90e72e5 -r 8e193b76bd01 textproc/latex2html/Makefile
--- a/textproc/latex2html/Makefile      Thu Jan 23 11:58:39 2014 +0000
+++ b/textproc/latex2html/Makefile      Thu Jan 23 12:16:59 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/05/31 12:42:07 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2014/01/23 12:16:59 is Exp $
 
 DISTNAME=      latex2html-2008
 PKGREVISION=   4
@@ -14,6 +14,7 @@
 DEPENDS+=      tex-latex-[0-9]*:../../print/tex-latex
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-tex-[0-9]*:../../print/tex-tex
+DEPENDS+=      tex-url>=1.4:../../print/tex-url
 DEPENDS+=      dvipsk-[0-9]*:../../print/dvipsk
 DEPENDS+=      netpbm>=10.29nb2:../../graphics/netpbm
 
@@ -36,6 +37,8 @@
 REPLACE_PERL+=         l2hconf.pin cweb2html/cweb2html cweb2html/makemake.pl
 REPLACE_PERL+=         makemap makeseg/makeseg
 
+post-extract:  ; ${RM} ${WRKSRC}/texinputs/url.sty ${WRKSRC}/docs/url.sty
+
 .include "../../print/kpathsea/texmf.mk"
 .include "../../print/kpathsea/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ab89f90e72e5 -r 8e193b76bd01 textproc/latex2html/PLIST
--- a/textproc/latex2html/PLIST Thu Jan 23 11:58:39 2014 +0000
+++ b/textproc/latex2html/PLIST Thu Jan 23 12:16:59 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2011/10/19 19:28:49 minskim Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/01/23 12:16:59 is Exp $
 bin/latex2html
 bin/pstoimg
 bin/texexpand
@@ -119,7 +119,6 @@
 share/latex2html/docs/psfiles/table.ps
 share/latex2html/docs/psfiles/up.gif
 share/latex2html/docs/support.tex
-share/latex2html/docs/url.sty
 share/latex2html/docs/userman.tex
 share/latex2html/dot.latex2html-init
 share/latex2html/example/Makefile
@@ -301,7 +300,6 @@
 share/latex2html/texinputs/latin9.def
 share/latex2html/texinputs/ldump.sty
 share/latex2html/texinputs/techexplHTML.tex
-share/latex2html/texinputs/url.sty
 share/latex2html/texinputs/verbatimfiles.sty
 share/latex2html/versions/cp1252.pl
 share/latex2html/versions/decmulti.pl
@@ -342,5 +340,4 @@
 share/texmf-dist/tex/latex/html/latin9.def
 share/texmf-dist/tex/latex/html/ldump.sty
 share/texmf-dist/tex/latex/html/techexplHTML.tex
-share/texmf-dist/tex/latex/html/url.sty
 share/texmf-dist/tex/latex/html/verbatimfiles.sty



Home | Main Index | Thread Index | Old Index