pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/dvipdfmx - Install a sample config file into sha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36c2287f8d3
branches: trunk
changeset: 503457:e36c2287f8d3
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Nov 20 19:14:50 2005 +0000
description:
- Install a sample config file into share/examples, rather than into
the texmf tree.
- Correct paths to this package.
No PKGREVISION bump since this package didn't build due to the wrong
path to map.mk.
diffstat:
print/dvipdfmx/Makefile | 7 ++++---
print/dvipdfmx/PLIST | 5 +++--
print/dvipdfmx/files/map.tmpl | 4 ++--
print/dvipdfmx/map.mk | 8 ++++----
4 files changed, 13 insertions(+), 11 deletions(-)
diffs (93 lines):
diff -r 5a682a7544da -r e36c2287f8d3 print/dvipdfmx/Makefile
--- a/print/dvipdfmx/Makefile Sun Nov 20 19:04:20 2005 +0000
+++ b/print/dvipdfmx/Makefile Sun Nov 20 19:14:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/11/20 18:51:53 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/20 19:14:50 minskim Exp $
DISTNAME= dvipdfmx-20050627
PKGNAME= ${DISTNAME:S/-/-0.0.0./}
@@ -20,7 +20,7 @@
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/ghostscript.mk"
-.include "../../wip-kr/dvipdfmx/map.mk"
+.include "../../print/dvipdfmx/map.mk"
.include "../../print/teTeX/module.mk"
post-install:
@@ -28,7 +28,8 @@
for file in ../../../Adobe/Resource/CMap/*; do \
${LN} -s $$file `${BASENAME} $$file`; \
done
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dvipdfmx
${MV} ${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/dvipdfmx.cfg \
- ${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/dvipdfmx-base.cfg
+ ${PREFIX}/share/examples/dvipdfmx/
.include "../../mk/bsd.pkg.mk"
diff -r 5a682a7544da -r e36c2287f8d3 print/dvipdfmx/PLIST
--- a/print/dvipdfmx/PLIST Sun Nov 20 19:04:20 2005 +0000
+++ b/print/dvipdfmx/PLIST Sun Nov 20 19:14:50 2005 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.7 2005/11/20 18:51:53 minskim Exp $
+@comment $NetBSD: PLIST,v 1.8 2005/11/20 19:14:50 minskim Exp $
bin/dvipdfmx
+share/examples/dvipdfmx/dvipdfmx.cfg
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/78-EUC-H
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/78-EUC-V
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/78-H
@@ -202,7 +203,7 @@
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/V
${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap/WP-Symbol
${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/cid-x.map
-${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/dvipdfmx-base.cfg
${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/glyphlist.txt
@unexec ${RM} -f %D/${PKG_LOCALTEXMFPREFIX}/dvipdfm/config/dvipdfmx.cfg
@dirrm ${PKG_LOCALTEXMFPREFIX}/dvipdfm/CMap
+@dirrm share/examples/dvipdfmx
diff -r 5a682a7544da -r e36c2287f8d3 print/dvipdfmx/files/map.tmpl
--- a/print/dvipdfmx/files/map.tmpl Sun Nov 20 19:04:20 2005 +0000
+++ b/print/dvipdfmx/files/map.tmpl Sun Nov 20 19:14:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: map.tmpl,v 1.2 2005/11/20 18:51:54 minskim Exp $
+# $NetBSD: map.tmpl,v 1.3 2005/11/20 19:14:50 minskim Exp $
#
# Update dvipdfmx.cfg.
#
@@ -29,7 +29,7 @@
case ${STAGE} in
POST-INSTALL)
if ${TEST} ! -f @DVIPDFMX_CONFIG_DIR@/dvipdfmx.cfg; then
- @CP@ @DVIPDFMX_CONFIG_DIR@/dvipdfmx-base.cfg \
+ @CP@ @LOCALBASE@/share/examples/dvipdfmx/dvipdfmx.cfg \
@DVIPDFMX_CONFIG_DIR@/dvipdfmx.cfg
fi
for map in @DVIPDFMX_FONTMAPS@; do
diff -r 5a682a7544da -r e36c2287f8d3 print/dvipdfmx/map.mk
--- a/print/dvipdfmx/map.mk Sun Nov 20 19:04:20 2005 +0000
+++ b/print/dvipdfmx/map.mk Sun Nov 20 19:14:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: map.mk,v 1.1 2005/11/20 18:51:54 minskim Exp $
+# $NetBSD: map.mk,v 1.2 2005/11/20 19:14:50 minskim Exp $
# This Makefile fragment is intended to be included by packages that
# install font maps used by dvipdfmx. It takes care of adding and
# removing font map entires in dvipdfmx.cfg.
@@ -15,14 +15,14 @@
DVIPDFMX_FONTMAPS?= # empty
.if empty(DISTNAME:Mdvipdfmx-[0-9]*)
-DEPENDS+= dvipdfmx>=0.0.0.20050627:../../wip-kr/dvipdfmx
+DEPENDS+= dvipdfmx>=0.0.0.20050627:../../print/dvipdfmx
.endif
USE_PKGINSTALL= yes
FILES_SUBST+= DVIPDFMX_FONTMAPS="${DVIPDFMX_FONTMAPS}"
FILES_SUBST+= DVIPDFMX_CONFIG_DIR="${PKG_LOCALTEXMFPREFIX}/dvipdfm/config"
-INSTALL_EXTRA_TMPL+= ../../wip-kr/dvipdfmx/files/map.tmpl
-DEINSTALL_EXTRA_TMPL+= ../../wip-kr/dvipdfmx/files/map.tmpl
+INSTALL_EXTRA_TMPL+= ../../print/dvipdfmx/files/map.tmpl
+DEINSTALL_EXTRA_TMPL+= ../../print/dvipdfmx/files/map.tmpl
PRINT_PLIST_AWK+= /^${PKG_LOCALTEXMFPREFIX:S|${PREFIX}/||:S|/|\\/|g}\/dvidpfm\/config\/dvipdfmx.cfg$$/ \
{ next; }
Home |
Main Index |
Thread Index |
Old Index