Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.45 2015/07/05 12:42:14 joerg Exp $
# $NetBSD: Makefile,v 1.47 2016/08/11 00:15:53 mef Exp $
DISTNAME= latex2html-2008
PKGREVISION= 7
DISTNAME= latex2html-2016
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
MAINTAINER= wennmach@NetBSD.org
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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.12 2015/07/05 12:42:14 joerg 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
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

View File

@@ -1,55 +0,0 @@
$NetBSD: patch-aa,v 1.2 2015/07/05 12:42:14 joerg Exp $
Some typos in the man page.
Deal Perl 5.22.
--- latex2html.pin.orig 2004-01-08 06:15:01.000000000 +0000
+++ latex2html.pin
@@ -532,7 +532,7 @@ $CHARSET = $charset || 'iso-8859-1';
#
# If possible, use icons of the same type as generated images
#
-if ($IMAGE_TYPE && defined %{"icons_$IMAGE_TYPE"}) {
+if ($IMAGE_TYPE && %{"icons_$IMAGE_TYPE"}) {
%icons = %{"icons_$IMAGE_TYPE"};
}
@@ -2112,7 +2112,7 @@ sub convert_iso_latin_chars {
"\nCould not find translation function for $default_language.\n\n")
}
);
- if ($USE_UTF ||(!$NO_UTF &&(defined %unicode_table)&&length(%unicode_table)>2)) {
+ if ($USE_UTF ||(!$NO_UTF && %unicode_table &&length(%unicode_table)>2)) {
&convert_to_unicode($_)};
}
$_ = join('', @case_processed, $_); undef(@case_processed);
@@ -9117,7 +9117,7 @@ sub real_replace_strange_accents {
my ($charset) = "${CHARSET}_character_map_inv";
$charset =~ s/-/_/g;
# convert upper 8-bit characters
- if (defined %$charset &&($CHARSET =~ /8859[_\-]1$/)) {
+ if (%$charset &&($CHARSET =~ /8859[_\-]1$/)) {
s/([\200-\377])/
$tmp = $$charset{'&#'.ord($1).';'};
&mark_string($tmp) if ($tmp =~ m!\{!);
@@ -16884,7 +16884,7 @@ S<[ B<-font_size> I<size> ]>
S<[ B<->(B<no>)B<tex_defs> ]>
S<[ B<->(B<no>)B<navigation> ]>
S<[ B<->(B<no>)B<top_navigation> ]>
-S<[ B<->(B<no>)B<buttom_navigation> ]>
+S<[ B<->(B<no>)B<bottom_navigation> ]>
S<[ B<->(B<no>)B<auto_navigation> ]>
S<[ B<->(B<no>)B<index_in_navigation> ]>
S<[ B<->(B<no>)B<contents_in_navigation> ]>
@@ -17057,9 +17057,9 @@ Put a navigation panel at the top of eac
Enables navigation links at the top of each page (default).
-=item B<->(B<no>)B<buttom_navigation>
+=item B<->(B<no>)B<bottom_navigation>
-Enables navigation links at the buttom of each page.
+Enables navigation links at the bottom of each page.
=item B<->(B<no>)B<auto_navigation>

View File

@@ -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