Opened 19 years ago

Closed 19 years ago

#2460 closed defect (fixed)

NEW kochi-substitute-20030809

Reported by: pelopor@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

kochi-substitute-20030809

the portfile can be found here: INLINE

Description: Free Japanese TrueType fonts named

'Kochi Mincho' and 'KochiGothic'

Homepage: URL of project or program itself, not the portfile

Comments: Now I begin to send some fonts Portfiles.

================INLINE CONTENT================

# $Id: $

PortSystem 1.0 name kochi-substitute version 20030809 revision 0 categories x11 fonts maintainers pelopor@… description Free Japanese TrueType fonts named 'Kochi Mincho' and 'Kochi Gothic' long_description {$description} homepage http://wiki.fdiary.net/font/?kochi-alternative master_sites http://osdn.dl.sourceforge.jp/efont/5411/ \

http://keihanna.dl.sourceforge.jp/efont/5411/ \ http://kyushu-u.dl.sourceforge.jp/efont/5411/

extract.suffix .tar.bz2 use_bzip2 yes checksums md5 c4b14e287cf2b1688c649e2274e128b3 depends_lib bin:mkfontdir:XFree86 bin:mkfontscale:XFree86 set docs {COPYING README.ja Changelog} configure {} build {} #build.target {} set fontsdir /share/fonts/ destroot {

xinstall -d -m 755 ${destroot}${prefix}${fontsdir}/${name} xinstall -m 644 ${worksrcpath}/kochi-mincho-subst.ttf \

${destroot}${prefix}${fontsdir}/${name}

xinstall -m 644 ${worksrcpath}/kochi-gothic-subst.ttf \

${destroot}${prefix}${fontsdir}/${name}

#mkfontscale && mkfontdir system "mkfontscale ${destroot}${prefix}${fontsdir}/${name} \

&& mkfontdir ${destroot}${prefix}${fontsdir}/${name}"

#docs xinstall -d -m 755 ${destroot}/${prefix}/share/doc/ file copy ${worksrcpath}/docs ${destroot}/${prefix}/share/doc/${name} foreach D ${docs} {

file copy ${worksrcpath}/${D} \

${destroot}/${prefix}/share/doc/${name} }

}

Change History (1)

comment:1 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

commited; thanks!

Note: See TracTickets for help on using tickets.