View | Details | Raw Unified | Return to bug 8717
Collapse All | Expand All

(-)hanyangfonts/Makefile (-2 / +3 lines)
Lines 28-37 Link Here
28
	done; \
28
	done; \
29
29
30
do-install:
30
do-install:
31
	-mkdir -p ${PREFIX}/lib/X11/fonts/local
31
	@cd ${WRKSRC}; \
32
	@cd ${WRKSRC}; \
32
	for file in ${FONTS}; do \
33
	for file in ${FONTS}; do \
33
		${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \
34
		${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \
34
	done; \
35
	done; \
35
	mkfontdir ${PREFIX}/lib/X11/fonts/misc
36
	mkfontdir ${PREFIX}/lib/X11/fonts/local
36
37
37
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)hanyangfonts/pkg/COMMENT (-1 / +1 lines)
Line 1 Link Here
1
Hangul fonts for X11(hanyang) used in many hangul-related programs.
1
Hanyang Hangul fonts for X11.
(-)hanyangfonts/pkg/DESCR (-3 / +2 lines)
Lines 1-9 Link Here
1
Hangul X11 fonts(Hanyang)
1
Hanyang Hangul X11 fonts
2
-------------------------
2
------------------------
3
3
4
It is Korean fonts for X11(ksc5601.1987-0). These fonts are 
4
It is Korean fonts for X11(ksc5601.1987-0). These fonts are 
5
copyrighted by (C) Hanyang Systems, but it is in the public domain.
5
copyrighted by (C) Hanyang Systems, but it is in the public domain.
6
It is good for using many i18n-ed X11 program.
7
6
8
--
7
--
9
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
8
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
(-)hanyangfonts/pkg/MESSAGE (+23 lines)
Line 0 Link Here
1
Hanyang Font(KSC5601)
2
=====================
3
4
Please note:
5
6
 This package installed fonts in /usr/X11R6/lib/X11/fonts/local directory.
7
 If you are using XFree86 3.3.2 or older, please upgrade to a new version
8
 or add this directory to your /etc/XF86config:
9
10
 Section "Files"
11
     ...
12
     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
13
     ...
14
15
 Or, run this command at your X desktop:
16
17
 # xset +fp /usr/X11R6/lib/X11/fonts/local/ && xset fp rehash
18
19
 Don't forget to add the directory to your /etc/XF86config, for
20
 add the correct font path after you reboots X.
21
22
--
23
CHOI Junho <junker@jazz.snu.ac.kr>
(-)hanyangfonts/pkg/PLIST (-14 / +14 lines)
Lines 1-14 Link Here
1
lib/X11/fonts/misc/hmm10.pcf.gz
1
lib/X11/fonts/local/hmm10.pcf.gz
2
lib/X11/fonts/misc/hmm12.pcf.gz
2
lib/X11/fonts/local/hmm12.pcf.gz
3
lib/X11/fonts/misc/hmm14.pcf.gz
3
lib/X11/fonts/local/hmm14.pcf.gz
4
lib/X11/fonts/misc/hmm16.pcf.gz
4
lib/X11/fonts/local/hmm16.pcf.gz
5
lib/X11/fonts/misc/hmm18.pcf.gz
5
lib/X11/fonts/local/hmm18.pcf.gz
6
lib/X11/fonts/misc/hmm20.pcf.gz
6
lib/X11/fonts/local/hmm20.pcf.gz
7
lib/X11/fonts/misc/hgm10.pcf.gz
7
lib/X11/fonts/local/hgm10.pcf.gz
8
lib/X11/fonts/misc/hgm12.pcf.gz
8
lib/X11/fonts/local/hgm12.pcf.gz
9
lib/X11/fonts/misc/hgm14.pcf.gz
9
lib/X11/fonts/local/hgm14.pcf.gz
10
lib/X11/fonts/misc/hgm16.pcf.gz
10
lib/X11/fonts/local/hgm16.pcf.gz
11
lib/X11/fonts/misc/hgm18.pcf.gz
11
lib/X11/fonts/local/hgm18.pcf.gz
12
lib/X11/fonts/misc/hgm20.pcf.gz
12
lib/X11/fonts/local/hgm20.pcf.gz
13
@exec cd %D/lib/X11/fonts/misc ; mkfontdir
13
@exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir
14
@unexec cd %D/lib/X11/fonts/misc ; mkfontdir
14
@unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir

Return to bug 8717