pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/kpathsea Simplify TEXMFDOCDIR and TEXMDOCS to ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f858eb28227f
branches: trunk
changeset: 557106:f858eb28227f
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Apr 11 19:16:33 2009 +0000
description:
Simplify TEXMFDOCDIR and TEXMDOCS to make them friendly with texdoc.
Changes from TeX Live svn.
Bump PKGREVISION.
diffstat:
print/kpathsea/Makefile | 4 ++--
print/kpathsea/distinfo | 4 ++--
print/kpathsea/patches/patch-aa | 30 ++++++++++++++++++++++++------
3 files changed, 28 insertions(+), 10 deletions(-)
diffs (93 lines):
diff -r 8a8d0e81eaab -r f858eb28227f print/kpathsea/Makefile
--- a/print/kpathsea/Makefile Sat Apr 11 19:03:53 2009 +0000
+++ b/print/kpathsea/Makefile Sat Apr 11 19:16:33 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/02/08 20:00:03 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/11 19:16:33 minskim Exp $
DISTNAME= texlive-20080816-source
PKGNAME= kpathsea-3.5.7
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.lzma
diff -r 8a8d0e81eaab -r f858eb28227f print/kpathsea/distinfo
--- a/print/kpathsea/distinfo Sat Apr 11 19:03:53 2009 +0000
+++ b/print/kpathsea/distinfo Sat Apr 11 19:16:33 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/02/08 20:00:03 minskim Exp $
+$NetBSD: distinfo,v 1.4 2009/04/11 19:16:33 minskim Exp $
SHA1 (texlive-20080816-source.tar.lzma) = 730986c628bd658b5062face9e400f61203d6b8d
RMD160 (texlive-20080816-source.tar.lzma) = 629784b111c0d4bc9fac9f9131f63203d6e1dd38
Size (texlive-20080816-source.tar.lzma) = 23175835 bytes
-SHA1 (patch-aa) = 5328fec41c939fdfe0f59d05531be6c2c163d786
+SHA1 (patch-aa) = 87f14f7f2fbdfeff1150290ba1faa971c9137caf
diff -r 8a8d0e81eaab -r f858eb28227f print/kpathsea/patches/patch-aa
--- a/print/kpathsea/patches/patch-aa Sat Apr 11 19:03:53 2009 +0000
+++ b/print/kpathsea/patches/patch-aa Sat Apr 11 19:16:33 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $
+$NetBSD: patch-aa,v 1.4 2009/04/11 19:16:34 minskim Exp $
- Set paths to texmf trees for pkgsrc.
-- Sync with TeX Live Revision 12107.
+- Sync with TeX Live Revision 12509.
--- texmf.cnf.orig 2008-07-26 14:39:36.000000000 -0700
+++ texmf.cnf
@@ -183,7 +183,25 @@
TTF2TFMINPUTS = .;$TEXMF/ttf2pk//
% Metafont, MetaPost inputs.
-@@ -447,7 +450,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna
+@@ -384,14 +387,11 @@ FONTCONFIG_FILE=fonts.conf
+ FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf
+ FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache
+
+-% TeX documentation and source files, for use with kpsewhich.
++% TeX documentation and source files, for use with kpsewhich (and texdoc).
+ % TeX Live has a separate hierarchy with just documentation, texmf-doc,
+ % in addition to the doc files in the other hierarchies.
+-% Also, find the English documentation first -- better than random, when
+-% there are name collisions.
+-% Also, find things from man pages first, same reason.
+-TEXMFDOCDIR = $TEXMFDOC/doc{/english,}
+-TEXDOCS = .;$TEXMF/doc{/man,}//;$TEXMFDOCDIR//
++TEXMFDOCDIR = $TEXMFDOC/doc
++TEXDOCS = .;$TEXMF/doc//;$TEXMFDOCDIR//
+ TEXSOURCES = .;$TEXMF/source//
+
+ % Web and CWeb input paths.
+@@ -447,7 +447,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna
%
% For security reasons, it is better not to include . in this path.
%
@@ -192,7 +210,7 @@
# kpathsea 3.5.3 and later sets these at runtime. To avoid empty
# expansions from binaries linked against an earlier version of the
-@@ -458,11 +461,10 @@ engine = unsetengine
+@@ -458,11 +458,10 @@ engine = unsetengine
% Part 2: Options.
@@ -208,7 +226,7 @@
%
% Both names are always tried; the difference is the order in which they
% are tried. The setting applies to all searches, not just .tex.
-@@ -472,7 +474,7 @@ engine = unsetengine
+@@ -472,7 +471,7 @@ engine = unsetengine
% always have an extension added first.
%
% The default is true, because we already avoid adding the standard
@@ -217,7 +235,7 @@
% babel.sty, not babel.sty.tex, regardless of this setting.
try_std_extension_first = t
-@@ -612,7 +614,7 @@ buf_size = 200000
+@@ -612,7 +611,7 @@ buf_size = 200000
% for all known free hyphenation patterns to be loaded simultaneously
% (as TeX Live does).
%
Home |
Main Index |
Thread Index |
Old Index