1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Removed interactive feature.

PR:		15149
Submitted by:	maintainer
Reviewed by:	ports-jp
This commit is contained in:
Munechika SUMIKAWA 1999-11-29 06:37:30 +00:00
parent b3f23ff0cf
commit fba0718c8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23496
8 changed files with 40 additions and 30 deletions

View File

@ -19,8 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4c.tar.gz \
MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \
${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-*
@ -31,7 +30,6 @@ CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}"
MAKE_FLAGS= XCFLAGS="-I${PREFIX}/include" XLOADLIBES="-L${PREFIX}/lib"
SCRIPTS_ENV= MV=${MV} SED=${SED}
MAN1= dvips.1 afm2tfm.1
IS_INTERACTIVE= yes
TEXMF= ${PREFIX}/share/texmf
DVIPSDIR= ${TEXMF}/dvips
@ -88,12 +86,6 @@ post-install:
done
@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib
.endif
.if defined(BATCH)
@${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.else
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>

View File

@ -7,12 +7,13 @@ and `METAPOST'.
The dvipsk program is modified version of Tom Rokicki's dvips and
use the kpathsea library for configuration and path searching.
You may have to set some variables in the path configuration file for
kpathsea /usr/local/share/texmf/web2c/texmf.cnf so that the program
kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program
can find PK fonts, Virtual fonts and TFM files. For example,
PKFONTS = .:/usr/local/lib/fonts//:{$TEXMF/fonts:$VARTEXFONTS}//pk//
VFFONTS = .:/usr/local/share/fonts/vf-a2bk:$TEXMF/fonts//vf//
TFMFONTS = .:/usr/local/share/fonts/vf-a2bk:{$TEXMF/fonts:$VARTEXFONTS}//tfm//
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
- Makoto WATANABE
watanabe@zlab.phys.nagoya-u.ac.jp

View File

@ -0,0 +1,13 @@
******************************************************************************
This program requires some japanese virtual fonts. For that purpose,
you can install `ja-makejvf-fkr-1.0' or `ja-vftool-1.2' package.
Also you may have to set some variables in the path configuration file
for kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the
program can find PK fonts, Virtual fonts and TFM files. For example,
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
******************************************************************************

View File

@ -120,4 +120,3 @@ share/doc/dvips/dvips.help
@dirrm share/texmf/tex/latex209/dvips
@dirrm share/texmf/tex/latex209
@dirrm share/doc/dvips
@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

View File

@ -17,8 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4c.tar.gz
MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \
${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common
MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-*
@ -27,7 +26,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}"
SCRIPTS_ENV= MV=${MV} SED=${SED}
MAN1= dvips.1 afm2tfm.1
IS_INTERACTIVE= yes
TEXMF= ${PREFIX}/share/texmf
DVIPSDIR= ${TEXMF}/dvips
@ -83,12 +81,6 @@ post-install:
done
@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib
.endif
.if defined(BATCH)
@${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.else
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>

View File

@ -7,12 +7,13 @@ and `METAPOST'.
The dvipsk program is modified version of Tom Rokicki's dvips and
use the kpathsea library for configuration and path searching.
You may have to set some variables in the path configuration file for
kpathsea /usr/local/share/texmf/web2c/texmf.cnf so that the program
kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program
can find PK fonts, Virtual fonts and TFM files. For example,
PKFONTS = .:/usr/local/lib/fonts//:{$TEXMF/fonts:$VARTEXFONTS}//pk//
VFFONTS = .:/usr/local/share/fonts/vf-a2bk:$TEXMF/fonts//vf//
TFMFONTS = .:/usr/local/share/fonts/vf-a2bk:{$TEXMF/fonts:$VARTEXFONTS}//tfm//
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
- Makoto WATANABE
watanabe@zlab.phys.nagoya-u.ac.jp

View File

@ -0,0 +1,13 @@
******************************************************************************
This program requires some japanese virtual fonts. For that purpose,
you can install `ja-makejvf-fkr-1.0' or `ja-vftool-1.2' package.
Also you may have to set some variables in the path configuration file
for kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the
program can find PK fonts, Virtual fonts and TFM files. For example,
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
******************************************************************************

View File

@ -118,4 +118,3 @@ share/doc/dvips/dvips.help
@dirrm share/texmf/tex/latex209/dvips
@dirrm share/texmf/tex/latex209
@dirrm share/doc/dvips
@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