summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-07 03:55:22 +0000
committerminskim <minskim>2006-04-07 03:55:22 +0000
commit5afe963c12cab99725f04991256fb194f934bcea (patch)
treec1ee70322045491dbfdc07ca17da77fed8defb3f /print
parent4cb33ccc569f894a2a9b087b8dddcbd727adebc4 (diff)
downloadpkgsrc-5afe963c12cab99725f04991256fb194f934bcea.tar.gz
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/dvipdfmx/Makefile5
-rw-r--r--print/dvipdfmx/PLIST3
-rw-r--r--print/tex-IEEEtran/Makefile5
-rw-r--r--print/tex-dhucs/Makefile4
-rw-r--r--print/tex-foiltex/Makefile5
-rw-r--r--print/tex-hlatex/Makefile5
-rw-r--r--print/tex-passivetex/Makefile5
-rw-r--r--print/tex-ucs/Makefile5
8 files changed, 23 insertions, 14 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index 5c4f8066330..454dd065a4a 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2006/03/06 23:02:13 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2006/04/07 03:55:22 minskim Exp $
DISTNAME= dvipdfmx-20050831
PKGNAME= ${DISTNAME:S/-/-0.0.0./}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print converters
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/current/
@@ -15,6 +15,7 @@ DEPENDS+= adobe-cmaps>=20051109:../../fonts/adobe-cmaps
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
+USE_DIRS+= texmf-1.0
USE_TOOLS+= gs:run
GNU_CONFIGURE= YES
MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX:Q}
diff --git a/print/dvipdfmx/PLIST b/print/dvipdfmx/PLIST
index 7d96108ebea..e1e90b58886 100644
--- a/print/dvipdfmx/PLIST
+++ b/print/dvipdfmx/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/11/20 19:14:50 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/04/07 03:55:22 minskim Exp $
bin/dvipdfmx
share/examples/dvipdfmx/dvipdfmx.cfg
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/78-EUC-H
@@ -205,5 +205,6 @@ ${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/WP-Symbol
${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/cid-x.map
${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/glyphlist.txt
@unexec ${RM} -f %D/${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/dvipdfmx.cfg
+@dirrm ${PKG_LOCALTEXMFPREFIX}/dvipdfm/config
@dirrm ${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap
@dirrm share/examples/dvipdfmx
diff --git a/print/tex-IEEEtran/Makefile b/print/tex-IEEEtran/Makefile
index eebf4108547..3076c79c4f4 100644
--- a/print/tex-IEEEtran/Makefile
+++ b/print/tex-IEEEtran/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:39 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/07 03:55:22 minskim Exp $
#
DISTNAME= IEEEtran
PKGNAME= tex-IEEEtran-1.6c
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= http://www.ieee.org/portal/cms_docs/pubs/transactions/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} IEEEtranBST${EXTRACT_SUFX}
@@ -17,6 +17,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
LATEX_FILES= IEEEtran.cls IEEEtran_HOWTO.pdf README \
bare_conf.tex bare_jrnl.tex
diff --git a/print/tex-dhucs/Makefile b/print/tex-dhucs/Makefile
index 94130461248..eadf01ae8fe 100644
--- a/print/tex-dhucs/Makefile
+++ b/print/tex-dhucs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2006/04/05 02:28:18 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/07 04:47:20 minskim Exp $
DISTNAME= dhucs-2.7.0cvs-20060328
PKGNAME= tex-${DISTNAME:C/cvs-.*//}
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://ftp.ktug.or.kr/KTUG/hangul-ucs/current/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fonts-unttf-20060215.tar.gz
@@ -18,6 +19,7 @@ SITES.fonts-unttf-20060215.tar.gz= \
WRKSRC= ${WRKDIR}/dhucs
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
USE_TOOLS+= bzcat perl:run
REPLACE_PERL+= script/makeindex-dhucs.pl
diff --git a/print/tex-foiltex/Makefile b/print/tex-foiltex/Makefile
index c7a4c880bab..dbfc199f44c 100644
--- a/print/tex-foiltex/Makefile
+++ b/print/tex-foiltex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:40 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/07 03:55:22 minskim Exp $
DISTNAME= # empty
PKGNAME= tex-foiltex-2.1.4a
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/foiltex/}
DISTFILES= foiltex.dtx foiltex.ins
@@ -16,6 +16,7 @@ NO_BIN_ON_CDROM=${RESTRICTED}
NO_SRC_ON_CDROM=${RESTRICTED}
NO_CONFIGURE= YES
+USE_DIRS+= texmf-1.0
EVAL_PREFIX+= LATEX_PREFIX=latex
LATEX_PREFIX_DEFAULT=${LOCALBASE}
diff --git a/print/tex-hlatex/Makefile b/print/tex-hlatex/Makefile
index e7b957e27f1..7c85971b569 100644
--- a/print/tex-hlatex/Makefile
+++ b/print/tex-hlatex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:40 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/04/07 04:47:20 minskim Exp $
DISTNAME= HLaTeX-1.0.1
PKGNAME= tex-hlatex-${DISTNAME:S/HLaTeX-//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ftp://ftp.ktug.or.kr/pub/ktug/hlatex/
@@ -12,6 +12,7 @@ COMMENT= LaTeX package to typeset Hangul
DEPENDS+= tex-uhc-fonts-base>=1.0:../../fonts/tex-uhc-fonts-base
+USE_DIRS+= texmf-1.0
WRKSRC= ${WRKDIR}/HLaTeX
.include "../../print/teTeX/module.mk"
diff --git a/print/tex-passivetex/Makefile b/print/tex-passivetex/Makefile
index 29b6073d675..9bd4e2601dc 100644
--- a/print/tex-passivetex/Makefile
+++ b/print/tex-passivetex/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/04/07 03:55:22 minskim Exp $
#
DISTNAME= passivetex
PKGNAME= tex-${DISTNAME}-1.24
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.tei-c.org/Software/passivetex/
EXTRACT_SUFX= .zip
@@ -17,6 +17,7 @@ DEPENDS+= tex-xmltex>=1.9:../../textproc/tex-xmltex
DIST_SUBDIR= ${PKGNAME_NOREV}
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
.include "../../print/teTeX/module.mk"
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile
index 4013416d50f..72bd85f47da 100644
--- a/print/tex-ucs/Makefile
+++ b/print/tex-ucs/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:40 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/07 03:55:22 minskim Exp $
#
DISTNAME= unicode
PKGNAME= tex-ucs-20041710
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/
EXTRACT_SUFX= .tgz
@@ -15,6 +15,7 @@ COMMENT= LaTeX UTF-8 support
WRKSRC= ${WRKDIR}/ucs
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
UCSFILES= ucs.sty utf8x.def ucsencs.def
UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs