1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

libgooglepinyin is a Chinese input method engine, forked from Google

Pinyin IME on Android.

WWW:	http://code.google.com/p/libgooglepinyin/

PR:		ports/162471
Submitted by:	maintainer (Zhihao Yuan)
Feature safe:	yes
This commit is contained in:
Cheng-Lung Sung 2011-11-11 15:50:46 +00:00
parent a1a8e50af0
commit 0c15b39385
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285572
6 changed files with 63 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += koffice-kde4-l10n-zh_TW
SUBDIR += kon2
SUBDIR += libchewing
SUBDIR += libgooglepinyin
SUBDIR += libtabe
SUBDIR += lunar
SUBDIR += mingunittf

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libgooglepinyin
# Date created: 11 Nov 2011
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libgooglepinyin
PORTVERSION= 0.1.1
CATEGORIES= chinese devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= lichray@gmail.com
COMMENT= A fork of Google Pinyin IME on Android
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= does not support big-endian dictionary
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_CMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libgooglepinyin-0.1.1.tar.bz2) = 5a5aab5e68d8c0ad81e91122d65e9c4c684db2e0c659422686d81adf3385de03
SIZE (libgooglepinyin-0.1.1.tar.bz2) = 716270

View File

@ -0,0 +1,8 @@
--- data/CMakeLists.txt~ 2011-09-06 00:15:40.000000000 -0500
+++ data/CMakeLists.txt 2011-11-11 05:33:16.204582570 -0600
@@ -6,4 +6,4 @@ add_custom_target(datafile ALL DEPENDS d
configure_file(googlepinyin.pc.in ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${datadir}/googlepinyin)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${libdir}/pkgconfig)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${prefix}/libdata/pkgconfig)

View File

@ -0,0 +1,4 @@
libgooglepinyin is a Chinese input method engine, forked from Google
Pinyin IME on Android.
WWW: http://code.google.com/p/libgooglepinyin/

View File

@ -0,0 +1,25 @@
include/googlepinyin/atomdictbase.h
include/googlepinyin/dictbuilder.h
include/googlepinyin/dictdef.h
include/googlepinyin/dictlist.h
include/googlepinyin/dicttrie.h
include/googlepinyin/lpicache.h
include/googlepinyin/matrixsearch.h
include/googlepinyin/mystdlib.h
include/googlepinyin/ngram.h
include/googlepinyin/pinyinime.h
include/googlepinyin/searchutility.h
include/googlepinyin/spellingtable.h
include/googlepinyin/spellingtrie.h
include/googlepinyin/splparser.h
include/googlepinyin/sync.h
include/googlepinyin/userdict.h
include/googlepinyin/utf16char.h
include/googlepinyin/utf16reader.h
lib/libgooglepinyin.so
lib/libgooglepinyin.so.0
lib/libgooglepinyin.so.0.1.0
libdata/pkgconfig/googlepinyin.pc
share/googlepinyin/dict_pinyin.dat
@dirrm share/googlepinyin
@dirrm include/googlepinyin