Fixed many bugs
One of these is noticed by KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
This commit is contained in:
parent
5e50a650c8
commit
c8cc4f0e6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19506
3 changed files with 6 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 26 Aug 1997
|
||||
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.31 1999/06/14 00:58:03 taoka Exp $
|
||||
# $Id: Makefile,v 1.32 1999/06/14 09:54:18 taoka Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ghostscript-5.10
|
||||
|
@ -127,12 +127,12 @@ post-install:
|
|||
${CP} ${PRINTER}/gdev10v/gdev10v.jis ${DOC_DIR} ; \
|
||||
${CP} ${PRINTER}/gdevlips-2.3.2-510/Gdevlips.htm ${DOC_DIR} ; \
|
||||
${CP} ${PRINTER}/gdevlips-2.3.2-510/gs_statd.dif ${DOC_DIR} ; \
|
||||
${MKDIR} ${DOC_DIR}/gdevmjc-0.8
|
||||
${MKDIR} ${DOC_DIR}/gdevmjc-0.8; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/README.mjc ${DOC_DIR}/gdevmjc-0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/README.noz ${DOC_DIR}/gdevmjc-0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/README.mje ${DOC_DIR}/gdevmjc-0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/cpem.doc ${DOC_DIR}/gdevmjc-0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/MJ700V2C.FAQ ${DOC_DIR}/gdevmjc.0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevmjc-0.8/MJ700V2C.FAQ ${DOC_DIR}/gdevmjc-0.8/ ; \
|
||||
${CP} ${PRINTER}/gdevalps-0.2/README.gdevalps ${DOC_DIR}/README.gdevalps ; \
|
||||
${CP} ${PRINTER}/gdevmd2k-0.2a/README.jis ${DOC_DIR}/gdevmd2k.jis ; \
|
||||
${CP} ${PRINTER}/gdevrpdl-1.2-510/gdevrpdl.doc ${DOC_DIR} ; \
|
||||
|
|
|
@ -392,7 +392,7 @@ share/ghostscript/fonts/u004006t.pfm
|
|||
share/ghostscript/fonts/z003034l.afm
|
||||
share/ghostscript/fonts/z003034l.pfb
|
||||
share/ghostscript/fonts/z003034l.pfm
|
||||
@dirrm share/ghostscript/5.50vflib/doc/gdevmjc-0.8
|
||||
@dirrm share/ghostscript/5.10vflib/doc/gdevmjc-0.8
|
||||
@dirrm share/ghostscript/5.10vflib/doc
|
||||
@dirrm share/ghostscript/5.10vflib/examples
|
||||
@dirrm share/ghostscript/5.10vflib/kanji
|
||||
|
|
6
japanese/vfghostscript5/scripts/configure
vendored
6
japanese/vfghostscript5/scripts/configure
vendored
|
@ -106,7 +106,6 @@ Have fun with this new configuration style ! -andreas \n\n\
|
|||
"iwlq" "Apple Imagewriter LQ in 320 x 216 dpi mode" OFF \
|
||||
"jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" OFF \
|
||||
"laserjet" "HP LaserJet" ON \
|
||||
"lbp8" "Canon LBP-8II laser printer" OFF \
|
||||
"lips2p" "Canon LIPS II+ laser printer " ON \
|
||||
"lips3" "Canon LIPS III laser printer " ON \
|
||||
"lips4" "Canon LIPSIV laser printer, mono" ON \
|
||||
|
@ -126,7 +125,6 @@ Have fun with this new configuration style ! -andreas \n\n\
|
|||
"m8510" "C.Itoh M8510 printer" OFF \
|
||||
"necp6" "NEC P6/P6+/P60, 360x360 DPI resol" OFF \
|
||||
"npdl" "NEC Printer Description Language (NPDL)" ON \
|
||||
"nwp533" "Sony Microsystems NWP533 laser printer" OFF \
|
||||
"oce9050" "OCE 9050 printer" OFF \
|
||||
"oki182" "Okidata MicroLine 182" OFF \
|
||||
"okiibm" "Okidata MicroLine IBM-compatible printers" OFF \
|
||||
|
@ -136,8 +134,8 @@ Have fun with this new configuration style ! -andreas \n\n\
|
|||
"pjxl" "HP PaintJet XL color printer" ON \
|
||||
"pjxl300" "HP PaintJet XL300 color printer (also for 1200C)" ON \
|
||||
"r4081" "Ricoh 4081 laser printer" OFF \
|
||||
"nx100f" "Ricoh Printer Description Language (RPDL) (fixed)" ON \
|
||||
"nx100v" "Ricoh Printer Description Language (RPDL) (variable)" ON \
|
||||
"nx100f" "Ricoh Printer Description Language (RPDL) (fixed)" ON \
|
||||
"nx100v" "Ricoh Printer Description Language (RPDL) (variable)" ON \
|
||||
"sj48" "StarJet 48 inkjet printer" OFF \
|
||||
"st800" "Epson Stylus 800 printer" ON \
|
||||
"stcolor" "Epson Stylus Color" ON \
|
||||
|
|
Loading…
Reference in a new issue