mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fixed many bugs
sevral of these is noticed by KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>, Inagaki Kentaro <inagaki@tg.rim.or.jp> and Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
This commit is contained in:
parent
c8cc4f0e6f
commit
906080c6ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19507
@ -3,7 +3,7 @@
|
||||
# Date created: 26 Aug 1997
|
||||
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.31 1999/04/16 23:35:00 sada Exp $
|
||||
# $Id: Makefile,v 1.32 1999/06/14 01:02:14 taoka Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ghostscript-5.50
|
||||
@ -103,7 +103,6 @@ post-patch:
|
||||
@${PATCH} ${PATCH_ARGS} < ${FILESDIR}/gdevdmpr.patch
|
||||
@${CAT} ${WRKSRC}/gdev10v.mak >> ${WRKSRC}/contrib.mak
|
||||
@${CAT} ${WRKSRC}/gdevdmpr.mak >> ${WRKSRC}/contrib.mak
|
||||
# @${CAT} ${WRKSRC}/mjc.dev >> ${WRKSRC}/contrib.mak
|
||||
@${CAT} ${WRKSRC}/gdevlips.mak >> ${WRKSRC}/contrib.mak
|
||||
@${CAT} ${WRKSRC}/gdevrpdl.mak >> ${WRKSRC}/contrib.mak
|
||||
@${CAT} ${WRKSRC}/gdevmjc.mak >> ${WRKSRC}/contrib.mak
|
||||
@ -124,12 +123,12 @@ post-install:
|
||||
${CP} ${PRINTER}/gdev10v/gdev10v.jis ${DOC_DIR} ; \
|
||||
${CP} ${PRINTER}/gdevlips-2.3.2/Gdevlips.htm ${DOC_DIR} ; \
|
||||
${CP} ${PRINTER}/gdevlips-2.3.2/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/gdevrpdl.doc ${DOC_DIR} ; \
|
||||
|
@ -66,7 +66,6 @@ share/ghostscript/5.50vflib/doc/Humor.htm
|
||||
share/ghostscript/5.50vflib/doc/Install.htm
|
||||
share/ghostscript/5.50vflib/doc/Language.htm
|
||||
share/ghostscript/5.50vflib/doc/Lib.htm
|
||||
share/ghostscript/5.50vflib/doc/MJ700V2C.FAQ
|
||||
share/ghostscript/5.50vflib/doc/Make.htm
|
||||
share/ghostscript/5.50vflib/doc/New-user.htm
|
||||
share/ghostscript/5.50vflib/doc/News.htm
|
||||
|
13
japanese/vfghostscript55/scripts/configure
vendored
13
japanese/vfghostscript55/scripts/configure
vendored
@ -68,9 +68,9 @@ Have fun with this new configuration style ! -andreas \n\n\
|
||||
"x11" "X version 11, release >=4" ON \
|
||||
"x11alpha" "X masquer. as device with alpha capability" ON \
|
||||
"x11cmyk" "X masquer. as 1-bit-per-plane CMYK device" ON \
|
||||
"x11cmyk2" "X masquer. as 2-bit-per-plane CMYK device" ON \
|
||||
"x11cmyk4" "X masquer. as 4-bit-per-plane CMYK device" OFF \
|
||||
"x11cmyk8" "X masquer. as 8-bit-per-plane CMYK device" OFF \
|
||||
"x11cmyk2" "X masquer. as 2-bit-per-plane CMYK device" ON \
|
||||
"x11cmyk4" "X masquer. as 4-bit-per-plane CMYK device" OFF \
|
||||
"x11cmyk8" "X masquer. as 8-bit-per-plane CMYK device" OFF \
|
||||
"x11gray2" "X masquer. as device with 2-bit gray-scale device" ON \
|
||||
"x11gray4" "X masquer. as device with 4-bit gray-scale device" OFF \
|
||||
"x11mono" "X masquer. as black-and-white device" ON \
|
||||
@ -84,7 +84,6 @@ Have fun with this new configuration style ! -andreas \n\n\
|
||||
"bj200" "Canon BubbleJet BJ200" ON \
|
||||
"bjc600" "Canon Color BubbleJet BJC-600/4000/70" ON \
|
||||
"bjc800" "Canon Color BubbleJet BJC-800" ON \
|
||||
"lbp8" "Canon LBP-8II laser printer" OFF \
|
||||
"lips2p" "Canon LIPS II+ laser printer " OFF \
|
||||
"lips3" "Canon LIPS III laser printer " ON \
|
||||
"lips4" "Canon LIPSIV laser printer, mono" ON \
|
||||
@ -152,16 +151,14 @@ Have fun with this new configuration style ! -andreas \n\n\
|
||||
"oki182" "Okidata MicroLine 182" OFF \
|
||||
"okiibm" "Okidata MicroLine IBM-compatible printers" OFF \
|
||||
"r4081" "Ricoh 4081 laser printer" OFF \
|
||||
"nx100f" "Ricoh Printer Description Language (RPDL) (fixed)" ON \
|
||||
"nx100v" "Ricoh Printer Description Language (RPDL) (variable)" ON \
|
||||
"nwp533" "Sony Microsystems NWP533 laser printer" OFF \
|
||||
"nx100f" "Ricoh Printer Description Language (RPDL) (fixed)" ON \
|
||||
"nx100v" "Ricoh Printer Description Language (RPDL) (variable)" ON \
|
||||
"sj48" "StarJet 48 inkjet printer" OFF \
|
||||
"t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" OFF \
|
||||
"t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" OFF \
|
||||
"t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" OFF \
|
||||
"tek4696" "Tektronix 4695/4696 inkjet plotter" OFF \
|
||||
"uniprint" "Unified printer driver ESC/P ESC/P2 HP-RTL/PCL..." ON \
|
||||
"xes" "Xerox XES printers (2700, 3700, 4045, etc.)" OFF \
|
||||
"dfaxhigh" "DigiBoard, DigiFAX software format (high resol)" OFF \
|
||||
"dfaxlow" "DigiFAX low (normal) resol" OFF \
|
||||
"faxg3" "Group 3 fax, with EOLs but no header or EOD" ON \
|
||||
|
Loading…
Reference in New Issue
Block a user