Date: Mon, 30 Mar 1998 17:08:22 +0900 (KST) From: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6175: port upgrade: korean/hanyangfonts Message-ID: <199803300808.RAA02916@punky.snu.ac.kr>
next in thread | raw e-mail | index | archive | help
>Number: 6175 >Category: ports >Synopsis: port update: 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 Mar 30 00:10:11 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: Port update(korean/hanyangfonts). Move font location. >How-To-Repeat: >Fix: Apply the following diffs: diff -uNr /usr/ports/korean/hanyangfonts/Makefile ./Makefile --- /usr/ports/korean/hanyangfonts/Makefile Tue Sep 23 01:21:52 1997 +++ ./Makefile Mon Mar 30 17:06:06 1998 @@ -10,36 +10,28 @@ PKGNAME= ko-hanyangfonts-1.0 CATEGORIES= korean x11 MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/fonts/ \ - ftp://sunsite.kren.nm.kr/pub/packages/hangul/fonts/ + ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/fonts/ MAINTAINER= junker@jazz.snu.ac.kr USE_X11= yes NO_WRKSUBDIR= yes +FONTS= hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ + hmm10 hmm12 hmm14 hmm16 hmm18 hmm20 + do-build: @cd ${WRKSRC}; \ - for fn in \ - hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ - hmm10 hmm12 hmm14 hmm16 hmm18 hmm20; \ - do \ - compress $$fn.pcf; \ - echo $$fn "compressed"; \ + for fn in ${FONTS}; do \ + ${GZIP_CMD} $$fn.pcf; \ + ${ECHO} $$fn "compressed"; \ done; \ - mkfontdir . do-install: @cd ${WRKSRC}; \ - ${MKDIR} ${PREFIX}/lib/X11/fonts/korean/hanyang; \ - for fn in \ - hgm10 hgm12 hgm14 hgm16 hgm18 hgm20 \ - hmm10 hmm12 hmm14 hmm16 hmm18 hmm20; \ - do \ - ${INSTALL_DATA} $$fn.pcf.Z ${PREFIX}/lib/X11/fonts/korean/hanyang; \ + for file in ${FONTS}; do \ + ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \ done; \ - ${INSTALL_DATA} fonts.dir ${PREFIX}/lib/X11/fonts/korean/hanyang + mkfontdir ${PREFIX}/lib/X11/fonts/misc -post-install: - @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL - .include <bsd.port.mk> diff -uNr /usr/ports/korean/hanyangfonts/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/hanyangfonts/pkg/DESCR Sun Mar 30 09:04:11 1997 +++ ./pkg/DESCR Mon Mar 30 16:24:59 1998 @@ -1,9 +1,9 @@ Hangul X11 fonts(Hanyang) ------------------------- -It is Korean fonts for X11. These fonts are copyrighted by -(C) Hanyang Systems, but it is in the public domain. It is good for -using many i18ned X11 program. +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 Jun Ho <junker@jazz.snu.ac.kr> +Ports by CHOI Junho <junker@jazz.snu.ac.kr> diff -uNr /usr/ports/korean/hanyangfonts/pkg/PLIST ./pkg/PLIST --- /usr/ports/korean/hanyangfonts/pkg/PLIST Sun Mar 30 09:04:11 1997 +++ ./pkg/PLIST Mon Mar 30 17:03:26 1998 @@ -1,14 +1,14 @@ -lib/X11/fonts/korean/hanyang/hmm10.pcf.Z -lib/X11/fonts/korean/hanyang/hmm12.pcf.Z -lib/X11/fonts/korean/hanyang/hmm14.pcf.Z -lib/X11/fonts/korean/hanyang/hmm16.pcf.Z -lib/X11/fonts/korean/hanyang/hmm18.pcf.Z -lib/X11/fonts/korean/hanyang/hmm20.pcf.Z -lib/X11/fonts/korean/hanyang/hgm10.pcf.Z -lib/X11/fonts/korean/hanyang/hgm12.pcf.Z -lib/X11/fonts/korean/hanyang/hgm14.pcf.Z -lib/X11/fonts/korean/hanyang/hgm16.pcf.Z -lib/X11/fonts/korean/hanyang/hgm18.pcf.Z -lib/X11/fonts/korean/hanyang/hgm20.pcf.Z -lib/X11/fonts/korean/hanyang/fonts.dir -@dirrm lib/X11/fonts/korean/hanyang +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 diff -uNr /usr/ports/korean/hanyangfonts/pkg/REQ ./pkg/REQ --- /usr/ports/korean/hanyangfonts/pkg/REQ Sun Mar 30 09:04:11 1997 +++ ./pkg/REQ Thu Jan 1 09:00:00 1970 @@ -1,7 +0,0 @@ -#! /bin/sh -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -echo "Remember to add a FontPath entry to /etc/XF86Config to use these fonts:" -echo " FontPath \"/usr/X11R6/lib/X11/fonts/korean/hanyang\"" >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?199803300808.RAA02916>