Date: Tue, 2 Mar 1999 01:11:28 +0900 (JST) From: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10327: [PATCH] Update port: japanese/iv Message-ID: <199903011611.BAA07237@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 10327 >Category: ports >Synopsis: [PATCH] Update port: japanese/iv >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 1 08:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.1-RELEASE i386 >Organization: Keio Univ. >Environment: FreeBSD-3.1-RELEASE >Description: I'm maintainer of ja-iv(Interviews). I fix two problems. please Update ports files. First: Latest package tarball has problem, $PREFIX/lib/libIV.so file is not symlink to collect file. I change pkg/PLIST. refered to ports/x11-toolkits/iv/pkg/PLIST. This problem is related to change to ELF from aout. Second: Support to CID-Keyed font PostScript Engine. PS file which created old version is not able to print out by CID-keyed font PostScript Engine. This version is use new patch to psview.c. >How-To-Repeat: >Fix: diff -uNr iv.old/Makefile iv/Makefile --- iv.old/Makefile Fri Dec 18 20:28:13 1998 +++ iv/Makefile Tue Mar 2 00:55:14 1999 @@ -13,6 +13,9 @@ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ DISTFILES= 3.1.tar.Z iv3_1j_gamma.tar.gz +PATCH_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +PATCHFILES= iv-3.1j-gamma-fixcmpfont.patch + MAINTAINER= sanpei@sanpei.org USE_XLIB= yes diff -uNr iv.old/files/md5 iv/files/md5 --- iv.old/files/md5 Sun Mar 2 23:55:59 1997 +++ iv/files/md5 Sat Feb 27 14:07:18 1999 @@ -1,2 +1,3 @@ MD5 (iv/3.1.tar.Z) = 83707e13b4ca484e0d98c41bc76a6e64 MD5 (iv/iv3_1j_gamma.tar.gz) = 9e9f04128ee98bc3de3ca016902c4e4c +MD5 (iv/iv-3.1j-gamma-fixcmpfont.patch) = ac6b9e65dd4d93b4f621b4b4eec602a7 diff -uNr iv.old/pkg/DESCR iv/pkg/DESCR --- iv.old/pkg/DESCR Thu Sep 25 05:14:38 1997 +++ iv/pkg/DESCR Tue Mar 2 01:08:58 1999 @@ -11,10 +11,22 @@ Enjoy!! +* support code of CID-Keyed font PostScript Engine is included. + * Acknowledgement - Special thanks to Akihiro SATO <akisatoh@gallop.ics.nitech.ac.jp>. - He created first ports style files of ja-InterViews. + Special thanks to: + Akihiro SATO <akisatoh@gallop.ics.nitech.ac.jp> + He created first ports style files of ja-InterViews. + + KATAYAMA <katayama@rd.nacsis.ac.jp> + He created fixeucfont-1.2 which convertor for CID-keyed font + PostScript Engine. + http://www.rd.nacsis.ac.jp/~katayama/homepage/fixeucfont/ + + FURUKAWA <yasu@on.cs.keio.ac.jp> + He created fixcmpfont patch from fixeucfont-1.2. + http://www.on.cs.keio.ac.jp/~yasu/linux/interviews/ Yoshiro MIHIRA -<sanpei@yy.cs.keio.ac.jp> +<sanpei@sanpei.org> diff -uNr iv.old/pkg/PLIST iv/pkg/PLIST --- iv.old/pkg/PLIST Tue Oct 20 19:22:28 1998 +++ iv/pkg/PLIST Fri Feb 26 22:01:07 1999 @@ -1,11 +1,3 @@ -@exec ln -fs ../interviews/lib/libIV.so.3.1 %D/lib -@exec ln -fs ../interviews/lib/libUnidraw.so.3.1 %D/lib -@exec ln -fs %D/lib/libIV.so.3.1 %D/lib/libIV.so -@exec ln -fs %D/lib/libUnidraw.so.3.1 %D/lib/libUnidraw.so -@unexec rm %D/lib/libIV.so -@unexec rm %D/lib/libIV.so.3.1 -@unexec rm %D/lib/libUnidraw.so -@unexec rm %D/lib/libUnidraw.so.3.1 interviews/config/InterViews/template interviews/config/InterViews/TIFF.def interviews/config/InterViews/arch.def @@ -528,6 +520,10 @@ interviews/bin/ivmkmf interviews/bin/remind interviews/man/refman.PS +lib/libIV.so +lib/libIV.so.3.1 +lib/libUnidraw.so +lib/libUnidraw.so.3.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm interviews/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903011611.BAA07237>