View | Details | Raw Unified | Return to bug 15149 | Differences between
and this patch

Collapse All | Expand All

(-)dvipsk/Makefile (-10 / +2 lines)
Lines 17-24 Link Here
17
17
18
MAINTAINER=	watanabe@zlab.phys.nagoya-u.ac.jp
18
MAINTAINER=	watanabe@zlab.phys.nagoya-u.ac.jp
19
19
20
RUN_DEPENDS=	ptex-common:${PORTSDIR}/japanese/ptex-common \
20
RUN_DEPENDS=	ptex-common:${PORTSDIR}/japanese/ptex-common
21
		${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool
22
21
23
MANUAL_PACKAGE_BUILD=	incompatible with other versions of dvipsk-*
22
MANUAL_PACKAGE_BUILD=	incompatible with other versions of dvipsk-*
24
23
Lines 27-33 Link Here
27
CONFIGURE_ENV=	ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}"
26
CONFIGURE_ENV=	ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}"
28
SCRIPTS_ENV=	MV=${MV} SED=${SED}
27
SCRIPTS_ENV=	MV=${MV} SED=${SED}
29
MAN1=		dvips.1 afm2tfm.1
28
MAN1=		dvips.1 afm2tfm.1
30
IS_INTERACTIVE=	yes
31
29
32
TEXMF=		${PREFIX}/share/texmf
30
TEXMF=		${PREFIX}/share/texmf
33
DVIPSDIR=	${TEXMF}/dvips
31
DVIPSDIR=	${TEXMF}/dvips
Lines 83-94 Link Here
83
	done
81
	done
84
	@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib
82
	@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib
85
.endif
83
.endif
86
.if defined(BATCH)
84
	@${CAT} ${PKGDIR}/MESSAGE
87
	@${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \
88
	  ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
89
.else
90
	@${SETENV} PKG_PREFIX=${PREFIX} \
91
	  ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
92
.endif
93
85
94
.include <bsd.port.mk>
86
.include <bsd.port.mk>
(-)dvipsk/pkg/DESCR (-4 / +5 lines)
Lines 7-18 Link Here
7
The dvipsk program is modified version of Tom Rokicki's dvips and
7
The dvipsk program is modified version of Tom Rokicki's dvips and
8
use the kpathsea library for configuration and path searching.
8
use the kpathsea library for configuration and path searching.
9
You may have to set some variables in the path configuration file for
9
You may have to set some variables in the path configuration file for
10
kpathsea /usr/local/share/texmf/web2c/texmf.cnf so that the program
10
kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program
11
can find PK fonts, Virtual fonts and TFM files. For example,
11
can find PK fonts, Virtual fonts and TFM files. For example,
12
12
13
PKFONTS = .:/usr/local/lib/fonts//:{$TEXMF/fonts:$VARTEXFONTS}//pk//
13
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
14
VFFONTS = .:/usr/local/share/fonts/vf-a2bk:$TEXMF/fonts//vf//
14
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
15
TFMFONTS = .:/usr/local/share/fonts/vf-a2bk:{$TEXMF/fonts:$VARTEXFONTS}//tfm//
15
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
16
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
16
17
17
- Makoto WATANABE
18
- Makoto WATANABE
18
watanabe@zlab.phys.nagoya-u.ac.jp
19
watanabe@zlab.phys.nagoya-u.ac.jp
(-)dvipsk/pkg/MESSAGE (+13 lines)
Line 0 Link Here
1
******************************************************************************
2
This program requires some japanese virtual fonts. For that purpose,
3
you can install `ja-makejvf-fkr-1.0' or `ja-vftool-1.2' package.
4
5
Also you may have to set some variables in the path configuration file
6
for kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the
7
program can find PK fonts, Virtual fonts and TFM files. For example,
8
9
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
10
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
11
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
12
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
13
******************************************************************************
(-)dvipsk/pkg/PLIST (-1 lines)
Lines 118-121 Link Here
118
@dirrm share/texmf/tex/latex209/dvips
118
@dirrm share/texmf/tex/latex209/dvips
119
@dirrm share/texmf/tex/latex209
119
@dirrm share/texmf/tex/latex209
120
@dirrm share/doc/dvips
120
@dirrm share/doc/dvips
121
@unexec if [ -f %D/share/texmf/web2c/texmf.cnf.bak ] ; then rm -f %D/share/texmf/web2c/texmf.cnf ; mv %D/share/texmf/web2c/texmf.cnf.bak %D/share/texmf/web2c/texmf.cnf ; fi

Return to bug 15149