pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/texmf-dirs Update texmf-dirs to 1.4. This versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b89958299544
branches:  trunk
changeset: 522207:b89958299544
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 05 21:00:12 2006 +0000

description:
Update texmf-dirs to 1.4.  This version adds the following directories
to the local texmf tree: doc/generic, tex/context, tex/generic, and
tex/plain.

diffstat:

 print/texmf-dirs/Makefile |  4 ++--
 print/texmf-dirs/dirs.mk  |  6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 7acbd448cb81 -r b89958299544 print/texmf-dirs/Makefile
--- a/print/texmf-dirs/Makefile Tue Dec 05 18:31:07 2006 +0000
+++ b/print/texmf-dirs/Makefile Tue Dec 05 21:00:12 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/08/10 03:35:33 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2006/12/05 21:00:12 minskim Exp $
 
-DISTNAME=      texmf-dirs-1.3
+DISTNAME=      texmf-dirs-1.4
 CATEGORIES=    print
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 7acbd448cb81 -r b89958299544 print/texmf-dirs/dirs.mk
--- a/print/texmf-dirs/dirs.mk  Tue Dec 05 18:31:07 2006 +0000
+++ b/print/texmf-dirs/dirs.mk  Tue Dec 05 21:00:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.8 2006/06/24 10:39:32 hira Exp $
+# $NetBSD: dirs.mk,v 1.9 2006/12/05 21:00:12 minskim Exp $
 #
 # This file is intended to be included by mk/dirs.mk, not directly by packages.
 #
@@ -12,6 +12,7 @@
 TEXMF_DIRS+=   doc
 TEXMF_DIRS+=   doc/bibtex
 TEXMF_DIRS+=   doc/fonts
+TEXMF_DIRS+=   doc/generic
 TEXMF_DIRS+=   doc/latex
 TEXMF_DIRS+=   dvipdfm
 TEXMF_DIRS+=   fonts
@@ -38,8 +39,11 @@
 TEXMF_DIRS+=   omega/ocp
 TEXMF_DIRS+=   omega/otp
 TEXMF_DIRS+=   tex
+TEXMF_DIRS+=   tex/context
+TEXMF_DIRS+=   tex/generic
 TEXMF_DIRS+=   tex/lambda
 TEXMF_DIRS+=   tex/latex
+TEXMF_DIRS+=   tex/plain
 TEXMF_DIRS+=   web2c
 
 .if defined(_USE_TEXMF_DIRS) && !empty(_USE_TEXMF_DIRS)



Home | Main Index | Thread Index | Old Index