- Update to b17 promoted build [1]
- Fix font rendering and update cacerts file - Add support for fastdebug jdk - Cleanup/Enhance the port [2] Submitted by: maintainer [1], ale [2] Approved by: maintainer
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openjdk6
|
||||
PORTVERSION= b16
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= b17
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.java.net/openjdk/jdk6/promoted/${PORTVERSION}/ \
|
||||
${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:ant,}
|
||||
@@ -17,13 +16,16 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ANTFILE}:ant
|
||||
MAINTAINER= openjdk@getsnappy.com
|
||||
COMMENT= Sun\'s java 6 virtual machine release under the GPL v2
|
||||
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
|
||||
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \
|
||||
${LOCALBASE}/lib/X11/fonts/dejavu:${PORTSDIR}/x11-fonts/dejavu
|
||||
|
||||
OPENJDK_BUILDDATE=24_apr_2009
|
||||
BUILD_NUMBER= ${PORTVERSION:S/b//}
|
||||
OPENJDK_BUILDDATE= 14_oct_2009
|
||||
|
||||
OPTIONS= DEBUG "Enable debugging support" off \
|
||||
IPV6 "Enable IPv6 support" off \
|
||||
POLICY "Install the Unlimited Strength Policy Files" off
|
||||
OPTIONS= DEBUG "Enable legacy debugging support" off \
|
||||
FASTDEBUG "Include fastdebug build" off \
|
||||
IPV6 "Enable IPv6 support" off \
|
||||
POLICY "Install the Unlimited Strength Policy Files" off
|
||||
|
||||
# java extracts directly to the cwd
|
||||
WRKSRC= ${WRKDIR}
|
||||
@@ -53,7 +55,7 @@ CATEGORIES+= ipv6
|
||||
.endif
|
||||
|
||||
# avoid ARCH in MAKEFLAGS, breaks build
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
@@ -75,13 +77,31 @@ BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/diablo-jdk16
|
||||
.endif
|
||||
|
||||
MAKE_ENV= LANG=C LC_ALL=C \
|
||||
ARCH=${ARCH} \
|
||||
ARCH_DATA_MODEL=64 \
|
||||
LIBARCH=${ARCH} \
|
||||
PLATFORM=bsd \
|
||||
OS_NAME=freebsd \
|
||||
ALT_JDK_IMPORT_PATH=${BOOTSTRAPJDKDIR} \
|
||||
ALT_BOOTDIR=${BOOTSTRAPJDKDIR} \
|
||||
ALT_CUPS_HEADERS_PATH=${LOCALBASE}/include \
|
||||
ALT_CUPS_LIB_PATH=${LOCALBASE}/lib \
|
||||
ALT_FREETYPE_HEADERS_PATH=${LOCALBASE}/include \
|
||||
ALT_FREETYPE_LIB_PATH=${LOCALBASE}/lib \
|
||||
ALT_X11_PATH=${LOCALBASE} \
|
||||
ALT_PACKAGE_PATH=${LOCALBASE} \
|
||||
ANT_HOME=${WRKDIR}/apache-ant-${ANTVERSION} \
|
||||
NO_DOCS=true
|
||||
BUILD_NUMBER=${BUILD_NUMBER} \
|
||||
HS_BUILD_NUMBER=${BUILD_NUMBER} \
|
||||
NO_DOCS=true \
|
||||
MILESTONE=fcs
|
||||
|
||||
# disable FASTDEBUG_BUILD by default to improve compile time.
|
||||
.if defined(WITH_FASTDEBUG)
|
||||
MAKE_ENV+= SKIP_FASTDEBUG_BUILD=false
|
||||
.else
|
||||
MAKE_ENV+= SKIP_FASTDEBUG_BUILD=true
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_IPV6)
|
||||
MAKE_ENV+= DONT_ENABLE_IPV6="YES"
|
||||
@@ -94,16 +114,16 @@ OPENJDK_OSARCH= bsd-${ARCH:S/i386/i586/}-debug
|
||||
OPENJDK_OSARCH= bsd-${ARCH:S/i386/i586/}
|
||||
.endif
|
||||
|
||||
# perhaps we could check to see how many processors are availble and set this equivelent to that
|
||||
MAKE_ENV+= HOTSPOT_BUILD_JOBS=4
|
||||
BUILD_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus
|
||||
MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER}
|
||||
|
||||
COPYDIRS= \
|
||||
COPYDIRS= \
|
||||
hotspot/src/os/linux/launcher \
|
||||
hotspot/src/os/linux/vm \
|
||||
hotspot/src/os_cpu/linux_x86/vm \
|
||||
hotspot/build/linux \
|
||||
hotspot/build/linux/makefiles \
|
||||
hotspot/agent/src/os/linux \
|
||||
hotspot/make/linux \
|
||||
hotspot/make/linux/makefiles \
|
||||
hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux \
|
||||
hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64 \
|
||||
hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/x86 \
|
||||
@@ -112,7 +132,7 @@ COPYDIRS= \
|
||||
hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86 \
|
||||
jdk/src/linux/doc/man
|
||||
|
||||
COPYFILES= \
|
||||
COPYFILES= \
|
||||
corba/make/common/Defs-linux.gmk \
|
||||
corba/make/common/shared/Defs-linux.gmk \
|
||||
hotspot/agent/src/share/classes/sun/jvm/hotspot/LinuxVtblAccess.java \
|
||||
@@ -124,7 +144,6 @@ COPYFILES= \
|
||||
jdk/make/sun/awt/mapfile-vers-linux \
|
||||
jdk/make/tools/sharing/classlist.linux \
|
||||
jdk/src/solaris/classes/java/lang/UNIXProcess.java.linux \
|
||||
jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.properties \
|
||||
jdk/src/solaris/classes/sun/tools/attach/LinuxAttachProvider.java \
|
||||
jdk/src/solaris/classes/sun/tools/attach/LinuxVirtualMachine.java \
|
||||
jdk/src/solaris/hpi/include/largefile_linux.h \
|
||||
@@ -149,8 +168,10 @@ post-extract:
|
||||
@${SED} 's/solaris/bsd/g; s/Solaris/Bsd/g' \
|
||||
< ${WRKDIR}/jdk/src/solaris/hpi/native_threads/src/threads_solaris.c \
|
||||
> ${WRKDIR}/jdk/src/solaris/hpi/native_threads/src/threads_bsd.c
|
||||
@${CP} ${WRKDIR}/jdk/src/share/lib/security/java.security \
|
||||
${WRKDIR}/jdk/src/share/lib/security/java.security-openbsd
|
||||
@${CP} ${FILESDIR}/fontconfig.properties \
|
||||
${WRKDIR}/jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties
|
||||
@${CP} ${FILESDIR}/cacerts \
|
||||
${WRKDIR}/jdk/src/share/lib/security/cacerts
|
||||
|
||||
.if defined(WITH_POLICY)
|
||||
post-patch:
|
||||
@@ -161,8 +182,10 @@ post-patch:
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/openjdk6/
|
||||
${CP} -Rp ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image/ ${PREFIX}/openjdk6/
|
||||
${INSTALL_DATA} ${FILESDIR}/cacerts \
|
||||
${PREFIX}/openjdk6/jre/lib/security/cacerts
|
||||
.if defined(WITH_FASTDEBUG)
|
||||
${MKDIR} ${PREFIX}/openjdk6-fastdebug/
|
||||
${CP} -Rp ${WRKSRC}/build/${OPENJDK_OSARCH}-fastdebug/j2sdk-image/ ${PREFIX}/openjdk6-fastdebug/
|
||||
.endif
|
||||
@${ECHO_MSG} "@unexec ${LOCALBASE}/bin/unregistervm ${PREFIX}/openjdk6/bin/java" >> ${TMPPLIST}
|
||||
@${FIND} -s ${PREFIX}/openjdk6 -not -type d | \
|
||||
${SED} -e 's#^${PREFIX}/##' >> ${TMPPLIST}
|
||||
@@ -170,9 +193,21 @@ do-install:
|
||||
@${FIND} ${PREFIX}/openjdk6 -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
@${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm '${PREFIX}/openjdk6/bin/java # OpenJDK6'" >> ${TMPPLIST}
|
||||
.if defined(WITH_FASTDEBUG)
|
||||
@${ECHO_MSG} "@unexec ${LOCALBASE}/bin/unregistervm ${PREFIX}/openjdk6-fastdebug/bin/java" >> ${TMPPLIST}
|
||||
@${FIND} -s ${PREFIX}/openjdk6-fastdebug -not -type d | \
|
||||
${SED} -e 's#^${PREFIX}/##' >> ${TMPPLIST}
|
||||
@${ECHO} "@exec mkdir ${PREFIX}/openjdk6-fastdebug/jre/lib/applet" >> ${TMPPLIST}
|
||||
@${FIND} ${PREFIX}/openjdk6-fastdebug -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
@${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm '${PREFIX}/openjdk6-fastdebug/bin/java # OpenJDK6'" >> ${TMPPLIST}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
# Register the VM
|
||||
"${LOCALBASE}/bin/registervm" "${PREFIX}/openjdk6/bin/java # OpenJDK6"
|
||||
.if defined(WITH_FASTDEBUG)
|
||||
"${LOCALBASE}/bin/registervm" "${PREFIX}/openjdk6-fastdebug/bin/java # OpenJDK6"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MD5 (openjdk-6-src-b16-24_apr_2009.tar.gz) = 850a29b70206bc7fa083cd26acc781f3
|
||||
SHA256 (openjdk-6-src-b16-24_apr_2009.tar.gz) = 96159489d8b70db275c125b627c6e6912e6c078279d76b968d2e0969359c9420
|
||||
SIZE (openjdk-6-src-b16-24_apr_2009.tar.gz) = 49174493
|
||||
MD5 (openjdk-6-src-b17-14_oct_2009.tar.gz) = 078fe0ab744c98694decc77f2456c560
|
||||
SHA256 (openjdk-6-src-b17-14_oct_2009.tar.gz) = 2019a4c3d2d14620caa78d7df49fd987a041066b4631bde4fd8424033f3c1785
|
||||
SIZE (openjdk-6-src-b17-14_oct_2009.tar.gz) = 50029293
|
||||
MD5 (apache-ant-1.7.1-bin.tar.bz2) = 9330447f3763b87570dd1118c49a8efd
|
||||
SHA256 (apache-ant-1.7.1-bin.tar.bz2) = 24e54c9d90b81d1b7342695a8285a969393fd883e99ffbbc04203c106d9c2f97
|
||||
SIZE (apache-ant-1.7.1-bin.tar.bz2) = 7641928
|
||||
|
||||
Binary file not shown.
188
java/openjdk6/files/fontconfig.properties
Normal file
188
java/openjdk6/files/fontconfig.properties
Normal file
@@ -0,0 +1,188 @@
|
||||
#
|
||||
# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Version
|
||||
|
||||
# Uses FreeBSD Ports Tree fonts and file paths.
|
||||
version=1
|
||||
|
||||
# Component Font Mappings
|
||||
|
||||
dialog.plain.latin-1=DejaVu Sans
|
||||
dialog.plain.japanese-x0208=Sazanami Gothic
|
||||
dialog.plain.korean=Baekmuk Gulim
|
||||
dialog.plain.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialog.plain.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialog.bold.latin-1=DejaVu Sans Bold
|
||||
dialog.bold.japanese-x0208=Sazanami Gothic
|
||||
dialog.bold.korean=Baekmuk Gulim
|
||||
dialog.bold.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialog.bold.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialog.italic.latin-1=DejaVu Sans Oblique
|
||||
dialog.italic.japanese-x0208=Sazanami Gothic
|
||||
dialog.italic.korean=Baekmuk Gulim
|
||||
dialog.italic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialog.italic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialog.bolditalic.latin-1=DejaVu Sans Bold Oblique
|
||||
dialog.bolditalic.japanese-x0208=Sazanami Gothic
|
||||
dialog.bolditalic.korean=Baekmuk Gulim
|
||||
dialog.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialog.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
|
||||
sansserif.plain.latin-1=DejaVu Sans
|
||||
sansserif.plain.japanese-x0208=Sazanami Gothic
|
||||
sansserif.plain.korean=Baekmuk Gulim
|
||||
sansserif.plain.chinese-big5=AR PL ShanHeiSun Uni
|
||||
sansserif.plain.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
sansserif.bold.latin-1=DejaVu Sans Bold
|
||||
sansserif.bold.japanese-x0208=Sazanami Gothic
|
||||
sansserif.bold.korean=Baekmuk Gulim
|
||||
sansserif.bold.chinese-big5=AR PL ShanHeiSun Uni
|
||||
sansserif.bold.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
sansserif.italic.latin-1=DejaVu Sans Oblique
|
||||
sansserif.italic.japanese-x0208=Sazanami Gothic
|
||||
sansserif.italic.korean=Baekmuk Gulim
|
||||
sansserif.italic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
sansserif.italic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
sansserif.bolditalic.latin-1=DejaVu Sans Bold Oblique
|
||||
sansserif.bolditalic.japanese-x0208=Sazanami Gothic
|
||||
sansserif.bolditalic.korean=Baekmuk Gulim
|
||||
sansserif.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
sansserif.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
|
||||
serif.plain.latin-1=DejaVu Serif
|
||||
serif.plain.japanese-x0208=Sazanami Mincho
|
||||
serif.plain.korean=Baekmuk Batang
|
||||
serif.plain.chinese-big5=AR PL ZenKai Uni
|
||||
serif.plain.chinese-gb18030=AR PL ZenKai Uni
|
||||
|
||||
serif.bold.latin-1=DejaVu Serif Bold
|
||||
serif.bold.japanese-x0208=Sazanami Mincho
|
||||
serif.bold.korean=Baekmuk Batang
|
||||
serif.bold.chinese-big5=AR PL ZenKai Uni
|
||||
serif.bold.chinese-gb18030=AR PL ZenKai Uni
|
||||
|
||||
serif.italic.latin-1=DejaVu Serif Oblique
|
||||
serif.italic.japanese-x0208=Sazanami Mincho
|
||||
serif.italic.korean=Baekmuk Batang
|
||||
serif.italic.chinese-big5=AR PL ZenKai Uni
|
||||
serif.italic.chinese-gb18030=AR PL ZenKai Uni
|
||||
|
||||
serif.bolditalic.latin-1=DejaVu Serif Bold Oblique
|
||||
serif.bolditalic.japanese-x0208=Sazanami Mincho
|
||||
serif.bolditalic.korean=Baekmuk Batang
|
||||
serif.bolditalic.chinese-big5=AR PL ZenKai Uni
|
||||
serif.bolditalic.chinese-gb18030=AR PL ZenKai Uni
|
||||
|
||||
|
||||
monospaced.plain.latin-1=DejaVu Sans Mono
|
||||
monospaced.plain.japanese-x0208=Sazanami Gothic
|
||||
monospaced.plain.korean=Baekmuk Gulim
|
||||
monospaced.plain.chinese-big5=AR PL ShanHeiSun Uni
|
||||
monospaced.plain.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
monospaced.bold.latin-1=DejaVu Sans Mono Bold
|
||||
monospaced.bold.japanese-x0208=Sazanami Gothic
|
||||
monospaced.bold.korean=Baekmuk Gulim
|
||||
monospaced.bold.chinese-big5=AR PL ShanHeiSun Uni
|
||||
monospaced.bold.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
monospaced.italic.latin-1=DejaVu Sans Mono Oblique
|
||||
monospaced.italic.japanese-x0208=Sazanami Gothic
|
||||
monospaced.italic.korean=Baekmuk Gulim
|
||||
monospaced.italic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
monospaced.italic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
monospaced.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique
|
||||
monospaced.bolditalic.japanese-x0208=Sazanami Gothic
|
||||
monospaced.bolditalic.korean=Baekmuk Gulim
|
||||
monospaced.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
monospaced.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
|
||||
dialoginput.plain.latin-1=DejaVu Sans Mono
|
||||
dialoginput.plain.japanese-x0208=Sazanami Gothic
|
||||
dialoginput.plain.korean=Baekmuk Gulim
|
||||
dialoginput.plain.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialoginput.plain.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialoginput.bold.latin-1=DejaVu Sans Mono Bold
|
||||
dialoginput.bold.japanese-x0208=Sazanami Gothic
|
||||
dialoginput.bold.korean=Baekmuk Gulim
|
||||
dialoginput.bold.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialoginput.bold.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialoginput.italic.latin-1=DejaVu Sans Mono Oblique
|
||||
dialoginput.italic.japanese-x0208=Sazanami Gothic
|
||||
dialoginput.italic.korean=Baekmuk Gulim
|
||||
dialoginput.italic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialoginput.italic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
dialoginput.bolditalic.latin-1=DejaVu Sans Mono Bold Oblique
|
||||
dialoginput.bolditalic.japanese-x0208=Sazanami Gothic
|
||||
dialoginput.bolditalic.korean=Baekmuk Gulim
|
||||
dialoginput.bolditalic.chinese-big5=AR PL ShanHeiSun Uni
|
||||
dialoginput.bolditalic.chinese-gb18030=AR PL ShanHeiSun Uni
|
||||
|
||||
# Search Sequences
|
||||
|
||||
sequence.allfonts=latin-1
|
||||
sequence.allfonts.Big5=chinese-big5,latin-1
|
||||
sequence.allfonts.x-euc-jp-bsd=japanese-x0208,latin-1
|
||||
sequence.allfonts.EUC-KR=korean,latin-1
|
||||
sequence.allfonts.GB18030=chinese-gb18030,latin-1
|
||||
sequence.fallback=chinese-big5,chinese-gb18030,japanese-x0208,korean
|
||||
|
||||
# Font File Names
|
||||
|
||||
filename.DejaVu_Sans=/usr/local/lib/X11/fonts/dejavu/DejaVuSans.ttf
|
||||
filename.DejaVu_Sans_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf
|
||||
filename.DejaVu_Sans_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-Oblique.ttf
|
||||
filename.DejaVu_Sans_Bold_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSans-BoldOblique.ttf
|
||||
|
||||
filename.DejaVu_Sans_Mono=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono.ttf
|
||||
filename.DejaVu_Sans_Mono_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-Bold.ttf
|
||||
filename.DejaVu_Sans_Mono_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-Oblique.ttf
|
||||
filename.DejaVu_Sans_Mono_Bold_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
|
||||
|
||||
filename.DejaVu_Serif=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif.ttf
|
||||
filename.DejaVu_Serif_Bold=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-Bold.ttf
|
||||
filename.DejaVu_Serif_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-Oblique.ttf
|
||||
filename.DejaVu_Serif_Bold_Oblique=/usr/local/lib/X11/fonts/dejavu/DejaVuSerif-BoldOblique.ttf
|
||||
|
||||
filename.Sazanami_Gothic=/usr/local/lib/X11/fonts/TTF/sazanami-gothic.ttf
|
||||
filename.Sazanami_Mincho=/usr/local/lib/X11/fonts/TTF/sazanami-mincho.ttf
|
||||
filename.AR_PL_ShanHeiSun_Uni=/usr/local/share/fonts/TrueType/minguni.ttf
|
||||
#filename.AR_PL_ZenKai_Uni=/usr/local/lib/X11/fonts/chinese/TrueType/ukai.ttf
|
||||
#filename.Baekmuk_Gulim=/usr/local/lib/X11/fonts/korean/TrueType/gulim.ttf
|
||||
filename.Baekmuk_Batang=/usr/local/lib/X11/fonts/TrueType/UnBatang.ttf
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user