Date: Fri, 11 Nov 2011 06:11:15 -0600 From: Zhihao Yuan <lichray@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/162471: New port: chinese/libgooglepinyin - A fork of Google Pinyin on Android Message-ID: <4ebd10e7.c6b8320a.76e0.387f@mx.google.com> Resent-Message-ID: <201111111220.pABCK72O024383@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162471 >Category: ports >Synopsis: New port: chinese/libgooglepinyin - A fork of Google Pinyin on Android >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 11 12:20:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #3: Sun Oct 30 03:43:12 CDT 2011 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64 >Description: http://code.google.com/p/libgooglepinyin/ A Chinese input method engine. Newer version works for big-endian platforms. >How-To-Repeat: >Fix: --- libgooglepinyin.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libgooglepinyin # libgooglepinyin/distinfo # libgooglepinyin/Makefile # libgooglepinyin/pkg-plist # libgooglepinyin/files # libgooglepinyin/files/patch-data_CMakeLists.txt # libgooglepinyin/pkg-descr # echo c - libgooglepinyin mkdir -p libgooglepinyin > /dev/null 2>&1 echo x - libgooglepinyin/distinfo sed 's/^X//' >libgooglepinyin/distinfo << 'aed897ea144b8da88998163ea7894ee8' XSHA256 (libgooglepinyin-0.1.1.tar.bz2) = 5a5aab5e68d8c0ad81e91122d65e9c4c684db2e0c659422686d81adf3385de03 XSIZE (libgooglepinyin-0.1.1.tar.bz2) = 716270 aed897ea144b8da88998163ea7894ee8 echo x - libgooglepinyin/Makefile sed 's/^X//' >libgooglepinyin/Makefile << '6f0b74d50741ce684d1c3aca28e93b53' X# New ports collection makefile for: libgooglepinyin X# Date created: 11 Nov 2011 X# Whom: Zhihao Yuan <lichray@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= libgooglepinyin XPORTVERSION= 0.1.1 XCATEGORIES= chinese devel XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= lichray@gmail.com XCOMMENT= A fork of Google Pinyin IME on Android X XONLY_FOR_ARCHS= amd64 i386 XONLY_FOR_ARCHS_REASON= does not support big-endian dictionary X XUSE_BZIP2= yes XUSE_LDCONFIG= yes XUSE_CMAKE= yes X X.include <bsd.port.mk> 6f0b74d50741ce684d1c3aca28e93b53 echo x - libgooglepinyin/pkg-plist sed 's/^X//' >libgooglepinyin/pkg-plist << 'd13b836184e5a70506c4f985accc0e87' Xinclude/googlepinyin/atomdictbase.h Xinclude/googlepinyin/dictbuilder.h Xinclude/googlepinyin/dictdef.h Xinclude/googlepinyin/dictlist.h Xinclude/googlepinyin/dicttrie.h Xinclude/googlepinyin/lpicache.h Xinclude/googlepinyin/matrixsearch.h Xinclude/googlepinyin/mystdlib.h Xinclude/googlepinyin/ngram.h Xinclude/googlepinyin/pinyinime.h Xinclude/googlepinyin/searchutility.h Xinclude/googlepinyin/spellingtable.h Xinclude/googlepinyin/spellingtrie.h Xinclude/googlepinyin/splparser.h Xinclude/googlepinyin/sync.h Xinclude/googlepinyin/userdict.h Xinclude/googlepinyin/utf16char.h Xinclude/googlepinyin/utf16reader.h Xlib/libgooglepinyin.so Xlib/libgooglepinyin.so.0 Xlib/libgooglepinyin.so.0.1.0 Xlibdata/pkgconfig/googlepinyin.pc Xshare/googlepinyin/dict_pinyin.dat X@dirrm share/googlepinyin X@dirrm include/googlepinyin d13b836184e5a70506c4f985accc0e87 echo c - libgooglepinyin/files mkdir -p libgooglepinyin/files > /dev/null 2>&1 echo x - libgooglepinyin/files/patch-data_CMakeLists.txt sed 's/^X//' >libgooglepinyin/files/patch-data_CMakeLists.txt << 'd44291137bd3aa4c58273b460090e711' X--- data/CMakeLists.txt~ 2011-09-06 00:15:40.000000000 -0500 X+++ data/CMakeLists.txt 2011-11-11 05:33:16.204582570 -0600 X@@ -6,4 +6,4 @@ add_custom_target(datafile ALL DEPENDS d X X configure_file(googlepinyin.pc.in ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc) X install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dict_pinyin.dat DESTINATION ${datadir}/googlepinyin) X-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${libdir}/pkgconfig) X+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/googlepinyin.pc DESTINATION ${prefix}/libdata/pkgconfig) d44291137bd3aa4c58273b460090e711 echo x - libgooglepinyin/pkg-descr sed 's/^X//' >libgooglepinyin/pkg-descr << 'd11532f1ad1572629aec64156fe695d9' Xlibgooglepinyin is a Chinese input method engine, forked from Google XPinyin IME on Android. X XWWW: http://code.google.com/p/libgooglepinyin/ d11532f1ad1572629aec64156fe695d9 exit --- libgooglepinyin.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ebd10e7.c6b8320a.76e0.387f>