Opened 20 years ago
Closed 20 years ago
#2465 closed defect (fixed)
NEW efont-unicode-0.4.2
Reported by: | pelopor@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
efont-unicode-0.4.2
the portfile can be found here: INLINE
Description: http://openlab.ring.gr.jp/efont/unicode/
Homepage: URL of project or program itself, not the portfile
Comments: I hope this unicode font will be helpful.
================INLINE CONTENT================
# $Id: $
PortSystem 1.0 name efont-unicode version 0.4.2 revision 0 categories x11 fonts maintainers pelopor@… description /efont/ Unicode Bitmap Fonts long_description ${description} homepage http://openlab.ring.gr.jp/efont/unicode/ master_sites http://openlab.ring.gr.jp/efont/dist/unicode-bdf/ distname ${name}-bdf-${version} depends_lib bin:mkfontdir:XFree86 bin:mkfontscale:XFree86 extract.suffix .tar.bz2 use_bzip2 yes checksums md5 0c0acbb40e44d899472001302b1c9e48 depends_lib bin:mkfontdir:XFree86 bin:mkfontscale:XFree86 set bdf_src {b10 b10_i b10_b b10_bi b12 b12_i b12_b b12_bi \
b14 b14_i b14_b b14_bi b16 b16_i b16_b b16_bi \ b24 b24_i b24_b b24_bi f10 f10_i f10_b f10_bi \ f12 f12_i f12_b f12_bi f16 f16_i f16_b f16_bi \ f24 f24_i f24_b f24_bi}
set docs {COPYRIGHT ChangeLog List.html README README.baekmuk \
README.contrib README.etl-unicode README.naga10 \ README.shinonome README.ucs-fonts}
set fontsdir /share/fonts configure {} build {cd ${worksrcpath}
foreach BDF ${bdf_src} {
system "bdftopcf -o ${BDF}.pcf ${BDF}.bdf" system "gzip -9 ${BDF}.pcf"}
}
destroot {xinstall -d -m 755 \
${destroot}${prefix}${fontsdir}/${name}
foreach BDF ${bdf_src} {
xinstall -m 644 ${worksrcpath}/${BDF}.pcf.gz \
${destroot}${prefix}${fontsdir}/${name}}
xinstall -d -m 755 \
${destroot}${prefix}/share/doc/${name}
foreach DOC ${docs} {
xinstall -m 644 ${worksrcpath}/${DOC} \
${destroot}${prefix}/share/doc/${name}}
}
post-destroot {
system "mkfontscale ${destroot}${prefix}${fontsdir}/${name} &&\
mkfontdir ${destroot}${prefix}${fontsdir}/${name}"
}
thanks - commited!