From owner-freebsd-ports Tue Feb 1 0: 3:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by builder.freebsd.org (Postfix) with ESMTP id C0A9C3D0C for ; Tue, 1 Feb 2000 00:03:06 -0800 (PST) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.9.3/3.7W) with ESMTP id MAA00906; Tue, 1 Feb 2000 12:05:48 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.3/3.6W) with ESMTP id MAA29206; Tue, 1 Feb 2000 12:05:48 +0900 (JST) To: cjh@wdb.co.kr Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16375: Ports fix: print/transfig From: TAOKA Satoshi In-Reply-To: <86iu0axy7m.fsf@gradius.myhome> References: <200001291319.WAA23531@kfug.kr.freebsd.org> <20000131102004B.taoka@infonets.hiroshima-u.ac.jp> <86iu0axy7m.fsf@gradius.myhome> X-Mailer: Mew version 1.94 on XEmacs 21.1 (Bryce Canyon) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000201120547F.taoka@infonets.hiroshima-u.ac.jp> Date: Tue, 01 Feb 2000 12:05:47 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 57 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > TS> Could you tell me PR-numbers about this except ports/16368. > TS> I could not find PR about munhwafonts-cid. > > Oh, sorry. I didn't send-pr, but attached the patch of munhwafonts-cid > with the previous mail. (my mail has two patches, for ftghostscript5 > and munhwafonts-cid) If you want, I'll send-pr them separately. I see. I will commit this. But your patch for ftghostscript5 was rejected because a patch for gs_init.gs in gs5.10-vflib-1.1.diff was applied to gs_init.ps before it. So I made the correct patch (patch-ab) by hand. Please check this. P.S. Please send me a PS file including Korean character for test. S.TAOKA The correct patch-ab is here: --- gs_init.ps.orig Tue Feb 1 09:29:08 2000 +++ gs_init.ps Tue Feb 1 09:34:09 2000 @@ -73,7 +73,7 @@ systemdict /.languagelevel known not { /.languagelevel 1 def } if % Optionally choose a default paper size other than U.S. letter. -% (a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse +(a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse % Turn on array packing for the rest of initialization. true setpacking @@ -1470,3 +1470,24 @@ (END GC) VMDEBUG % The interpreter will run the initial procedure (start). + +% unofficial patch: +% make it possible to print from within acroread pdf viewer +/Default currenthalftone /Halftone defineresource pop + +% load initial CID-keyed fonts(Korean. KSC-EUC-H). +% It should be in Fontmap, but to avoid loading two or more time. +% (it can stop the interpreter - /rangecheck error) +% +QUIET not { (Initializing Korean CID fonts: ) print } if +% font loading start +(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if +(Munhwa-Bold-KSC-EUC-H.gsf) runlibfile +QUIET not { (Munhwa-Bold-KSC-EUC-H ) print } if +(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if +(MunhwaGothic-Bold-KSC-EUC-H.gsf) runlibfile +QUIET not { (MunhwaGothic-Bold-KSC-EUC-H ) print } if +% end of font loading +QUIET not { (\n) print } if To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message