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.
This commit is contained in:
parent
8daebfa36f
commit
0754fdbec7
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: DEINSTALL,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $
|
||||
# $NetBSD: DEINSTALL,v 1.2 2003/03/15 08:26:35 kei Exp $
|
||||
|
||||
TEXMF=@PREFIX@/share/texmf
|
||||
|
||||
|
@ -12,7 +12,6 @@ DEINSTALL)
|
|||
;;
|
||||
|
||||
POST-DEINSTALL)
|
||||
${MV} $TEXMF/dvipdfm/config.orig $TEXMF/dvipdfm/config
|
||||
@PREFIX@/bin/mktexlsr
|
||||
;;
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: INSTALL,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $
|
||||
# $NetBSD: INSTALL,v 1.2 2003/03/15 08:26:36 kei Exp $
|
||||
|
||||
TEXMF=@PREFIX@/share/texmf
|
||||
|
||||
case ${STAGE} in
|
||||
PRE-INSTALL)
|
||||
${MV} $TEXMF/dvipdfm/config $TEXMF/dvipdfm/config.orig
|
||||
;;
|
||||
|
||||
POST-INSTALL)
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/02/24 15:29:22 kei Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/03/15 08:26:36 kei Exp $
|
||||
|
||||
DISTNAME= dvipdfmx-20021230
|
||||
PKGNAME= dvipdfmx-0.0.0.20021230
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= print converters
|
||||
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/
|
||||
|
||||
|
@ -10,6 +11,7 @@ HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/
|
|||
COMMENT= dvi to pdf converter with CID-keyed font support
|
||||
|
||||
DEPENDS+= adobe-cmaps-[0-9]*:../../fonts/adobe-cmaps
|
||||
DEPENDS+= teTeX2-bin>=2.0.2:../../print/teTeX2-bin
|
||||
|
||||
CONFLICTS+= dvipdfm-[0-9]*
|
||||
CONFLICTS+= ja-dvipdfm-[0-9]*
|
||||
|
@ -21,6 +23,7 @@ GNU_CONFIGURE= YES
|
|||
post-patch:
|
||||
${RM} ${WRKSRC}/data/config/*.orig
|
||||
|
||||
.include "../../security/openssl/buildlink2.mk"
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
|
||||
.include "../../devel/zlib/buildlink2.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/24 15:29:25 kei Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/03/15 08:26:36 kei Exp $
|
||||
bin/dvipdfmx
|
||||
share/texmf/dvipdfm/config/cid-x.map
|
||||
share/texmf/dvipdfm/config/dvipdfmx.cfg
|
||||
|
@ -203,4 +203,3 @@ share/texmf/dvipdfm/CMap/UniKSCms-UCS2-V
|
|||
share/texmf/dvipdfm/CMap/V
|
||||
share/texmf/dvipdfm/CMap/WP-Symbol
|
||||
@dirrm share/texmf/dvipdfm/CMap
|
||||
@dirrm share/texmf/dvipdfm/config
|
||||
|
|
Loading…
Reference in a new issue