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.2 to add fonts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a1534ed7d8c
branches:  trunk
changeset: 511137:9a1534ed7d8c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 09 21:54:54 2006 +0000

description:
Update texmf-dirs to 1.2 to add fonts/cmap, which will be used by
tex-memhangul-ucs (not imported yet).

diffstat:

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

diffs (29 lines):

diff -r a9e4f73e4429 -r 9a1534ed7d8c print/texmf-dirs/Makefile
--- a/print/texmf-dirs/Makefile Sun Apr 09 21:47:30 2006 +0000
+++ b/print/texmf-dirs/Makefile Sun Apr 09 21:54:54 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/04/07 14:55:41 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/09 21:54:54 minskim Exp $
 
-DISTNAME=      texmf-dirs-1.1
+DISTNAME=      texmf-dirs-1.2
 CATEGORIES=    print
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r a9e4f73e4429 -r 9a1534ed7d8c print/texmf-dirs/dirs.mk
--- a/print/texmf-dirs/dirs.mk  Sun Apr 09 21:47:30 2006 +0000
+++ b/print/texmf-dirs/dirs.mk  Sun Apr 09 21:54:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs.mk,v 1.4 2006/04/07 05:21:01 minskim Exp $
+# $NetBSD: dirs.mk,v 1.5 2006/04/09 21:54:54 minskim Exp $
 #
 # This file is intended to be included by mk/dirs.mk, not directly by packages.
 #
@@ -15,6 +15,7 @@
 TEXMF_DIRS+=   dvipdfm
 TEXMF_DIRS+=   fonts
 TEXMF_DIRS+=   fonts/afm
+TEXMF_DIRS+=   fonts/cmap
 TEXMF_DIRS+=   fonts/enc
 TEXMF_DIRS+=   fonts/enc/pdftex
 TEXMF_DIRS+=   fonts/map



Home | Main Index | Thread Index | Old Index