pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/latex2html
Module Name: pkgsrc
Committed By: mef
Date: Thu Aug 11 00:15:53 UTC 2016
Modified Files:
pkgsrc/textproc/latex2html: Makefile PLIST distinfo
pkgsrc/textproc/latex2html/patches: patch-ab
Removed Files:
pkgsrc/textproc/latex2html/patches: patch-aa
Log Message:
Updated textproc/latex2html 2008 to 2016
----------------------------------------
Following is the part of Chnages, for recent ones only
#--------- v2016
#
# - config: fix parsing of version number for pnmcrop
# - config: fix uninitialized argument in error messages
# - longtable: fix duplicate caption
# https://bugs.debian.org/310702
# - pstoimg: fix pstoimg -depth 24 -flip cw
# https://bugs.debian.org/612126
#
#--------- v2015 apply patches from Debian
#
# - add-abnt.patch
# - add-floatflt-ins.patch
# - add-url.patch
# - eurosym.patch
# - fix-gs-stderr.patch
# - fix-image-types.patch
# - fix-mathend-mark.patch
# - fix-pdfoutput.patch
# - fix-romanian.patch
# - fix-spaces-in-filenames.patch
# - fix-typos.patch
# - html-version-4.patch
# - l2hconf-fix-shebang.patch
# - latex2html-fix-authoraddress.patch
# - latex2html-fix-defined.patch
# - makefiles-fixes.patch
# - manpages.patch
# - manual-fix-address.patch
# - match-multiline.patch
# - override-dvips-dot-in-filename-problem.patch
# - pstoimg-dont-use-rgb-txt.patch
# - pstoimg-fix-borders.patch
# - pstoimg-fix-file-pattern.patch
# - pstoimg-match-gray.patch
(pkgsrc changes)
- Drop patch-aa, upstream fixed
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/latex2html/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/latex2html/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/latex2html/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/textproc/latex2html/patches/patch-aa
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/latex2html/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/latex2html/Makefile
diff -u pkgsrc/textproc/latex2html/Makefile:1.46 pkgsrc/textproc/latex2html/Makefile:1.47
--- pkgsrc/textproc/latex2html/Makefile:1.46 Sat Jul 9 06:39:06 2016
+++ pkgsrc/textproc/latex2html/Makefile Thu Aug 11 00:15:53 2016
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.46 2016/07/09 06:39:06 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2016/08/11 00:15:53 mef Exp $
-DISTNAME= latex2html-2008
-PKGREVISION= 8
+DISTNAME= latex2html-2016
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
MAINTAINER= wennmach%NetBSD.org@localhost
HOMEPAGE= http://www.latex2html.org/
COMMENT= LaTeX to HTML converter
+LICENSE= gnu-gpl-v2
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
Index: pkgsrc/textproc/latex2html/PLIST
diff -u pkgsrc/textproc/latex2html/PLIST:1.10 pkgsrc/textproc/latex2html/PLIST:1.11
--- pkgsrc/textproc/latex2html/PLIST:1.10 Thu Jan 23 12:16:59 2014
+++ pkgsrc/textproc/latex2html/PLIST Thu Aug 11 00:15:53 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/01/23 12:16:59 is Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/08/11 00:15:53 mef Exp $
bin/latex2html
bin/pstoimg
bin/texexpand
@@ -194,6 +194,7 @@ share/latex2html/readme.hthtml
share/latex2html/styles/CJK.perl
share/latex2html/styles/SIunits.perl
share/latex2html/styles/TEMPLATE.perl
+share/latex2html/styles/abnt.perl
share/latex2html/styles/afrikaan.perl
share/latex2html/styles/alltt.perl
share/latex2html/styles/american.perl
@@ -227,6 +228,7 @@ share/latex2html/styles/epsbox.perl
share/latex2html/styles/epsfig.perl
share/latex2html/styles/esperant.perl
share/latex2html/styles/estonian.perl
+share/latex2html/styles/eurosym.perl
share/latex2html/styles/finnish.perl
share/latex2html/styles/floatfig.perl
share/latex2html/styles/floatflt.perl
@@ -291,6 +293,7 @@ share/latex2html/styles/welsh.perl
share/latex2html/styles/wrapfig.perl
share/latex2html/styles/xspace.perl
share/latex2html/styles/xy.perl
+share/latex2html/texinputs/floatflt.ins
share/latex2html/texinputs/frames.sty
share/latex2html/texinputs/heqn.sty
share/latex2html/texinputs/hthtml.sty
@@ -331,6 +334,7 @@ share/latex2html/versions/table.pl
share/latex2html/versions/techexpl.pl
share/latex2html/versions/unicode.pl
share/latex2html/versions/utf8.pl
+share/texmf-dist/tex/latex/html/floatflt.ins
share/texmf-dist/tex/latex/html/frames.sty
share/texmf-dist/tex/latex/html/heqn.sty
share/texmf-dist/tex/latex/html/hthtml.sty
Index: pkgsrc/textproc/latex2html/distinfo
diff -u pkgsrc/textproc/latex2html/distinfo:1.13 pkgsrc/textproc/latex2html/distinfo:1.14
--- pkgsrc/textproc/latex2html/distinfo:1.13 Wed Nov 4 01:59:38 2015
+++ pkgsrc/textproc/latex2html/distinfo Thu Aug 11 00:15:53 2016
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.13 2015/11/04 01:59:38 agc Exp $
+$NetBSD: distinfo,v 1.14 2016/08/11 00:15:53 mef Exp $
-SHA1 (latex2html-2008.tar.gz) = 5e0aa47572e0c13a4c5da51e963d5496be3f86e7
-RMD160 (latex2html-2008.tar.gz) = a95f06253d6fc8808ffedcad7edf8235194d7756
-SHA512 (latex2html-2008.tar.gz) = e5a9d1700fcc45e6fcb7bae79e25acd52b7a84b70a75b3c7f1e746f65adbd48219a828420f6a7c437613d5c74dfb0405c91df01ac9c1535e9850f3a3e5c47f60
-Size (latex2html-2008.tar.gz) = 1133054 bytes
-SHA1 (patch-aa) = 5533e0365d010e37a1572be194bf932ceaeb6fb5
-SHA1 (patch-ab) = 784228fd8fafec43439fb7ff429eb0ba1e103d43
+SHA1 (latex2html-2016.tar.gz) = 667308a050a071106acc573f4b88f919bb0809c9
+RMD160 (latex2html-2016.tar.gz) = 1e400a65753ee8520acf1d3c4f9356d1e58fa033
+SHA512 (latex2html-2016.tar.gz) = 2a7d12bda145101c4099cd0efba7ccfd18eaa858c9ffe5223d0bc25eb57d298b94961289a6a79443000116a358ea8513d8054933f902aad21a67a2c0c2e41445
+Size (latex2html-2016.tar.gz) = 1149971 bytes
+SHA1 (patch-ab) = 33cc684907be6dc0744c751cfd104cbdfe7b0308
Index: pkgsrc/textproc/latex2html/patches/patch-ab
diff -u pkgsrc/textproc/latex2html/patches/patch-ab:1.2 pkgsrc/textproc/latex2html/patches/patch-ab:1.3
--- pkgsrc/textproc/latex2html/patches/patch-ab:1.2 Sat Jul 9 14:19:30 2011
+++ pkgsrc/textproc/latex2html/patches/patch-ab Thu Aug 11 00:15:53 2016
@@ -1,4 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2011/07/09 14:19:30 bsiegert Exp $
+$NetBSD: patch-ab,v 1.3 2016/08/11 00:15:53 mef Exp $
+
+(the first half)
+date: 2006-04-07 11:23:19 +0900; author: minskim; state: Exp;
+Use teTeX/module.mk to run mktexlsr for texmf-local only.
+
+(second half)
+date: 2011-07-09 23:19:30 +0900; author: bsiegert; state: Exp; lines: +18 -3;
+Add user-destdir support. Almost trivial except for one bug inthe install
+script.
--- config/install.pl.orig 2002-11-29 11:49:01.000000000 +0000
+++ config/install.pl
Home |
Main Index |
Thread Index |
Old Index