head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.38
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.36
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.34
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.32
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.30
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.28
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.26
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.24
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.22
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.20
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.18
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.16
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.4.0.14
	pkgsrc-2007Q2-base:1.4
	pkgsrc-2007Q1:1.4.0.12
	pkgsrc-2007Q1-base:1.4
	pkgsrc-2006Q4:1.4.0.10
	pkgsrc-2006Q4-base:1.4
	pkgsrc-2006Q3:1.4.0.8
	pkgsrc-2006Q3-base:1.4
	pkgsrc-2006Q2:1.4.0.6
	pkgsrc-2006Q2-base:1.4
	pkgsrc-2006Q1:1.4.0.4
	pkgsrc-2006Q1-base:1.4
	pkgsrc-2005Q4:1.4.0.2
	pkgsrc-2005Q4-base:1.4
	pkgsrc-2005Q3:1.3.0.16
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.14
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.12
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.10
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.8
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.6
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.4
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.3.0.2
	pkgsrc-2003Q4-base:1.3
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.11.14.17.01.36;	author minskim;	state dead;
branches;
next	1.3;

1.3
date	2003.08.30.20.23.02;	author jlam;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.15.08.26.36;	author kei;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.24.15.29.25;	author kei;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.02.24.15.29.25;	author kei;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update PLIST to match the files installed by adobe-cmaps-20051109.
- Use teTeX/module.mk to update ls-R properly.

Bump PKGREVISION.
@
text
@# $NetBSD: INSTALL,v 1.3 2003/08/30 20:23:02 jlam Exp $

TEXMF=@@PREFIX@@/share/texmf

case ${STAGE} in
POST-INSTALL)
	cd $TEXMF/dvipdfm/CMap
	# @@PREFIX@@/share/Adobe/Resource/CMap/*
	for file in ../../../Adobe/Resource/CMap/*; do
		${LN} -s $file `${BASENAME} $file`
	done
	@@PREFIX@@/bin/mktexlsr
	;;
esac
@


1.3
log
@Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.2 2003/03/15 08:26:36 kei Exp $
@


1.2
log
@changed to require teTeX2-2.0.2 or later.

 - with config file location fix in the teTeX2-2.0.2, both dvipdfmx of
   this package and dvipdfm of teTeX2 work now.
 - removed ugly hack to rename config file in installation /
   deinstallation stage.

bump PKGREVISION because of this.
@
text
@d1 1
a1 3
#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $
a5 3
PRE-INSTALL)
	;;

a13 6

*)
	${ECHO} "Unexpected argument: ${STAGE}"
	exit 1
	;;

@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
# $NetBSD$
a8 1
	${MV} $TEXMF/dvipdfm/config $TEXMF/dvipdfm/config.orig
@


1.1.1.1
log
@Initial import of dvipdfmx-20021230 to the NetBSD packages collection.
It depends on newly imported teTeX2 package.

The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version
of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks.  The
primary goal of this project is to support multi-byte character
encodings and large character sets for East Asian languages by CID-keyed
font technology.  The secondary goal is to support as many features as
pdfTeX developed by Han The Thanh.  This project is a combined work of
the dvipdfm-jpn project by Shunsaku Hirata and its modified one,
dvipdfm-kor, by Jin-Hwan Cho.

It has many other features.  For further info, visit the projects' web
site:

    http://project.ktug.or.kr/dvipdfmx/
@
text
@@
