Index: head/chinese/Makefile =================================================================== --- head/chinese/Makefile (revision 457714) +++ head/chinese/Makefile (revision 457715) @@ -1,119 +1,120 @@ # $FreeBSD$ # COMMENT = Chinese support SUBDIR += CJKUnifonts SUBDIR += CNS11643-font SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += arphicttf SUBDIR += aterm SUBDIR += auto-cn-l10n SUBDIR += auto-tw-l10n SUBDIR += autoconvert SUBDIR += bg5pdf SUBDIR += big5width SUBDIR += bitchx SUBDIR += brise SUBDIR += bsdconv-opencc SUBDIR += bug5 SUBDIR += c2t SUBDIR += cconv SUBDIR += celvis SUBDIR += chiconv SUBDIR += cless SUBDIR += cnprint SUBDIR += dictd-database SUBDIR += docproj SUBDIR += enscript SUBDIR += eric6 SUBDIR += eterm SUBDIR += fandol SUBDIR += fcitx SUBDIR += fcitx-chewing SUBDIR += fcitx-cloudpinyin SUBDIR += fcitx-configtool SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fireflyttf SUBDIR += font-std SUBDIR += fortunetw SUBDIR += gb2jis SUBDIR += gb2ps SUBDIR += gcin SUBDIR += gcin-gtk3 SUBDIR += gcin-qt4 SUBDIR += gcin-qt5 SUBDIR += gimp-help-zh_CN SUBDIR += gydict SUBDIR += hc SUBDIR += ibus-array SUBDIR += ibus-chewing SUBDIR += ibus-libpinyin SUBDIR += ibus-pinyin SUBDIR += jis2gb SUBDIR += kcfonts SUBDIR += kde4-l10n-zh_CN SUBDIR += kde4-l10n-zh_TW + SUBDIR += libcangjie SUBDIR += libchewing SUBDIR += libpinyin SUBDIR += libreoffice-zh_CN SUBDIR += libreoffice-zh_TW SUBDIR += librime SUBDIR += libtabe SUBDIR += lunar SUBDIR += moettf SUBDIR += muni SUBDIR += oicq SUBDIR += opencc SUBDIR += opendesktop-fonts SUBDIR += oto SUBDIR += p5-Date-Chinese SUBDIR += p5-Encode-CNMap SUBDIR += p5-Encode-HanConvert SUBDIR += p5-Encode-HanExtra SUBDIR += p5-Lingua-Han-PinYin SUBDIR += p5-Lingua-Han-Utils SUBDIR += p5-Lingua-ZH-HanDetect SUBDIR += p5-Lingua-ZH-Keywords SUBDIR += p5-Lingua-ZH-Numbers SUBDIR += p5-Lingua-ZH-Segment SUBDIR += p5-Lingua-ZH-Summarize SUBDIR += p5-Lingua-ZH-TaBE SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-WordSegmenter SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += pcmanx SUBDIR += php-opencc SUBDIR += phpbb-tw SUBDIR += phpbb3-tw SUBDIR += pycangjie SUBDIR += pyzy SUBDIR += qe SUBDIR += qt4-codecs-cn SUBDIR += qt4-codecs-tw SUBDIR += qterm SUBDIR += reciteword SUBDIR += scim-array SUBDIR += scim-fcitx SUBDIR += scim-pinyin SUBDIR += scim-tables SUBDIR += sunpinyin SUBDIR += telnet SUBDIR += tin SUBDIR += tintin++ SUBDIR += ttf2pt1 SUBDIR += ttfm SUBDIR += unrar SUBDIR += ve SUBDIR += wenju SUBDIR += wordpress-zh_CN SUBDIR += wordpress-zh_TW SUBDIR += xpdf .include Index: head/chinese/libcangjie/Makefile =================================================================== --- head/chinese/libcangjie/Makefile (nonexistent) +++ head/chinese/libcangjie/Makefile (revision 457715) @@ -0,0 +1,33 @@ +# Created by: blubee +# $FreeBSD$ + +PORTNAME= libcangjie +PORTVERSION= 1.3 +DISTVERSIONPREFIX= v +CATEGORIES= chinese + +MAINTAINER= hello@blubee.me +COMMENT= C library implementing the Cangjie input method + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ + libfreetype.so:print/freetype2 \ + libdbus-1.so:devel/dbus + +USES= autoreconf gmake libtool localbase pkgconfig sqlite + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +USE_XORT= xi + +USE_GITHUB= yes +GH_ACCOUNT= Cangjians +GH_PROJECT= libcangjie + +post-install: + @(${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so) + +.include Property changes on: head/chinese/libcangjie/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/libcangjie/distinfo =================================================================== --- head/chinese/libcangjie/distinfo (nonexistent) +++ head/chinese/libcangjie/distinfo (revision 457715) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509796688 +SHA256 (Cangjians-libcangjie-v1.3_GH0.tar.gz) = 4855f4369e2d51c23e331c6327b5be148d9ad0e61077ebe23e38e9bbeaceb25b +SIZE (Cangjians-libcangjie-v1.3_GH0.tar.gz) = 695074 Property changes on: head/chinese/libcangjie/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/libcangjie/pkg-descr =================================================================== --- head/chinese/libcangjie/pkg-descr (nonexistent) +++ head/chinese/libcangjie/pkg-descr (revision 457715) @@ -0,0 +1,5 @@ +This is a C library implementing the Cangjie input method. +This library is based on Wan Leung Wong's original libcangjie +with some updated API. + +WWW: https://github.com/Cangjians/libcangjie Property changes on: head/chinese/libcangjie/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/libcangjie/pkg-plist =================================================================== --- head/chinese/libcangjie/pkg-plist (nonexistent) +++ head/chinese/libcangjie/pkg-plist (revision 457715) @@ -0,0 +1,13 @@ +bin/libcangjie_bench +bin/libcangjie_cli +bin/libcangjie_dbbuilder +include/cangjie/cangjie.h +include/cangjie/cangjiechar.h +include/cangjie/cangjiecharlist.h +include/cangjie/cangjiecommon.h +include/cangjie/cangjieerrors.h +lib/libcangjie.so +lib/libcangjie.so.2 +lib/libcangjie.so.2.0.1 +libdata/pkgconfig/cangjie.pc +%%DATADIR%%/cangjie.db Property changes on: head/chinese/libcangjie/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property