Date: Tue, 17 Nov 1998 12:51:18 +0900 (KST) From: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8717: port upgrade: korean/hanyangfonts Message-ID: <199811170351.MAA12226@punky.snu.ac.kr>
next in thread | raw e-mail | index | archive | help
>Number: 8717 >Category: ports >Synopsis: port upgrade: korean/hanyangfonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 16 20:00:00 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Sat Oct 10 11:54:57 KST 1998 pwd@punky.snu.ac.kr:/allegro/2.2-src/sys/compile/PUNKY i386 >Description: Port upgrade(korean/hanyangfonts). Move installation directory to ${X11BASE}/lib/X11/fonts/local. >How-To-Repeat: >Fix: Apply diffs: diff -uNr /usr/ports/korean/hanyangfonts/Makefile hanyangfonts/Makefile --- /usr/ports/korean/hanyangfonts/Makefile Sat Aug 8 07:43:10 1998 +++ hanyangfonts/Makefile Tue Nov 17 12:41:13 1998 @@ -28,10 +28,11 @@ done; \ do-install: + -mkdir -p ${PREFIX}/lib/X11/fonts/local @cd ${WRKSRC}; \ for file in ${FONTS}; do \ - ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \ + ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ done; \ - mkfontdir ${PREFIX}/lib/X11/fonts/misc + mkfontdir ${PREFIX}/lib/X11/fonts/local .include <bsd.port.mk> diff -uNr /usr/ports/korean/hanyangfonts/pkg/COMMENT hanyangfonts/pkg/COMMENT --- /usr/ports/korean/hanyangfonts/pkg/COMMENT Sun Mar 30 09:04:11 1997 +++ hanyangfonts/pkg/COMMENT Tue Nov 17 12:42:15 1998 @@ -1 +1 @@ -Hangul fonts for X11(hanyang) used in many hangul-related programs. +Hanyang Hangul fonts for X11. diff -uNr /usr/ports/korean/hanyangfonts/pkg/DESCR hanyangfonts/pkg/DESCR --- /usr/ports/korean/hanyangfonts/pkg/DESCR Mon Apr 20 02:51:38 1998 +++ hanyangfonts/pkg/DESCR Tue Nov 17 12:42:33 1998 @@ -1,9 +1,8 @@ -Hangul X11 fonts(Hanyang) -------------------------- +Hanyang Hangul X11 fonts +------------------------ It is Korean fonts for X11(ksc5601.1987-0). These fonts are copyrighted by (C) Hanyang Systems, but it is in the public domain. -It is good for using many i18n-ed X11 program. -- Ports by CHOI Junho <junker@jazz.snu.ac.kr> diff -uNr /usr/ports/korean/hanyangfonts/pkg/MESSAGE hanyangfonts/pkg/MESSAGE --- /usr/ports/korean/hanyangfonts/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ hanyangfonts/pkg/MESSAGE Tue Nov 17 12:42:51 1998 @@ -0,0 +1,23 @@ +Hanyang Font(KSC5601) +===================== + +Please note: + + This package installed fonts in /usr/X11R6/lib/X11/fonts/local directory. + If you are using XFree86 3.3.2 or older, please upgrade to a new version + or add this directory to your /etc/XF86config: + + Section "Files" + ... + FontPath "/usr/X11R6/lib/X11/fonts/local/" + ... + + Or, run this command at your X desktop: + + # xset +fp /usr/X11R6/lib/X11/fonts/local/ && xset fp rehash + + Don't forget to add the directory to your /etc/XF86config, for + add the correct font path after you reboots X. + +-- +CHOI Junho <junker@jazz.snu.ac.kr> diff -uNr /usr/ports/korean/hanyangfonts/pkg/PLIST hanyangfonts/pkg/PLIST --- /usr/ports/korean/hanyangfonts/pkg/PLIST Mon Apr 20 02:51:38 1998 +++ hanyangfonts/pkg/PLIST Tue Nov 17 12:43:07 1998 @@ -1,14 +1,14 @@ -lib/X11/fonts/misc/hmm10.pcf.gz -lib/X11/fonts/misc/hmm12.pcf.gz -lib/X11/fonts/misc/hmm14.pcf.gz -lib/X11/fonts/misc/hmm16.pcf.gz -lib/X11/fonts/misc/hmm18.pcf.gz -lib/X11/fonts/misc/hmm20.pcf.gz -lib/X11/fonts/misc/hgm10.pcf.gz -lib/X11/fonts/misc/hgm12.pcf.gz -lib/X11/fonts/misc/hgm14.pcf.gz -lib/X11/fonts/misc/hgm16.pcf.gz -lib/X11/fonts/misc/hgm18.pcf.gz -lib/X11/fonts/misc/hgm20.pcf.gz -@exec cd %D/lib/X11/fonts/misc ; mkfontdir -@unexec cd %D/lib/X11/fonts/misc ; mkfontdir +lib/X11/fonts/local/hmm10.pcf.gz +lib/X11/fonts/local/hmm12.pcf.gz +lib/X11/fonts/local/hmm14.pcf.gz +lib/X11/fonts/local/hmm16.pcf.gz +lib/X11/fonts/local/hmm18.pcf.gz +lib/X11/fonts/local/hmm20.pcf.gz +lib/X11/fonts/local/hgm10.pcf.gz +lib/X11/fonts/local/hgm12.pcf.gz +lib/X11/fonts/local/hgm14.pcf.gz +lib/X11/fonts/local/hgm16.pcf.gz +lib/X11/fonts/local/hgm18.pcf.gz +lib/X11/fonts/local/hgm20.pcf.gz +@exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir +@unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir >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?199811170351.MAA12226>