pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Use texmf-dirs to install into texmf-local. Bump PKGR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2238c092595f
branches: trunk
changeset: 510955:2238c092595f
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 07 03:55:22 2006 +0000
description:
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
diffstat:
fonts/tex-uhc-fonts-base/Makefile | 4 ++--
fonts/tex-uhc-fonts-base/Makefile.common | 3 ++-
fonts/tex-uhc-fonts-extra/Makefile | 4 ++--
fonts/tex-unttf/Makefile | 4 +++-
fonts/ttf2pk/Makefile | 5 +++--
print/dvipdfmx/Makefile | 5 +++--
print/dvipdfmx/PLIST | 3 ++-
print/tex-IEEEtran/Makefile | 5 +++--
print/tex-dhucs/Makefile | 4 +++-
print/tex-foiltex/Makefile | 5 +++--
print/tex-hlatex/Makefile | 5 +++--
print/tex-passivetex/Makefile | 5 +++--
print/tex-ucs/Makefile | 5 +++--
13 files changed, 35 insertions(+), 22 deletions(-)
diffs (261 lines):
diff -r b47665d67326 -r 2238c092595f fonts/tex-uhc-fonts-base/Makefile
--- a/fonts/tex-uhc-fonts-base/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/fonts/tex-uhc-fonts-base/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:11 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/07 04:47:20 minskim Exp $
PKGNAME= tex-${DISTNAME:S/fonts/fonts-base/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Base UHC fonts for HLaTeX
CONFLICTS+= tex-hlatex<=1.0.1
diff -r b47665d67326 -r 2238c092595f fonts/tex-uhc-fonts-base/Makefile.common
--- a/fonts/tex-uhc-fonts-base/Makefile.common Fri Apr 07 03:30:36 2006 +0000
+++ b/fonts/tex-uhc-fonts-base/Makefile.common Fri Apr 07 03:55:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2006/01/25 20:50:42 minskim Exp $
+# $NetBSD: Makefile.common,v 1.5 2006/04/07 04:47:20 minskim Exp $
DISTNAME= uhc-fonts-1.0
CATEGORIES= fonts
@@ -14,6 +14,7 @@
NO_BUILD= yes
NO_CONFIGURE= yes
+USE_DIRS+= texmf-1.0
.include "../../print/teTeX/module.mk"
diff -r b47665d67326 -r 2238c092595f fonts/tex-uhc-fonts-extra/Makefile
--- a/fonts/tex-uhc-fonts-extra/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/fonts/tex-uhc-fonts-extra/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:11 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/07 04:47:20 minskim Exp $
PKGNAME= tex-${DISTNAME:S/fonts/fonts-extra/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Extra UHC fonts for HLaTeX
DEPENDS+= tex-uhc-fonts-base>=1.0:../../fonts/tex-uhc-fonts-base
diff -r b47665d67326 -r 2238c092595f fonts/tex-unttf/Makefile
--- a/fonts/tex-unttf/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/fonts/tex-unttf/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2006/03/13 01:43:36 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/07 04:47:20 minskim Exp $
#
DISTNAME= fonts-unttf-20060215
PKGNAME= ${DISTNAME:S/fonts-unttf-/tex-unttf-1.0.1./}
+PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= http://ftp.ktug.or.kr/KTUG/hangul-ucs/fonts/
@@ -15,6 +16,7 @@
DEPENDS+= un-extra-ttf>=1.0.1:../../fonts/un-extra-ttf
WRKSRC= ${WRKDIR}/fonts-unttf
+USE_DIRS+= texmf-1.0
NO_CONFIGURE= yes
TEX_FONTMAPS= unttf-pdftex.map
diff -r b47665d67326 -r 2238c092595f fonts/ttf2pk/Makefile
--- a/fonts/ttf2pk/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/fonts/ttf2pk/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2006/04/07 00:24:16 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/07 04:47:20 minskim Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
PKGNAME= ttf2pk-1.3.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MAINTAINER= bernhard%SDG.de@localhost,hubertf%NetBSD.org@localhost
@@ -21,6 +21,7 @@
BUILD_TARGET= depend all
+USE_DIRS+= texmf-1.0
USE_LIBTOOL= yes
USE_TOOLS+= autoconf213
diff -r b47665d67326 -r 2238c092595f print/dvipdfmx/Makefile
--- a/print/dvipdfmx/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/dvipdfmx/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
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 -r b47665d67326 -r 2238c092595f print/dvipdfmx/PLIST
--- a/print/dvipdfmx/PLIST Fri Apr 07 03:30:36 2006 +0000
+++ b/print/dvipdfmx/PLIST Fri Apr 07 03:55:22 2006 +0000
@@ -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/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 -r b47665d67326 -r 2238c092595f print/tex-IEEEtran/Makefile
--- a/print/tex-IEEEtran/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-IEEEtran/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
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 -r b47665d67326 -r 2238c092595f print/tex-dhucs/Makefile
--- a/print/tex-dhucs/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-dhucs/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
WRKSRC= ${WRKDIR}/dhucs
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
USE_TOOLS+= bzcat perl:run
REPLACE_PERL+= script/makeindex-dhucs.pl
diff -r b47665d67326 -r 2238c092595f print/tex-foiltex/Makefile
--- a/print/tex-foiltex/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-foiltex/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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_SRC_ON_CDROM=${RESTRICTED}
NO_CONFIGURE= YES
+USE_DIRS+= texmf-1.0
EVAL_PREFIX+= LATEX_PREFIX=latex
LATEX_PREFIX_DEFAULT=${LOCALBASE}
diff -r b47665d67326 -r 2238c092595f print/tex-hlatex/Makefile
--- a/print/tex-hlatex/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-hlatex/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
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 -r b47665d67326 -r 2238c092595f print/tex-passivetex/Makefile
--- a/print/tex-passivetex/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-passivetex/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
DIST_SUBDIR= ${PKGNAME_NOREV}
NO_CONFIGURE= yes
NO_BUILD= yes
+USE_DIRS+= texmf-1.0
.include "../../print/teTeX/module.mk"
diff -r b47665d67326 -r 2238c092595f print/tex-ucs/Makefile
--- a/print/tex-ucs/Makefile Fri Apr 07 03:30:36 2006 +0000
+++ b/print/tex-ucs/Makefile Fri Apr 07 03:55:22 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index