diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile index 178efe9b4996..48005a9f5b62 100644 --- a/chinese/bg5ps/Makefile +++ b/chinese/bg5ps/Makefile @@ -1,39 +1,40 @@ # Created by: Jing-Tang Keith Jang # $FreeBSD$ PORTNAME= bg5ps PORTVERSION= 1.3.0p3 PORTREVISION= 2 CATEGORIES= chinese print MASTER_SITES= http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/ \ http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/ DISTNAME= bg5ps-1.3.0 MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts +BROKEN= Unfetchable LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype USES= python SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's,/usr/share/fonts/ttf/,${PREFIX}/share/fonts/TrueType/,g' \ ${WRKSRC}/gb2312-bg5ps.conf ${WRKSRC}/bg5ps.conf do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bg5ps ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ttf2psm ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/bg5ps.conf ${STAGEDIR}${PREFIX}/etc/bg5ps.conf.sample ${INSTALL_DATA} ${WRKSRC}/gb2312-bg5ps.conf ${STAGEDIR}${PREFIX}/etc/gb2312-bg5ps.conf.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/netscape.ps ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/test.big5 ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/test.gb2312 ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/test.sh ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index 232de57bdb70..7aa3c1dbe1b3 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -1,28 +1,29 @@ # Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= cce PORTVERSION= 0.51 PORTREVISION= 2 CATEGORIES= chinese MASTER_SITES= SF/${PORTNAME}2k/${PORTNAME}/Ver_${PORTVERSION}_02132004 DISTNAME= ${PORTNAME}-${PORTVERSION}-02132004-dist PATCH_SITES= http://www.chinatinco.com/freebsd/cce/ \ http://www.525183.com/freebsd/cce/ \ http://525183.serverbox.org/freebsd/cce/ PATCHFILES= cce_0.51-1.diff.gz PATCH_DIST_STRIP=-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Console CJK Environment +BROKEN= Unfetchable LICENSE= GPLv2 USES= tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man .include diff --git a/chinese/cwtexttf/Makefile b/chinese/cwtexttf/Makefile index 4114262b1c63..a57372860272 100644 --- a/chinese/cwtexttf/Makefile +++ b/chinese/cwtexttf/Makefile @@ -1,28 +1,29 @@ # Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= cwtexttf PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= chinese x11-fonts MASTER_SITES= http://ftp.wustl.edu/pub/FreeBSD/distfiles/ \ http://ftp.jaist.ac.jp/pub/FreeBSD/distfiles/ DISTNAME= cwtex-ttf MAINTAINER= ports@FreeBSD.org COMMENT= Five Chinese Big5 TrueType fonts made by cwTeX +BROKEN= Unfetchable USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX TTF= bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} .for i in ${TTF} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${FONTSDIR} .endfor .include "${.CURDIR}/../ttfm/Makefile.ttf" .include diff --git a/chinese/fireflyttf/Makefile b/chinese/fireflyttf/Makefile index a80e49fefd73..123698ddc1ec 100644 --- a/chinese/fireflyttf/Makefile +++ b/chinese/fireflyttf/Makefile @@ -1,51 +1,52 @@ # Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= fireflyttf PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= chinese x11-fonts MASTER_SITES?= http://firefly.idv.tw/apt/firefly-font/ \ http://www.study-area.org/apt/firefly-font/ DISTNAME?= fireflysung-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Firefly TrueType Font is combine of two arphic sung fonts CONFLICTS= zh-opendesktop-fonts-* +BROKEN= Unfetchable NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} TTF= fireflysung.ttf PLIST_FILES= ${FONTSDIR_REL}/local.conf-sung OPTIONS_DEFAULT+=LGJ_FONT .include "${.CURDIR}/../ttfm/Makefile.ttf" OPTIONS_DEFINE+=LGJ_FONT LGJ_FONT_DESC= Patch for Taiwan horn .if ${PORT_OPTIONS:MLGJ_FONT} PKGNAMESUFFIX+= -LGJ MASTER_SITES= http://edt1023.sayya.org/fonts/ DISTNAME= fireflysung-1.3.0p1 .endif post-extract: .if ${PORT_OPTIONS:MLGJ_FONT} @${TAR} -C ${WRKSRC} -zxf ${DISTDIR}/fireflysung-1.3.0p1.tar.gz \ fireflysung-1.3.0p1/fireflysung.ttf @${MV} ${WRKSRC}/fireflysung-1.3.0p1/fireflysung.ttf ${WRKSRC} @${RM} -rf ${WRKSRC}/fireflysung-1.3.0p1 .else ${TRUE} .endif do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/${TTF} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${STAGEDIR}${FONTSDIR} .include diff --git a/chinese/gugod-clean/Makefile b/chinese/gugod-clean/Makefile index d84ea3103665..85e58cbfaf6b 100644 --- a/chinese/gugod-clean/Makefile +++ b/chinese/gugod-clean/Makefile @@ -1,26 +1,27 @@ # Created by: Kang-min Liu # $FreeBSD$ PORTNAME= gugod-clean PORTVERSION= 1.3 PORTREVISION= 3 CATEGORIES= chinese x11-fonts MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/gugod/ MAINTAINER= gugod@gugod.org COMMENT= Pretty font modifyed from X11 schumacher-clean that match kcfonts +BROKEN= Unfetchable USES= fonts RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf FONTFILES= gugod16.bdf gugod18.bdf gugod20.bdf gugod22.bdf WRKSRC= ${WRKDIR} NO_BUILD= yes FONTNAME= gugod do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${FONTFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${FONTSDIR} .include diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 9032ade661c2..12277d6123db 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -1,68 +1,69 @@ # Created by: Jing-Tang Keith Jang # $FreeBSD$ PORTNAME= libtabe PORTVERSION= 0.2.6 PORTREVISION= 6 CATEGORIES= chinese MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/ MAINTAINER= ports@FreeBSD.org COMMENT= Unified library for Chinese text processing +BROKEN= Unfetchable USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_BDB= yes OBSOLETE_BDB_VAR= USE_DB2 DATADIR= ${PREFIX}/share/tabe DOCSDIR= ${PREFIX}/share/doc/tabe CONFIGURE_ARGS= --includedir=${PREFIX}/include/tabe \ --with-db-name=${BDB_LIB_NAME} \ --with-db-inc=${BDB_INCLUDE_DIR} \ --with-db-lib=${BDB_LIB_DIR} \ --with-db-bin=${LOCALBASE}/bin MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS X11 .include .if ${PORT_OPTIONS:MX11} USE_XORG= x11 PLIST_SUB+= X11="" .else CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11="@comment " .endif pre-everything:: .if defined(WITH_BDB_VER) pre-everything:: @${ECHO_CMD} "" @${ECHO_CMD} "WARNING:" @${ECHO_CMD} " You have defined WITH_BDB_VER. Make sure you use the same" @${ECHO_CMD} " db version for all ports that use libtabe, such as xcin." @${ECHO_CMD} " Otherwise, ports that use libtabe may not work correctly." @${ECHO_CMD} "" .endif post-patch: .if !${PORT_OPTIONS:MX11} ${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' ${WRKSRC}/src/Makefile.in .endif post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tsi-src/README ${STAGEDIR}${DOCSDIR}/README.tsi .if ${PORT_OPTIONS:MX11} ${INSTALL_DATA} ${WRKSRC}/src/supports/bims/README ${STAGEDIR}${DOCSDIR}/README.bims .endif .for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \ et26.txt libtabe.sgml ${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${STAGEDIR}${DOCSDIR} .endfor .endif .include diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index a1ac1a1eb8c5..7ab33f9d7c65 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -1,84 +1,85 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= oxim PORTVERSION= 1.2.2 PORTREVISION= 6 CATEGORIES= chinese textproc MASTER_SITES= ftp://ftp.opendesktop.org.tw/odp/OXIM/Source/ \ ftp://140.111.128.66/odp/OXIM/Source/ MAINTAINER= ports@FreeBSD.org COMMENT= Open X Input Method server LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/fireflysung.ttf:${PORTSDIR}/chinese/fireflyttf OPTIONS_DEFINE= GTK2 CHEWING UNICODE OPTIONS_DEFAULT= GTK2 CHEWING UNICODE GTK2_DESC= GTK2 input method module CHEWING_DESC= Chewing input module UNICODE_DESC= Unicode input module +BROKEN= Unfetchable USES= iconv libtool pkgconfig USE_XORG= x11 xft xpm xtst xext WANT_GNOME= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lfontconfig -lXext CONFIGURE_ARGS+=--disable-bimsphone-module \ --disable-static \ --with-conf-dir=${PREFIX}/etc/${PORTNAME} \ --enable-setup-tool=no # oxim requires qinputcontextplugin.h which only exists in Debian package CONFIGURE_ARGS+=--disable-qt-immodule .include .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 CONFIGURE_ARGS+= --enable-gtk-immodule PLIST_SUB+= GTK2="" .else CONFIGURE_ARGS+= --disable-gtk-immodule PLIST_SUB+= GTK2="@comment " .endif .if ${PORT_OPTIONS:MCHEWING} # make sure we have the required libchewing BUILD_DEPENDS+= zh-libchewing>=0.3.2:${PORTSDIR}/chinese/libchewing RUN_DEPENDS+= zh-libchewing>=0.3.2:${PORTSDIR}/chinese/libchewing CONFIGURE_ARGS+= --enable-chewing-module CONFIGURE_ENV+= CHEWING_CFLAGS=-I${LOCALBASE}/include PLIST_SUB+= CHEWING="" .else CONFIGURE_ARGS+= --disable-chewing-module PLIST_SUB+= CHEWING="@comment " .endif .if ${PORT_OPTIONS:MUNICODE} CONFIGURE_ARGS+= --enable-unicode-module PLIST_SUB+= UNICODE="" .else CONFIGURE_ARGS+= --disable-unicode-module PLIST_SUB+= UNICODE="@comment " .endif # TODO WITHOUT_NLS knob #.if ${PORT_OPTIONS:MNLS} USES+= gettext LDFLAGS+= -lintl PLIST_SUB+= NLS="" #.else #CONFIGURE_ARGS+=--disable-nls #PLIST_SUB+= NLS="@comment " #.endif post-patch: ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/src/gtk-immodule/gtkintl.h .include diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile index 21c51e425955..e39a1ad4a058 100644 --- a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile +++ b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile @@ -1,17 +1,18 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Lingua-ZH-BPMFConvert PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin +BROKEN= Unfetchable USES= perl5 USE_PERL5= configure .include diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index c4ef11a2e565..e047f51d8084 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -1,36 +1,37 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= sunpinyin DISTVERSION= 2.0.4rc2 PORTREVISION= 1 CATEGORIES= chinese devel MASTER_SITES= LOCAL/delphij:1 \ ${MASTER_SITE_GOOGLE_CODE}:1 \ http://open-gram.googlecode.com/files/:2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1 \ lm_sc.t3g.arpa.tar.bz2:2 dict.utf8.tar.bz2:2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lichray@gmail.com COMMENT= Statistical language model based input method engine LICENSE= LGPL21 CDDL LICENSE_COMB= dual +BROKEN= Unfetchable LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes USES= gmake scons iconv pkgconfig tar:xz LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} INSTALL_TARGET= install --install-sandbox=${STAGEDIR} post-patch: @${CP} ${_DISTDIR}/lm_sc.t3g.arpa.tar.bz2 \ ${_DISTDIR}/dict.utf8.tar.bz2 ${WRKSRC}/raw post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsunpinyin.so.3.0 .include diff --git a/chinese/tintin++/Makefile b/chinese/tintin++/Makefile index 9cf54729688c..38ce949c24d6 100644 --- a/chinese/tintin++/Makefile +++ b/chinese/tintin++/Makefile @@ -1,14 +1,15 @@ # Created by: Foxfair Hu # $FreeBSD$ CATEGORIES= chinese MAINTAINER= sunpoet@FreeBSD.org LICENSE= GPLv2 MASTERDIR= ${.CURDIR}/../../net/tintin++ OPTIONS_SLAVE= BIG5 +BROKEN= Unfetchable .include "${MASTERDIR}/Makefile"